initial commit

This commit is contained in:
2026-06-19 16:53:14 -04:00
commit 108512762f
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