No Description
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.

main.yml 224B

12345678910
  1. ---
  2. - include_tasks: basics.yml
  3. - include_tasks: users.yml
  4. - include_tasks: apache.yml
  5. - include_tasks: ufw.yml
  6. - include_tasks: security.yml
  7. - include_tasks: ntp.yml
  8. - include_tasks: postgres.yml
  9. - include_tasks: swap.yml