From 3d27fb1754c21deac484b79b5164c455c1a9c855 Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine Date: Sun, 8 Oct 2023 13:24:27 +0200 Subject: [PATCH] feat: Add accounts playbook to only handle users accounts --- accounts.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 accounts.yml diff --git a/accounts.yml b/accounts.yml new file mode 100644 index 0000000..bb0aa6f --- /dev/null +++ b/accounts.yml @@ -0,0 +1,6 @@ +- name: default configuration + hosts: all + gather_facts: no + become: yes + roles: + - users