From 6ce9918171339240493045f935a25dc6a376e1c8 Mon Sep 17 00:00:00 2001 From: rulrich Date: Fri, 8 Mar 2024 16:11:45 +0100 Subject: [PATCH] =?UTF-8?q?playbook.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 playbook.yml diff --git a/playbook.yml b/playbook.yml new file mode 100644 index 0000000..f92076c --- /dev/null +++ b/playbook.yml @@ -0,0 +1,15 @@ +--- +- hosts: production + become: true +# vars_files: +# - vars/production/users.yml + roles: + - users +- hosts: testing + become: true +# vars_files: +# - vars/testing/users.yml + roles: + - users + +