Add transip client provisioning
This commit is contained in:
parent
b7d5b72345
commit
f052126445
10 changed files with 223 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue