mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 13:13:22 +02:00
Update to 2025-04-16 15:00
This commit is contained in:
parent
faf91a5c0c
commit
4fb8dee0b6
@ -16,6 +16,7 @@ while (<IPT>){
|
|||||||
(m/.*\-o\s+docker0.*/)
|
(m/.*\-o\s+docker0.*/)
|
||||||
){
|
){
|
||||||
$change = 1;
|
$change = 1;
|
||||||
|
print "Removing line $_ from $ipt\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
push @rules, $_;
|
push @rules, $_;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Cleanup Nomad and Docker runtime rules
|
Description=Cleanup Nomad and Docker runtime rules
|
||||||
Before=iptables.service
|
Before=iptables.service nomad.service docker.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of Nomad to install
|
# Version of Nomad to install
|
||||||
nomad_version: 1.9.7
|
nomad_version: 1.10.0
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
nomad_archive_sha256: e9c7337893eceb549557ef9ad341b3ae64f5f43e29ff1fb167b70cfd16748d2d
|
nomad_archive_sha256: d0936673cfa026b87744d60ad21ba85db70fe792b0685bfce95ac06a98d30b9d
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
cron_file: samba_sync_sysvol
|
cron_file: samba_sync_sysvol
|
||||||
minute: '*/16'
|
minute: '*/16'
|
||||||
user: root
|
user: root
|
||||||
job: rsync -XAavz --delete-after {{ (samba_sysvol_rsync_pass is defined) | ternary('--password-file=/etc/samba/rsync-sysvol.secret','') }} rsync://{{ (samba_sysvol_rsync_pass is defined) | ternary('sysvol-replication@','') }}{{ samba_primary_dc }}/sysvol/ /var/lib/samba/sysvol/
|
job: rsync -XAavz --delete-after {{ (samba_sysvol_rsync_pass is defined) | ternary('--password-file=/etc/samba/rsync-sysvol.secret','') }} rsync://{{ (samba_sysvol_rsync_pass is defined) | ternary('sysvol-replication@','') }}{{ samba_primary_dc }}/sysvol/ /var/lib/samba/sysvol/ && samba-tool ntacl sysvolreset
|
||||||
state: "{{ samba_i_am_primary_dc | ternary('absent','present') }}"
|
state: "{{ samba_i_am_primary_dc | ternary('absent','present') }}"
|
||||||
when: samba_role in ['dc', 'rodc']
|
when: samba_role in ['dc', 'rodc']
|
||||||
tags: samba
|
tags: samba
|
||||||
|
@ -22,6 +22,9 @@ dmd.metaservices.microsoft.com
|
|||||||
activation-v2.sls.microsoft.com
|
activation-v2.sls.microsoft.com
|
||||||
download.visualstudio.microsoft.com
|
download.visualstudio.microsoft.com
|
||||||
activation.sls.microsoft.com
|
activation.sls.microsoft.com
|
||||||
|
cxcs.microsoft.net
|
||||||
|
licensing.mp.microsoft.com
|
||||||
|
validation-v2.sls.microsoft.com
|
||||||
|
|
||||||
# comon CRL / OCSP
|
# comon CRL / OCSP
|
||||||
crl.microsoft.com
|
crl.microsoft.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user