main.yml 180 B

123456789
  1. - include: apache2.yml
  2. tags: [web,apache2]
  3. when: with_apache2
  4. - include: nginx.yml
  5. tags: [web,nginx]
  6. when: with_nginx
  7. - include: php.yml
  8. tags: [web,php]
  9. when: with_php