mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-16 23:49:24 +00:00
7 lines
193 B
YAML
7 lines
193 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
|