From 0c6fa96c36ed393e65783b8ce4b35ed16c07a0a7 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 9 Apr 2019 17:03:13 +0200 Subject: [PATCH] add global playbook --- global.yml | 5 +++++ server.yml | 2 -- site.yml | 1 + workstation.yml | 2 -- 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 global.yml diff --git a/global.yml b/global.yml new file mode 100644 index 0000000..6acfb50 --- /dev/null +++ b/global.yml @@ -0,0 +1,5 @@ +--- +- hosts: all + roles: + - system + - autofs \ No newline at end of file diff --git a/server.yml b/server.yml index 776ef49..4957eb4 100644 --- a/server.yml +++ b/server.yml @@ -1,8 +1,6 @@ --- - hosts: server roles: - - system - - autofs - dns - ssmtp - tt-rss diff --git a/site.yml b/site.yml index f4acb87..e128065 100644 --- a/site.yml +++ b/site.yml @@ -1,3 +1,4 @@ --- +- import_playbook: global.yml - import_playbook: server.yml - import_playbook: workstation.yml \ No newline at end of file diff --git a/workstation.yml b/workstation.yml index 5f2a58d..2268c5e 100644 --- a/workstation.yml +++ b/workstation.yml @@ -1,10 +1,8 @@ --- - hosts: workstation roles: - - system - user_config - ansible-manager - - autofs - mpd