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-12-13 01:01:13 +01:00
parent 45982ce5bd
commit b51071d941
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
12 changed files with 20 additions and 13 deletions

11
.gitmodules vendored
View file

@ -122,13 +122,13 @@
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
url = https://github.com/prometheus-community/ansible.git
[submodule "collections/ansible_collections/community/grafana"]
path = collections/ansible_collections/community/grafana
url = https://github.com/ansible-collections/community.grafana
url = https://github.com/ansible-collections/community.grafana.git
[submodule "collections/ansible_collections/grafana/grafana"]
path = collections/ansible_collections/grafana/grafana
url = https://github.com/grafana/grafana-ansible-collection
url = https://github.com/grafana/grafana-ansible-collection.git
[submodule "roles/unattended_upgrades"]
path = roles/unattended_upgrades
url = https://github.com/hifis-net/ansible-role-unattended-upgrades.git
@ -137,4 +137,7 @@
url = https://github.com/ansible-collections/community.general.git
[submodule "roles/l3d.nginx_exporter"]
path = roles/l3d.nginx_exporter
url = https://github.com/roles-ansible/ansible_role_nginx_exporter
url = https://github.com/roles-ansible/ansible_role_nginx_exporter.git
[submodule "collections/ansible_collections/l3d/time"]
path = collections/ansible_collections/l3d/time
url = https://github.com/roles-ansible/ansible_collection_time.git

@ -1 +1 @@
Subproject commit d9f3e7a2ec701d9dc136f946d146994db2327778
Subproject commit 838e4e3f0230a89e35e7f10a54f3e7d56f4cb50d

@ -1 +1 @@
Subproject commit ff49e951e5656ce3298fd7e958fb9845add59193
Subproject commit 7f056829debba911396d4eb659839195bad8afd4

@ -1 +1 @@
Subproject commit d6d468ce8f4d1ddd25a669c4177f3f194377bc92
Subproject commit 1a36a90133357b64cd9492b5c96151f6a19e97b8

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

@ -1 +1 @@
Subproject commit 292e4332fb9f381aa169c6b0fb8bd08af355fb46
Subproject commit 214f7eda39080beaa4db248597db16bee3c22623

View file

@ -116,6 +116,9 @@ fail2ban_jail_configuration:
nginx__infrastructure_domain__enabled: false
# l3d.time.ntp
ntp_statistics: true
# l3d.nginx_exporter
nginx_exporter_listen_address: '127.0.0.1:9113'
nginx_exporter_scrape_uri: 'https://node-exporter.mail01.l3d.space/nginx_status'

@ -1 +1 @@
Subproject commit 8f0eef93c743ef38a9252a1d6d61e7fb83d1cfcd
Subproject commit 8c87b67ea9f3314a504a9c0ce217a3c2710c17c1

@ -1 +1 @@
Subproject commit b30cc599bf1fccbf4882a128506ea3dc70339209
Subproject commit f77691f2b9446d0eca9f9106aa2c4ba46e92137f

@ -1 +1 @@
Subproject commit 5ca9f2ba7591f1e44823d562017e254564d22bf6
Subproject commit 6f042aefcec7d59e40994631136fe53b9fba0130

@ -1 +1 @@
Subproject commit c0d0c569ebef916fe0bbb5cfa5e3f1bbd7a28751
Subproject commit f39db96bd7d71d75838070f0d1305a8f91ee6ef7

View file

@ -13,7 +13,7 @@
- {role: unattended_upgrades, tags: [default, unattended, unattended_upgrades, security], become: true, when: ansible_distribution == 'Debian'}
- {role: do1jlr.rtl_nic_firmware, tags: [apu, rtl_nic, firmware]}
- {role: do1jlr.avahi_client, tags: [avahi, avahi_client]}
- {role: do1jlr.ntp, tags: [ntp]}
- {role: l3d.time.ntp, tags: [ntp]}
- {role: prometheus.prometheus.node_exporter, tags: [monitoring, node_exporter]}
- name: User specific roles for all hosts