Ansible run certain tasks one one group of servers, other on another
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: …
Freedom through Communications
Browsing Tag
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: …
Alireza Nasri asked: I wanna create some local and remote users and generate ssh keypair for respective users and transfer them to remote server but it seems local user – …
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 …
Anaoliy Tk asked: I tried to run playbook with role and only few task from it. F.e. I have playbook # setup.yaml – hosts: all tasks: – include_role: name: system …
Prince Joseph asked: I managed to install Apache Mysql/Mariadb and PHP using a playbook. How can I do mysql_secure_installation using ansible or can I? I am a beginner in Ansible. …
Antonin M. asked: I would like to check if admin_token is defined in my keystone.conf file. To do so I want to use Ansible. However, even if the attribute is …
maxime asked: I want to install RPM Fusion repository on Fedora 32 Server virtual machine with Ansible I’ve tried various possibility unsuccessfully : – name: Enable the RPM Fusion repository command: …
john 517501 asked: I have directory structure as below, wants to fetch the specific sub directory files using ansible rather than all. /mnt/server1 -> —-> yyy.deb —-> /mnt/server1/All/tttsss.deb —-> /mnt/server1/HS-CLONE/gggg.deb …
user5447339 asked: I have an ansible playbook as shown below and it works fine most of the times. But recently what I am noticing is it is getting stuck on …
GuillaumeN asked: I’m building playbooks to deploy a Windows application that requires some prerequisites (Visual C++ runtimes and dotNet framework) to be installed before the application itself. These prerequisites are …