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

12 行
384 B

  1. ---
  2. - include_tasks: "{{ role_path }}/tasks/platform/centos.yml"
  3. when: ansible_distribution == 'CentOS'
  4. # The instructions are the same for Debian, Ubuntu, and Raspbian
  5. - include_tasks: "{{ role_path }}/tasks/platform/debian.yml"
  6. when: ansible_distribution == 'Debian'
  7. - include_tasks: "{{ role_path }}/tasks/platform/archlinux.yml"
  8. when: ansible_distribution == 'Archlinux'