Add transip client provisioning

This commit is contained in:
Sonny Bakker 2025-05-03 17:36:21 +02:00
parent b7d5b72345
commit f052126445
10 changed files with 223 additions and 0 deletions

View file

@ -40,6 +40,14 @@
state: restarted
enabled: true
- name: enable transip-client timer
become: true
systemd:
daemon-reload: true
name: transip-client.timer
state: restarted
enabled: true
- name: regenerate initramfs
become: true
command: update-initramfs -u -k all