選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

24 行
384B

  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