From 7443e025e0096cc5a3f0eef86398a583d0e882fc Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 16 Feb 2025 20:37:24 -0600 Subject: [PATCH] update --- ansible/base.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible/base.yaml diff --git a/ansible/base.yaml b/ansible/base.yaml new file mode 100644 index 0000000..9093cdb --- /dev/null +++ b/ansible/base.yaml @@ -0,0 +1,5 @@ +- hosts: all + gather_facts: yes + become: yes + roles: + - base