diff options
Diffstat (limited to 'site.yml')
| -rw-r--r-- | site.yml | 45 |
1 files changed, 45 insertions, 0 deletions
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 |
