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.

17 lines
252B

  1. ---
  2. - name: debian packages
  3. apt:
  4. pkg:
  5. - apache2
  6. - name: remove default page
  7. file:
  8. path: /var/www/html/index.html
  9. state: absent
  10. - name: make sure default directory exists
  11. file:
  12. path: /var/www/default/
  13. state: directory