Added Docker role to configure/install Docker; updated ci-v2* nodes with Docker config; updated Munin config to work with the main munin server
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Install and configure Docker
|
||||
hosts:
|
||||
- continuous_integration
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- geerlingguy.docker
|
||||
@@ -6,6 +6,7 @@
|
||||
- import_playbook: packages.yml
|
||||
- import_playbook: munin.yml
|
||||
- import_playbook: gitea.yml
|
||||
- import_playbook: docker.yml
|
||||
- import_playbook: apache.yml
|
||||
- import_playbook: nginx.yml
|
||||
- import_playbook: dev.yml
|
||||
|
||||
Reference in New Issue
Block a user