Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

Difference between become and become_user in Ansible

Ansible SSH private key in source control?

git ssh ansible ssh-keys

user vs sudo vs sudo_user in ansible playbooks

sudo ansible

How to define private SSH keys for servers in dynamic inventories

ansible

Conditionally define variable in Ansible

ansible

How to execute a shell script on a remote server using Ansible?

shell ansible remote-server

Ansible Ignore errors in tasks and fail at end of the playbook if any tasks had errors

ansible ansible-playbook

Create and use group without restart

ansible

Ansible : create a relative symlink

ansible ansible-2.x

Accessing inventory host variable in Ansible playbook

Why does Ansible show "ERROR! no action detected in task" error?

ansible

Skip Ansible task when running in check mode?

ansible ansible-playbook

Using set_facts and with_items together in Ansible

ansible

How do I exit Ansible play without error on a condition

ansible

Missing sudo password in Ansible

ansible

How to make Ansible execute a shell script if a package is not installed

ansible

Only check whether a line present in a file (ansible)

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