Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

How to continue execution on failed task after fixing error in playbook?

ansible ansible-playbook

How to use arithmetic when setting a variable value in Ansible?

ansible

Ansible creating a virtualenv

python ansible

How can I test jinja2 templates in ansible?

Ansible: How to chmod +x a file with Ansible?

bash ansible

Ansible playbook shell output

shell sed ansible

Unexpected Exception: name 'basestring' is not defined when invoking ansible2

Why is copying a directory with Ansible so slow?

scp ansible

SSH Agent Forwarding with Ansible

git ssh ansible ssh-agent

Ansible - accessing local environment variables

ansible

Displaying output of a remote command with Ansible

How to force handler to run before executing a task in Ansible?

ansible ansible-handlers

Where to store Ansible host file on Mac OS X

Ansible Command module says that '|' is illegal character

Ansible - Print message - debug: msg="line1 \n {{ var2 }} \n line3 with var3 = {{ var3 }}"

How to run apt update and upgrade via Ansible shell

ansible ansible-playbook

How can I write variables inside the tasks file in ansible

ansible ansible-playbook

Run an Ansible task only when the variable contains a specific string

Ansible: How to encrypt some variables in an inventory file in a separate vault file?

How do I set register a variable to persist between plays in ansible?

deployment ansible