expanding playbook with exporter, ntp and avahi
This commit is contained in:
parent
cb149f64c3
commit
f164c0b747
6 changed files with 19 additions and 0 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -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
|
1
collections/ansible_collections/l3d/avahi
Submodule
1
collections/ansible_collections/l3d/avahi
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d2929df23e12f1ec56f56f346ef412ec9b73cf7a
|
1
collections/ansible_collections/l3d/time
Submodule
1
collections/ansible_collections/l3d/time
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9d0e8ffc6382c44e5ae26edbb21484294341698c
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c72059ffb289de829c5df184466aed978b8b64dc
|
3
site.yml
3
site.yml
|
@ -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]}
|
||||
|
|
Loading…
Reference in a new issue