Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 regels
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'