Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

How to diff ansible vault changes?

git diff ansible ansible-vault

Is it possible to write Ansible hosts/inventory files in YAML?

ansible ansible-inventory

Running ansible-playbook using Python API

Ansible with multiple SSH key pair

ansible

How to pass a user / password in ansible command

ssh ansible ansible-ad-hoc

Ansible condition when string not matching

ansible ansible-playbook

How to prevent 'changed' flag when 'register'-ing a variable?

ansible

How to list all currently targeted hosts in an Ansible play

ansible ansible-playbook

How to escape double and single quotes in YAML within the same string

How to make Ansible run one certain task only on one host?

ansible

Running an Ansible Playbook on a particular group of servers

ansible ansible-playbook

ansible playbook execute in this order: task, role, task, role, task

ansible

Using True False with Ansible When Clause

How do I pass username and password while using Ansible Git module?

Ansible lineinfile duplicates line

ansible

NGINX: connect() to unix:/var/run/php7.0-fpm.sock failed (2: No such file or directory)

php linux sockets nginx ansible

How to remove the line breaker character '\n' from the result of lookup() module in Ansible?

string replace ansible

How to upload encrypted file using ansible vault?

ansible ansible-playbook

In Ansible, how do I add a line to the end of a file?

ansible

How to write dynamic variable in Ansible playbook