Search results

  1. R

    Ansible - run playbooks from different directory

    Hi Can I store ansible playbooks in different directories and my customized ansible.cfg stored under different directories and run the playbooks? It seems that ansible assumes that the ansible.cfg file exists in the current working directory so when I try to call a playbook that exists in a...
  2. R

    Ansible - add new line to a file

    Hi I am trying to add a line in a file on the control node after performing the yum update on the managed nodes. I have created the below playbook. Adding new lines to the file in control node is getting skipped for some random servers. - name: Mail function hosts: SSS vars: date...
  3. R

    Ansible - "Destination /etc/yum.repos.d not writable"

    Hi I am new to Ansible, I'm trying to copy a repo file from control node to manage node and got the below error when executing my playbook. Error: fatal: [10.192.128.154]: FAILED! => {"changed": false, "checksum": "bceb47957aa7709b77108019f398d05b481ddca3", "msg": "Destination /etc/yum.repos.d...
Top