1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update submodules

This commit is contained in:
L3D 2023-10-31 16:34:45 +01:00
parent beb02ad7c5
commit b255a8f33b
Signed by: l3d
GPG key ID: CD08445BFF4313D1
9 changed files with 18 additions and 7 deletions

13
.gitmodules vendored
View file

@ -66,10 +66,6 @@
path = roles/do1jlr.rspamd path = roles/do1jlr.rspamd
url = https://github.com/roles-ansible/ansible_role_rspamd.git url = https://github.com/roles-ansible/ansible_role_rspamd.git
branch = main branch = main
[submodule "roles/unattended_upgrades"]
path = roles/unattended_upgrades
url = https://github.com/jnv/ansible-role-unattended-upgrades.git
branch = master
[submodule "roles/do1jlr.nginx"] [submodule "roles/do1jlr.nginx"]
path = roles/do1jlr.nginx path = roles/do1jlr.nginx
url = https://github.com/DO1JLR/ansible_role_nginx.git url = https://github.com/DO1JLR/ansible_role_nginx.git
@ -127,3 +123,12 @@
[submodule "roles/do1jlr.packages"] [submodule "roles/do1jlr.packages"]
path = roles/l3d.packages path = roles/l3d.packages
url = https://github.com/roles-ansible/ansible_role_packages.git url = https://github.com/roles-ansible/ansible_role_packages.git
[submodule "collections/ansible_collections/prometheus/prometheus"]
path = collections/ansible_collections/prometheus/prometheus
url = https://github.com/prometheus-community/ansible
[submodule "collections/ansible_collections/community/grafana"]
path = collections/ansible_collections/community/grafana
url = https://github.com/ansible-collections/community.grafana
[submodule "collections/ansible_collections/grafana/grafana"]
path = collections/ansible_collections/grafana/grafana
url = https://github.com/grafana/grafana-ansible-collection

@ -1 +1 @@
Subproject commit 8055dd1c9b7787b7259d870be1418aafb877ed32 Subproject commit 2a7f9f28b9f5f846cc0b763b03314dd6c9a00057

@ -0,0 +1 @@
Subproject commit 2202c99c0e24d8bce9346959af79c67aaf1a4610

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

@ -0,0 +1 @@
Subproject commit 2cfaf9c513bb81f0f0a585bfe3d008a84bbf74a7

View file

@ -18,3 +18,6 @@ ntp_servers:
- 1.pool.ntp.org iburst - 1.pool.ntp.org iburst
- 2.pool.ntp.org iburst - 2.pool.ntp.org iburst
- 3.pool.ntp.org iburst - 3.pool.ntp.org iburst
# prometheus.prometeus.node_exporter
node_exporter_web_listen_address: '127.0.0.1:9100'

@ -1 +1 @@
Subproject commit 5cd1afc65018125ee419917b9b87bb8d038f6fcc Subproject commit 9d86ed9130ab4058fd617979ece2f71766665115

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

View file

@ -14,6 +14,7 @@
- {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]} - {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]}
- {role: do1jlr.avahi_client, tags: [avahi, avahi_client]} - {role: do1jlr.avahi_client, tags: [avahi, avahi_client]}
- {role: do1jlr.ntp, tags: [ntp]} - {role: do1jlr.ntp, tags: [ntp]}
- {role: prometheus.prometheus.node_exporter, tags: [monitoring, node_exporter]}
- name: User specific roles for all hosts - name: User specific roles for all hosts
hosts: all hosts: all