Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

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

Ansible cannot import docker-py even though it is installed

python docker pip ansible

Create user with option --disabled-password by Ansible

ubuntu passwords ansible

Remove package ansible playbook

How to remove a single key from an Ansible dictionary?

dictionary ansible

Filter a substring matching a pattern from an ansible variable and assign matched substring to another variable

Is there an elegant way to check file integrity with md5 in ansible using md5 files fetched from server?

How to add multiple inventory files in command line while executing a playbook

Importing/adding a yum .repo file using Ansible

Pass Ansible variables from one role (running on one host) to another role running on another host within the same playbook

How to delete *.web files only if they exist

ansible ansible-playbook

How to pipe commands using Ansible? e.g. curl -sL host.com | sudo bash -

ansible pipe

How to use omit with Ansible and avoid any errors?

ansible jinja2 ansible-2.x