From 64dfd20134ee028cc865745d8d8bfec31299ff0a Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 18 Dec 2023 14:49:09 +0100 Subject: initial commit --- site.yml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 site.yml (limited to 'site.yml') diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..d0c9764 --- /dev/null +++ b/site.yml @@ -0,0 +1,45 @@ +--- + +# ============================================================ +# Common Rules +# gelten fuer alle Server +# (koennen aber auch einzeln aufgerufen werden) +# ============================================================ + +- name: apt + roles: + - apt + hosts: all + tags: + - apt + - common + +# ------------------------------------------------------------ + +- name: packages + hosts: all + roles: + - packages + tags: + - packages + - common + +# ------------------------------------------------------------ + +- name: php + hosts: all + roles: + - php + tags: + - php + - common + +# ------------------------------------------------------------ + +- name: common-linux + hosts: all + roles: + - common-linux + tags: + - common-linux + - common -- cgit v1.2.3