Add transip client provisioning
This commit is contained in:
parent
b7d5b72345
commit
f052126445
10 changed files with 223 additions and 0 deletions
10
templates/transip_client/service.j2
Normal file
10
templates/transip_client/service.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Transip client service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=sonny
|
||||
ExecStart={{ transip_client_start_script }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue