This commit is contained in:
2026-06-19 16:50:30 -04:00
commit e7b3e9e851
12 changed files with 664 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Run weekly production patching playbook
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
User=wolfy
Group=wolfy
ExecStart=/home/wolfy/ansible/run/update-prod-servers.sh
WorkingDirectory=/home/wolfy/ansible
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Weekly production patching timer
[Timer]
OnCalendar=Mon *-*-* 07:30:00
Persistent=true
Unit=update-prod-servers.service
[Install]
WantedBy=timers.target