Top "Ansible-playbook" questions

Red Hat Ansible is a model-driven, configuration management, multi-node deployment/orchestration and remote task execution system.

Ansible - with_dict: dictionary - How to use variables defined in each dictionary which depends upon others

Environment is: Ansible 1.9.2, CentOS 6.5 I have created a role to download JAVA (.tar.gz) artifact files for 3 different JAVA versions …

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

I have several files on a server that I need to download from an ansible playbook, but because the connection …

md5 ansible ansible-playbook integrity md5-file
How to restart Jenkins using Ansible and wait for it to come back?

I'm trying to restart the Jenkins service using Ansible: - name: Restart Jenkins to make the plugin data available service: …

jenkins jenkins-plugins ansible ansible-playbook
ansible wget then exec scripts => get_url equivalent

I always wonder what is the good way to replace the following shell tasks using the "ansible way" (with get_…

bash curl ansible wget ansible-playbook
Warning while constructing a mapping in Ansible

Whenever I run my playbook the following warning comes up: [WARNING]: While constructing a mapping from /etc/ansible/roles/foo/…

command-line-arguments ansible jinja2 ansible-playbook ansible-2.x
PostgreSQL failing peer authentication with Ansible

I am running PostgreSQL 9.3 on FreeBSD. FreeBSD uses pgsql as the default system user for PostgreSQL. My /usr/local/pgsql/…

postgresql authentication freebsd ansible ansible-playbook
Check if directory is a mount point?

I need to check if a directory is a mount point before doing some other tasks. I have been looking …

ansible ansible-playbook mount
Ansible Do Task If Apt Package Is Missing

I'm looking to do a series of tasks if a specific apt package is missing. for example: if graphite-carbon is …

conditional-statements ansible apt ansible-playbook
Ansible: Unspecified GSS failure: Minor code may provide more information, no Kerberos credentials available

I have setup my Ansible Tower and Windows Kerberos / Active Directory authentication as specified here. It is the same procedure …

ansible ansible-playbook ansible-awx
Running Oracle SQL scripts with Ansible playbook

A look at the core database modules in Ansible documentation shows no signs of a module for Oracle. What is …

oracle ansible ansible-playbook ansible-galaxy