Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

Ansible set_fact across plays

ansible ansible-playbook

Extract field from JSON response with Ansible

json parsing ansible

Ansible local_action on host without local ssh daemon

ansible

Include vars in role tasks

ansible ansible-playbook

Ansible installation of Debian packages

ansible

How to store command output into array in Ansible?

If condition is true run some include yml files

ansible

Filtering multiple tags in Ansible dynamic inventory

ansible

In Ansible, How to connect to windows host?

ansible ansible-2.x

Ansible: Check if my user exists on remote host, else use root user to connect with ssh

ssh ansible

Is a correct YAML file enough for a correct ansible playbook, syntax errors aside?

How to run only one role of an Ansible playbook?

How to install Ruby 2 and Ruby Gems on Ubuntu box with Ansible

ruby ubuntu ansible

how to stop Ansible task successfully, not failing?

break ansible

Match literals with 'regex_replace' Ansible filter

regex ansible

Calculate set difference using jinja2 (in ansible)

python ansible jinja2

YAML Multiline String While Retaining Indentation and Newlines

ansible yaml jinja2

``apt-mark hold`` and ``apt-mark unhold`` with ansible modules

ansible apt

Ansible - ignore_errors WHEN

ansible

Is there some Ansible equivalent to "failed_when" for success

linux ansible