ansible/requirements: update bootstrap and winsw
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
db456f7f5c
commit
054c5c2d26
|
@ -20,8 +20,8 @@
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-bootstrap-windows
|
- name: infra-role-bootstrap-windows
|
||||||
src: git@github.com:status-im/infra-role-bootstrap.git
|
src: git@github.com:status-im/infra-role-bootstrap-windows.git
|
||||||
version: eb6400281bd3183733691344191bd53b2eceaa49
|
version: f0188a8ddfdf1d8107b9eced4fecd47cc9473867
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: oauth-proxy
|
- name: oauth-proxy
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
- name: infra-role-winsw
|
- name: infra-role-winsw
|
||||||
src: git@github.com:status-im/infra-role-winsw.git
|
src: git@github.com:status-im/infra-role-winsw.git
|
||||||
version: 9c1584c1b23d9fcb99672fdbff472271acb324a7
|
version: 97275ab7be23bd4041f110ffbd60c509d5e819f3
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: kibana
|
- name: kibana
|
||||||
|
|
|
@ -159,8 +159,6 @@ module "nimbus_nodes_prater_unstable_windows" {
|
||||||
|
|
||||||
/* System */
|
/* System */
|
||||||
image = "windows-cloud/windows-server-2019-dc-v20210608"
|
image = "windows-cloud/windows-server-2019-dc-v20210608"
|
||||||
#image = "windows-cloud/windows-server-2016-dc-v20210608"
|
|
||||||
#image = "windows-cloud/windows-server-2012-r2-dc-v20210608"
|
|
||||||
win_password = data.pass_password.windows_user_pass.password
|
win_password = data.pass_password.windows_user_pass.password
|
||||||
ansible_playbook = "${path.cwd}/ansible/bootstrap-win.yml"
|
ansible_playbook = "${path.cwd}/ansible/bootstrap-win.yml"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue