Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

12 satır
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'