mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-15 15:20:19 +00:00
11 lines
277 B
YAML
11 lines
277 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
|
|
- include: bzflag.yml
|
|
- include: minetest.yml
|