Commit initial skeleton for system plays

This commit is contained in:
ubergeek 2022-10-06 13:47:57 +00:00
parent 2905f74627
commit dc61d06bb1
2 changed files with 15 additions and 0 deletions

7
hosts Normal file
View File

@ -0,0 +1,7 @@
[common]
shell.thunix.net
irc.thunix.net
fs.thunix.net
fe.thunix.net
vpn.thunix.net

8
site.yml Normal file
View File

@ -0,0 +1,8 @@
---
# System-wide playbook
- name: Baseline configuration
hosts: common
become: yes
become_method: sudo
roles:
- common