Will Ansible download binaries on master node or on target nodes?
Biju asked: While installing OpenJDK using Ansible, the binaries are downloaded from Redhat repos. SO I had a doubt, if I need to install OpenJDK on 100 target nodes, will …
Freedom through Communications
Browsing Tag
Biju asked: While installing OpenJDK using Ansible, the binaries are downloaded from Redhat repos. SO I had a doubt, if I need to install OpenJDK on 100 target nodes, will …
Wipiid asked: Templating firewalld zones with ansible – issue with xml manipulation I am running into a small bit of confusion for the rule family. whats in my vars file: …
jdog asked: For a migration, I need to run some tasks in a playbook on one group of hosts, some on another. I have tried doing this by adding hosts: …
Jared asked: Short version: how do you resize/extend a logical volume with ansible? It includes built-in support for managing both physical volumes and volume groups and logical volumes. Based on …
Justin asked: When booting up a new server, if root is the primary account created, what is the best practice to handle running as root the first time a playbook …
user2236794 asked: What is the ansible equivalent command below? I have searched and cant seem to find a way to do it in ansible except by using the shell module. …
jjill007 asked: I need help fixing regex expression. Its stripping the preceding white spaces after writing to output file. here is the code hosts: serv1 tasks: – name: Rename VM …
anx asked: A problem I keep running into in ansible is where one deployment step should run when any of a number of preparation step is changed, but the changed …
IainT asked: Running WISL on Windows 10 and Ubuntu with ansible 2.9.9. I am new to Ansible. I execute a show on a Cisco device to yield the interfaces on …
JeremyCanfield asked: I am trying to install Ansible on CentOS 7, and have Ansible configured to use Python 3. I’ve both Python2 and Python3 installed. [[email protected] ~]# python –version Python …