update origin-certs role arguments
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
08be7f7351
commit
f519666812
|
@ -5,8 +5,11 @@ cont_recreate: false
|
|||
cont_restart: false
|
||||
|
||||
# CloudFlare Origin certificates
|
||||
cloudflare_origin_crt: '{{lookup("passwordstore", "cloud/Cloudflare/origin.crt returnall=true")}}'
|
||||
cloudflare_origin_key: '{{lookup("passwordstore", "cloud/Cloudflare/origin.key returnall=true")}}'
|
||||
origin_certs:
|
||||
- domain: 'status.im'
|
||||
crt: '{{lookup("passwordstore", "cloud/Cloudflare/status.im/origin.crt returnall=true")}}'
|
||||
key: '{{lookup("passwordstore", "cloud/Cloudflare/status.im/origin.key returnall=true")}}'
|
||||
default: true
|
||||
|
||||
# Root password
|
||||
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
hosts:
|
||||
- nimbus-master
|
||||
roles:
|
||||
- { role: origin-cert, tags: origin-cert }
|
||||
- { role: origin-certs, tags: origin-certs }
|
||||
- { role: nimbus-stats, tags: nimbus-stats }
|
||||
|
||||
- name: Configure Nimbus cluster
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: origin-cert
|
||||
src: git@github.com:status-im/infra-role-origin-cert.git
|
||||
- name: origin-certs
|
||||
src: git@github.com:status-im/infra-role-origin-certs.git
|
||||
scm: git
|
||||
|
||||
- name: infra-role-tinc
|
||||
|
|
Loading…
Reference in New Issue