Playbboks aufgeräumt (#10)

Playbooks aufgeräumt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#10
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-02-28 14:05:51 +01:00
parent 5c1dde5ba2
commit 76979f5b24
4 changed files with 1 additions and 4 deletions

View file

@ -2,5 +2,3 @@
- hosts: dokuwiki
roles:
- { role: mgrote.dokuwiki, tags: "dokuwiki" }
vars:
dokuwiki_update: false # Muss für den ersten Lauf aktiviert sein!

View file

@ -14,5 +14,4 @@
---
- hosts: fileserver
roles:
- { role: mgrote.postfix, tags: "postfix" }
- { role: mgrote.fileserver_smb, tags: "fileserver_smb" }

View file

@ -1,4 +1,5 @@
---
- hosts: gitea
roles:
- { role: mgrote.postfix, tags: "postfix" }
- { role: tmaurice.gitea, tags: "gitea", become: true }

View file

@ -1,7 +1,6 @@
---
- hosts: proxmox
roles:
- { role: mgrote.apt_manage_sources, tags: "apt_sources" }
- { role: mgrote.zfs_packages, tags: "zfs_packages" }
- { role: mgrote.zfs_arc_mem, tags: "zfs_arc_mem" }
- { role: mgrote.zfs_manage_datasets, tags: "datasets" }