mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-18 16:19:23 +00:00
9 lines
231 B
YAML
9 lines
231 B
YAML
---
|
|
# This playbook contains all of the common things every machine in the site gets. Basic packages, users, etc etc.
|
|
|
|
- include: packages.yml
|
|
- include: users.yml
|
|
- include: apache2-mods.yml
|
|
- include: ufw.yml
|
|
- include: znc.yml
|