Category "ansible"

Ansible: To use the 'ssh' connection type with passwords, you must install the sshpass program"

Recently I created new roles called spd in my existing project. While other script works fine in the setup. This newly created fails. Please point me to what is

How to chain two Ansible module in one task

There is something I need to achieve in Ansible that I found no where to start. I need to Login as a non-root user (remote_user: jane) Switch user to root after

Create Ansibles remote_tmp from config file variable

I want to fix the following warning by manually creating the path: Wednesday 22 January 2020 12:50:41 +0100 (0:00:05.878) 0:20:16.431 ***** [WARNING]:

How can I get the installed YUM packages with Ansible?

I am trying to get all the installed YUM packages on an RHEL machine. I can easily get it through using shell commands which is not idempotent and would like to

Is it possible to increase the timeout for apt_repository module?

I have this in my playbook: - name: Add Glusterfs APT Repository become: yes become_method: sudo environment: http_proxy: http://192.168.42.2

How can I get a list of child groups in Ansible?

I have an inventory file that looks like this: [master] host01 [nl] host02 [us] host03 [satellites:children] nl us How can I get a list of groups that hav

Ansible Tower - Module lineinfile - Issue: Missing lines

I'm using ansible tower and configured to run forks = 250. My tasks is simple, it writes in a file data extracted from hosts like 4000 hosts. example:

Ansible is there a modify-volume task?

I want to use ansible to run modify-volume and increase the volume size of instances with multiple ebs volumes attached. However, it seems that the ec2_vol task

How to get domain zone of the DNS A record using Ansible dig

Basically I have a simple server name ( non FQDN ) and im trying to identify in which DNS zone it has A record We have multiple DNS zones in our environment. As

How to share handlers?

The docs says: Since handlers are tasks too, you can also include handler files from the ‘handlers:’ section. What I do, playbook.yml: - hosts: al

Copy multiple files with Ansible

How can I copy more than a single file into remote nodes by Ansible in a task? I've tried to duplicate the copy module line in my task to define files but it o