ansible role to deploy apache on debian
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

example.yml 99B

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