You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
182B

  1. ---
  2. - name: ansible etc directory
  3. file:
  4. path: /etc/ansible
  5. state: directory
  6. - name: ansible config
  7. template:
  8. src: ansible.cfg.j2
  9. dest: /etc/ansible/ansible.cfg