ansible role to deploy apache on debian
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.

example.yml 99B

123456789
  1. ---
  2. - hosts: localhost
  3. vars:
  4. apache_remove_default_vhost: yes
  5. roles:
  6. - role: apache