From 419448622427eeba94fb2bb7329b8043f9f21e98 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 23 Sep 2020 18:20:00 +0200 Subject: [PATCH] Feat: preparing for accounts creation --- localhost.yml | 4 ++-- tasks/accounts.yml | 1 + vars/accounts.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 tasks/accounts.yml create mode 100644 vars/accounts.yml diff --git a/localhost.yml b/localhost.yml index 3323986..6fbaba4 100644 --- a/localhost.yml +++ b/localhost.yml @@ -4,11 +4,11 @@ become: true vars_files: - vars/default.yml - #- vars/accounts.yml + - vars/accounts.yml tasks: - include: tasks/lamp.yml - # - include: tasks/accounts.yml + - include: tasks/accounts.yml handlers: - name: Reload Apache diff --git a/tasks/accounts.yml b/tasks/accounts.yml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/tasks/accounts.yml @@ -0,0 +1 @@ +--- diff --git a/vars/accounts.yml b/vars/accounts.yml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/vars/accounts.yml @@ -0,0 +1 @@ +---