Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

Ansible - Using user input to chose a variable

ansible

Ansible error executing pm2 startup command

ansible pm2

Ansible create Users and Group

ansible

Passing host group name in ansible-playbook command line

How to define sudo passwords for multiple hosts in one file vault?

ansible

How to install ansible-pylibssh using apt instead of pip

ansible debian apt libssh

How to sort with JMESPath in ansible playbook?

looping using with_fileglob

ansible ansible-2.x

Ansible: set ssh arguments using group variables

ssh ansible

Ansible nested variables in inventory

ansible ansible-inventory

Reading multiple values from an env file with ansible and storing them as facts

Ansible skip remaining tasks in playbook on condition

ansible yaml

Escape Single Quotes Ansible 2.1

ansible ansible-2.x

Ansible - Check if multiple files exists locally and copy to remote

ansible ansible-2.x

getting Ansible bad python interpreter error?

python ansible

Escape or differentiate between jinja template variables in Ansible and <service>.

Ansible - putting facts in SQLite via Callback

Ansible module failure. "/bin/sh: sudo: command not found" although it is available on machine I am running against

ansible sudo

How to specify dependecies to Ansible Galaxy roles from other roles?

ansible ansible-2.x

In ansible, when to use shell vs script module to run a shell script

ansible