From 7a84fa4f63102917367acf291ae84e123cc5653e Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 4 May 2015 13:13:46 -0500 Subject: [PATCH] Add a new users playbook. This will run against all hosts and add / update that nodes managed_users. Signed-off-by: Andrew Schoen --- users.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 users.yml diff --git a/users.yml b/users.yml new file mode 100644 index 00000000..55050012 --- /dev/null +++ b/users.yml @@ -0,0 +1,4 @@ +--- +- hosts: all + roles: + - users -- 2.47.3