From dc61d06bb1a3d6b0bf97f37c95148b5f9c52e947 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 6 Oct 2022 13:47:57 +0000 Subject: [PATCH] Commit initial skeleton for system plays --- hosts | 7 +++++++ site.yml | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 hosts create mode 100644 site.yml diff --git a/hosts b/hosts new file mode 100644 index 0000000..bfde88e --- /dev/null +++ b/hosts @@ -0,0 +1,7 @@ +[common] +shell.thunix.net +irc.thunix.net +fs.thunix.net +fe.thunix.net +vpn.thunix.net + diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..f436f28 --- /dev/null +++ b/site.yml @@ -0,0 +1,8 @@ +--- +# System-wide playbook +- name: Baseline configuration + hosts: common + become: yes + become_method: sudo + roles: + - common