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.

main.yml 384B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
1234567891011121314151617181920212223
  1. ---
  2. - include_tasks: setup_Debian.yml
  3. - include_tasks: ansible.yaml
  4. - include_tasks: connection_plugin_lxc_ssh.yml
  5. #- include_tasks: ara.yml
  6. - include_tasks: ovh_module.yml
  7. - name: ansible etc directory
  8. file:
  9. path: /etc/ansible
  10. state: directory
  11. - name: ansible config
  12. template:
  13. src: ansible.cfg.j2
  14. dest: /etc/ansible/ansible.cfg
  15. - include_tasks: roles.yml