Use automatic token generation
This commit is contained in:
parent
908e5f78cb
commit
bcbb224787
3 changed files with 17 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
app_url: 'https://git.fudiggity.nl/sonny/transip_client.git'
|
||||
app_user: 'sonny'
|
||||
app_branch: '0.3.1'
|
||||
app_branch: '0.4'
|
||||
app_dir: '{{ ansible_env.HOME }}/apps/transip_client'
|
||||
app_domains:
|
||||
- fudiggity.nl
|
||||
|
|
@ -57,6 +57,10 @@ sentry_dsn: !vault |
|
|||
35393536636238653338393163373966356636653362343039366230636364363233376336383331
|
||||
636663383661346534613533653133376534
|
||||
|
||||
private_key_dir: '{{ ansible_env.HOME }}/.ssh'
|
||||
private_key_name: 'transip-client.key'
|
||||
login: 'SonnyBakker'
|
||||
|
||||
packages:
|
||||
- python3
|
||||
- python3-dev
|
||||
|
|
|
|||
Reference in a new issue