Skip to content

Instantly share code, notes, and snippets.

View jlengelbrecht's full-sized avatar
🥷
Code Ninja

jlengelbrecht

🥷
Code Ninja
View GitHub Profile
.
└── clusters
└── dev-cluster
├── flux-system
│ ├── gotk-components.yaml
│ ├── gotk-sync.yaml
│ └── kustomization.yaml
├── helmcharts
│ └── cert-manager
│ ├── certificates
@jlengelbrecht
jlengelbrecht / gist:69cdbf91237c62ad9d93883e84622b49
Created December 5, 2023 04:54
ansible automation playbook with discord notifications
---
- hosts: all
gather_facts: true
become: true
become_user: root
serial: 1 # Ensures the playbook runs on one server at a time
vars:
update_results_file: "/home/semaphore/automation-updates.txt"
discord_webhook_url: "my-webhook"
ansible_command_timeout: 900