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 353B

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