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
+1
View File
@@ -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