Add ansible and playbook to trigger upgrade
Some checks failed
Run nix flake check / flake-check (push) Failing after 27m26s
Periodic flake update / flake-update (push) Successful in 1m24s

This commit is contained in:
2025-02-07 00:28:05 +01:00
parent fbcb81291b
commit 002f934c70
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Trigger nixos-upgrade job on all hosts
hosts: all
remote_user: root
tasks:
- ansible.builtin.systemd_service:
name: nixos-upgrade.service
state: started