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

main.yml 352B

7年前
7年前
7年前
7年前
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