initial commit

This commit is contained in:
HgO
2020-04-13 14:46:45 +02:00
commit 961498e32b
76 changed files with 2715 additions and 0 deletions

12
playbooks/common.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- hosts: all
become: yes
pre_tasks:
- name: Update apt cache
apt:
update_cache: yes
cache_valid_time: 3600
roles:
- common

4
playbooks/monitoring.yml Normal file
View File

@@ -0,0 +1,4 @@
- hosts: monitoring
roles:
- common
- monitoring

10
playbooks/mumble.yml Normal file
View File

@@ -0,0 +1,10 @@
- hosts: mumble
become: yes
vars:
acme_domains:
- "{{ umurmur_domain }}"
- "{{ mumble_web_domain }}"
roles:
- acme
- mumble