|
@@ -5,14 +5,14 @@ secret: '{{ secret_root + "/" + secret_name }}'
|
5
|
5
|
|
6
|
6
|
# must match values in roles/common
|
7
|
7
|
db_admin_username: 'postgres'
|
8
|
|
-db_admin_password: "{{ lookup('password', secret + '/' + 'db_admin_password', length=32) }}"
|
|
8
|
+db_admin_password: "{{ lookup('password', secret + '/' + 'db_admin_password length=32') }}"
|
9
|
9
|
|
10
|
10
|
fathom_db_username: 'fathom'
|
11
|
|
-fathom_db_password: "{{ lookup('password', secret + '/' + 'fathom_db_password', length=32) }}"
|
|
11
|
+fathom_db_password: "{{ lookup('password', secret + '/' + 'fathom_db_password length=32') }}"
|
12
|
12
|
fathom_db_database: 'fathom'
|
13
|
13
|
fathom_admin_username: "{{ admin_email }}"
|
14
|
|
-fathom_admin_password: "{{ lookup('password', secret + '/' + 'fathom_admin_password', length=32) }}"
|
|
14
|
+fathom_admin_password: "{{ lookup('password', secret + '/' + 'fathom_admin_password length=32') }}"
|
15
|
15
|
fathom_internal_port: '9000'
|
16
|
|
-fathom_secret: "{{ lookup('password', secret + '/' + 'fathom_secret', length=32) }}"
|
|
16
|
+fathom_secret: "{{ lookup('password', secret + '/' + 'fathom_secret length=32') }}"
|
17
|
17
|
fathom_version: '1.2.1'
|
18
|
18
|
fathom_release: "https://github.com/usefathom/fathom/releases/download/v{{ fathom_version }}/fathom_{{ fathom_version }}_linux_amd64.tar.gz"
|