From 90852e36bcf0d631705cb597b69747ccfc4e56bb Mon Sep 17 00:00:00 2001 From: stratholme Date: Thu, 23 Mar 2023 00:58:17 +0100 Subject: [PATCH] add "main" playbook for system configuration --- ansible/main.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible/main.yml diff --git a/ansible/main.yml b/ansible/main.yml new file mode 100644 index 0000000..63b0553 --- /dev/null +++ b/ansible/main.yml @@ -0,0 +1,4 @@ +--- +- hosts: all + roles: + - common