update playbooks/inventory.ini
This commit is contained in:
parent
0dd23091ac
commit
dac60709c8
@ -1,9 +1,9 @@
|
||||
- name: setup zitadel
|
||||
hosts: "{{ zitadel_target_host }}"
|
||||
hosts: all
|
||||
become: true
|
||||
vars:
|
||||
zitadel_target_host: auth.svc.plus
|
||||
zitadel_domain: "{{ zitadel_target_host }}"
|
||||
zitadel_domain: "{{ domain }}"
|
||||
zitadel_masterkey: MasterkeyNeedsToHave32Characters
|
||||
zitadel_workspace: /opt/zitadel
|
||||
roles:
|
||||
|
||||
@ -12,7 +12,7 @@ global-homepage.svc.plus ansible_host=167.179.72.223
|
||||
smtp.svc.plus ansible_host=45.130.167.90
|
||||
|
||||
[bootstrap]
|
||||
18.163.190.24 ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
auth.svc.plus ansible_host=18.163.190.24 ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user