Add transip client provisioning
This commit is contained in:
parent
b7d5b72345
commit
f052126445
10 changed files with 223 additions and 0 deletions
|
|
@ -19,3 +19,5 @@ hostname: 'fudiggity'
|
|||
xdg_config_dir: '/home/sonny/.config'
|
||||
xdg_data_dir: '/home/sonny/.local/share'
|
||||
xdg_state_dir: '/home/sonny/.local/state'
|
||||
|
||||
systemd_service_dir: /etc/systemd/system
|
||||
|
|
|
|||
28
host_vars/fudiggity/transip_client.yml
Normal file
28
host_vars/fudiggity/transip_client.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
transip_client_repository: https://forgejo.fudiggity.nl/sonny/transip-client
|
||||
|
||||
transip_client_app_ref: 0.7.0
|
||||
transip_client_image_name: transip-client:0.7.0
|
||||
transip_client_login: SonnyBakker
|
||||
|
||||
transip_client_app_dir: /home/sonny/apps/transip_client
|
||||
transip_client_private_key_src_path: /home/sonny/.ssh/transip-client.key
|
||||
transip_client_private_key_dest_path: /app/transip-client.key
|
||||
|
||||
transip_client_env_src_path: /home/sonny/apps/transip_client/.env
|
||||
transip_client_env_dest_path: /app/.env
|
||||
|
||||
transip_client_start_script: /home/sonny/apps/transip_client/start.sh
|
||||
|
||||
transip_client_app_domains:
|
||||
- fudiggity.nl
|
||||
|
||||
transip_client_sentry_dsn: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65363436646537353934623163613439376232636238356331363137623431393831313964663737
|
||||
6532613530623935383135616232356265623565306363370a353563663664343362303766633939
|
||||
36346635373766663335303033623963633430313963646237613432396634613631616634383061
|
||||
6434356362643061380a373136396436396162353663316633643536343730333639336363666666
|
||||
62323134363236323561303538623038373263643966366338653761303765646366386235613765
|
||||
65396262373061393135376136623936633261343733306237653466623063336131616262623665
|
||||
32356130653339316232323339336663326363636465343631376331353738343363393461656364
|
||||
64366231366163303833
|
||||
Loading…
Add table
Add a link
Reference in a new issue