Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

12 řádky
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'