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:
2026-09-03 00:19:42 -04:00
parent bd155cd576
commit 3d75120f0e
4 changed files with 27 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
---
- name: Install and configure Docker
hosts:
- continuous_integration
become: True
roles:
- geerlingguy.docker