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.

13 lines
184B

  1. ---
  2. - name: install apt packages
  3. apt:
  4. pkg:
  5. - nginx
  6. - ssl-cert
  7. - name: remove default page
  8. file:
  9. path: /var/www/html/index.nginx-debian.html
  10. state: absent