Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

Ansible check if key/value pair exists in list of dictionaries

ansible ansible-2.x

Installing PHP Pear packages via Ansible with idempotency

php pear ansible idempotent

Ansible escape * in regex

regex ansible

Becoming non root user in ansible fails

ansible

How to enforce the order of with_dict in Ansible?

loops ansible

How to stop the playbook if one play fails

ansible ansible-playbook

Ansible timezone module fails (different reasons on different OSes)

ansible ansible-2.x

best way to modify json in ansible

json ansible

copy files to server from relative path in ansible

Call ssh-copy-id in an Ansible playbook - How to handle password prompt?

Ansible update user password

ansible

password not being accepted for sudo user with ansible

Ansible loop - how to match up template values with with_items?

Ansible - How to check the physical memory and free disk is greater than some value?

linux ansible ansible-2.x

Ansible: Create a Self-Signed SSL Certificate and Key

ssl openssl ansible

Ansible: How to stop an EC2 instance started by a different playbook

amazon-ec2 ansible

Ansible variable name `environment` is reserved?

ansible

How can I ignore an element from a list when looping through with Jinja?

jinja2 ansible

How to add a host to the known_host file with ansible?

ansible ansible-playbook

splitting string by whitespace and then joining it again in ansible/jinja2

ansible jinja2