Red Hat Ansible is a model-driven, configuration management, multi-node deployment/orchestration and remote task execution system.
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 ordereddictionaryI 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-fileI'm trying to restart the Jenkins service using Ansible: - name: Restart Jenkins to make the plugin data available service: …
jenkins jenkins-plugins ansible ansible-playbookI always wonder what is the good way to replace the following shell tasks using the "ansible way" (with get_…
bash curl ansible wget ansible-playbookWhenever 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.xI 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-playbookI need to check if a directory is a mount point before doing some other tasks. I have been looking …
ansible ansible-playbook mountI'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-playbookI have setup my Ansible Tower and Windows Kerberos / Active Directory authentication as specified here. It is the same procedure …
ansible ansible-playbook ansible-awxA 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