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

setup_Debian.yml 197B

7年前
7年前
7年前
7年前
7年前
123456789101112131415
  1. ---
  2. - name: install ansible
  3. apt:
  4. pkg: ansible
  5. state: present
  6. - name: install other tools
  7. apt:
  8. pkg: "{{item}}"
  9. state: present
  10. with_items:
  11. - ipv6calc
  12. - uuid
  13. - git