expanding playbook with exporter, ntp and avahi

This commit is contained in:
L3D 2024-03-24 19:01:32 +01:00
parent cb149f64c3
commit f164c0b747
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
6 changed files with 19 additions and 0 deletions

12
.gitmodules vendored
View file

@ -7,3 +7,15 @@
[submodule "roles/l3d.packages"]
path = roles/l3d.packages
url = https://github.com/roles-ansible/ansible_role_packages.git
[submodule "collections/ansible_collections/l3d/time"]
path = collections/ansible_collections/l3d/time
url = https://github.com/roles-ansible/ansible_collection_time.git
[submodule "collections/ansible_collections/l3d/avahi"]
path = collections/ansible_collections/l3d/avahi
url = https://github.com/roles-ansible/ansible_collection_avahi
[submodule "collections/ansible_collections/community/general"]
path = collections/ansible_collections/community/general
url = https://github.com/ansible-collections/community.general.git
[submodule "collections/ansible_collections/prometheus/prometheus"]
path = collections/ansible_collections/prometheus/prometheus
url = https://github.com/prometheus-community/ansible.git

@ -0,0 +1 @@
Subproject commit a4b32d7b9c42cf79a8f273b89c2bfdb73c657457

@ -0,0 +1 @@
Subproject commit d2929df23e12f1ec56f56f346ef412ec9b73cf7a

@ -0,0 +1 @@
Subproject commit 9d0e8ffc6382c44e5ae26edbb21484294341698c

@ -0,0 +1 @@
Subproject commit c72059ffb289de829c5df184466aed978b8b64dc

View file

@ -11,3 +11,6 @@
- {role: l3d.users.admin, tags: [test, users, admin]}
- {role: l3d.users.sshd, tags: [test, users, sshd]}
- {role: l3d.packages, tags: [packages, general]}
- {role: l3d.time.ntp, tags: [time, ntp]}
- {role: l3d.avahi.daemon, tags: [avahi]}
- {role: prometheus.prometheus.node_exporter, tags: [monitoring, node_exporter]}