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
|
||||
Reference in New Issue
Block a user