Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansible

Generate files from Ansible templates without executing plays?

ansible ansible-template

Running an Ansible loop in reverse

ansible

Ansible code to restart Apache

ansible

What are the benefits of provisioning a Docker container with Ansible instead of a Dockerfile?

docker ansible provisioning

How to handle different hosts per tasks in one play in ansible?

ansible

including handlers from different file

ansible listener handler

Access variable from one role in another role in an Ansible playbook with multiple hosts

ansible

What is the meaning of the 'connection' Ansible directive?

ansible

Ansible/Jinja2 - Map nested key in list

filter ansible yaml jinja2

How to check the size of a file list

ansible

ansible-playbook: "Failed to update cache: unknown reason"

How to read environment variable set with shell module in previous task with Ansible

python linux ansible

How to convert the "_" (underscore) in a string to "-" (hyphen) inside Ansible Jinja template?

ansible jinja2

how to set default verbosity in ansible.cfg

ansible

In ansible, how can I assign values to variable based on conditions?

ansible

Ansible - Registered Variable Usage In Loop

ansible

ansible to display python script prints

python ansible

How can I create reusable "functions" composed of tasks that can be called multiple times in playbooks with different arguments/variables?

ansible