initial commit
This commit is contained in:
12
playbooks/common.yml
Normal file
12
playbooks/common.yml
Normal 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
4
playbooks/monitoring.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- hosts: monitoring
|
||||
roles:
|
||||
- common
|
||||
- monitoring
|
||||
10
playbooks/mumble.yml
Normal file
10
playbooks/mumble.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- hosts: mumble
|
||||
become: yes
|
||||
|
||||
vars:
|
||||
acme_domains:
|
||||
- "{{ umurmur_domain }}"
|
||||
- "{{ mumble_web_domain }}"
|
||||
roles:
|
||||
- acme
|
||||
- mumble
|
||||
Reference in New Issue
Block a user