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

12 行
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