Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

Ansible: deploy on multiple hosts in the same time

ansible

Ansible: how to construct a variable from another variable and then fetch it's value

ansible

Ansible date variable

ansible fact

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