summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host_vars/manchester.home.casperlefantom.net3
-rw-r--r--host_vars/ns4.casperlefantom.net1
-rw-r--r--host_vars/ns5.casperlefantom.net1
-rw-r--r--roles/diagnostics/tasks/cron.yml6
-rw-r--r--roles/proxy/templates/cockpit.conf.j22
5 files changed, 8 insertions, 5 deletions
diff --git a/host_vars/manchester.home.casperlefantom.net b/host_vars/manchester.home.casperlefantom.net
index c1a86a1..2dab396 100644
--- a/host_vars/manchester.home.casperlefantom.net
+++ b/host_vars/manchester.home.casperlefantom.net
@@ -38,7 +38,7 @@ auxport:
- "4433"
- "4434"
peers:
- - [ '8085', 'onion1', 'vhost_onion1', 'd72vewh3wa4lwpaj.onion', '127.0.0.1', 'no' ]
+ - [ '8085', 'onion1', 'vhost_onion1', 'zziu7rxgwpfwzfhwjedfa7odkyxig2ng2q5a35uattkubi7dswfno7yd.onion', '127.0.0.1', 'no' ]
- [ '8093', 'casper-onion', 'vhost_casper-onion', 'hmoanayzfs7uptfkne6wgjosp3fib4olnic5tzzmp2kopsab6fmyobad.onion', '127.0.0.1', 'no' ]
- [ '8084', 'dl', 'vhost_dl', 'dl.casperlefantom.net dl.home.casperlefantom.net uhxfe4e6yc72i6fhexcpk4ph4niueexpy4ckc3wapazxqhv4isejbnyd.onion', '127.0.0.1', 'no' ]
- [ '8091', 'mirror', 'vhost_mirror', 'mirror.casperlefantom.net mirror.home.casperlefantom.net josp474qrrf52eksmmnplbso2n6yupcq32r7poge3vjxmnokth6fqpqd.onion', '127.0.0.1', 'no' ]
@@ -48,6 +48,5 @@ peers:
- [ '8095', 'fedi', 'vhost_fedi', '5uo2w5mqz2cftf7g3wuba4ucac2l62akqbi45emrhfz5mrjfj34mjyid.onion', '127.0.0.1', 'no' ]
- [ '8096', 'erp', 'vhost_erp', 'erp.home.casperlefantom.net t5wrldx4ytka3dthp4lihphsfj3li3pzboziohrmf6fg7nxeqqxnulid.onion', '192.168.7.5', 'no' ]
cockpithost: nsa
-cockpitonion: d72vewh3wa4lwpaj.onion
# bittorrent
btname: bt1
diff --git a/host_vars/ns4.casperlefantom.net b/host_vars/ns4.casperlefantom.net
index 4db2d42..0a3972f 100644
--- a/host_vars/ns4.casperlefantom.net
+++ b/host_vars/ns4.casperlefantom.net
@@ -20,6 +20,5 @@ revports: "4433"
peers:
- [ '9090', 'cockpit', 'vhost_cockpit', 'nsd.admin.casperlefantom.net', '127.0.0.1', 'no' ]
cockpithost: nsd
-cockpitonion: bpr7drsao5vozzr5.onion
# bittorrent
btname: bt2
diff --git a/host_vars/ns5.casperlefantom.net b/host_vars/ns5.casperlefantom.net
index 5b2f4eb..ebbbe73 100644
--- a/host_vars/ns5.casperlefantom.net
+++ b/host_vars/ns5.casperlefantom.net
@@ -32,6 +32,5 @@ revports: "4433"
peers:
- [ '9090', 'cockpit', 'vhost_cockpit', 'nse.admin.casperlefantom.net', '127.0.0.1', 'no' ]
cockpithost: nse
-cockpitonion: wuvphkytdeukbrqm.onion
# bittorrent
btname: bt3
diff --git a/roles/diagnostics/tasks/cron.yml b/roles/diagnostics/tasks/cron.yml
index 709bb2d..acd4555 100644
--- a/roles/diagnostics/tasks/cron.yml
+++ b/roles/diagnostics/tasks/cron.yml
@@ -15,6 +15,12 @@
state: absent
when: ansible_virtualization_role == "NA" or ansible_virtualization_role == "host"
+- name: Rapport RPM Verify daily
+ file:
+ path: /etc/cron.daily/rpmreport.sh
+ state: absent
+ when: ansible_virtualization_role == "NA" or ansible_virtualization_role == "host"
+
- name: Tests disques durs
file:
path: /etc/cron.weekly/diskcheck.sh
diff --git a/roles/proxy/templates/cockpit.conf.j2 b/roles/proxy/templates/cockpit.conf.j2
index e2f7d6f..9d4ca95 100644
--- a/roles/proxy/templates/cockpit.conf.j2
+++ b/roles/proxy/templates/cockpit.conf.j2
@@ -1,5 +1,5 @@
[WebService]
-Origins = https://{{ ansible_hostname }}.admin.casperlefantom.net:4433 {% if cockpithost is defined %}https://{{ cockpithost }}.admin.casperlefantom.net:4433{% else %}http://localhost{% endif %} {% if cockpitonion is defined %}http://{{ cockpitonion }}:9090{% endif %}
+Origins = https://{{ ansible_hostname }}.admin.casperlefantom.net:4433 {% if cockpithost is defined %}https://{{ cockpithost }}.admin.casperlefantom.net:4433{% else %}http://localhost{% endif %}
ProtocolHeader = X-Forwarded-Proto
AllowUnencrypted = true
MaxStartups = 300