Skip to content

Commit db2d559

Browse files
committed
rename ansible_ssh_pass to ansible_password
1 parent 97e5e73 commit db2d559

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

artifacts/demo/hosts-conf-cm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ data:
1313
ansible_host: IP1
1414
ansible_connection: ssh
1515
ansible_user: who
16-
ansible_ssh_pass: xxx
16+
ansible_password: xxx
1717
node2:
1818
ip: IP2
1919
access_ip: IP2
2020
ansible_host: IP2
2121
ansible_connection: ssh
2222
ansible_user: who
23-
ansible_ssh_pass: xxx
23+
ansible_password: xxx
2424
children:
2525
kube_control_plane:
2626
hosts:

artifacts/offlineDemo/hosts-conf-cm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ data:
1313
ansible_host: IP1
1414
ansible_connection: ssh
1515
ansible_user: who
16-
ansible_ssh_pass: xxx
16+
ansible_password: xxx
1717
node2:
1818
ip: IP2
1919
access_ip: IP2
2020
ansible_host: IP2
2121
ansible_connection: ssh
2222
ansible_user: who
23-
ansible_ssh_pass: xxx
23+
ansible_password: xxx
2424
children:
2525
kube_control_plane:
2626
hosts:

test/common/hosts-conf-cm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
ansible_host:
1414
ansible_connection: ssh
1515
ansible_user: root
16-
ansible_ssh_pass: root
16+
ansible_password: root
1717
children:
1818
kube_control_plane:
1919
hosts:

test/kubean_calico_nightlye2e/e2e-install-calico-cluster/hosts-conf-cm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ data:
1313
ansible_host: vm_ip_addr1
1414
ansible_connection: ssh
1515
ansible_user: root
16-
ansible_ssh_pass: root
16+
ansible_password: root
1717
node2:
1818
ip: vm_ip_addr2
1919
access_ip: vm_ip_addr2
2020
ansible_host: vm_ip_addr2
2121
ansible_connection: ssh
2222
ansible_user: root
23-
ansible_ssh_pass: root
23+
ansible_password: root
2424
children:
2525
kube_control_plane:
2626
hosts:

test/kubean_os_compatibility_e2e/e2e-install-cluster/hosts-conf-cm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ data:
1313
ansible_host: vm_ip_addr1
1414
ansible_connection: ssh
1515
ansible_user: root
16-
ansible_ssh_pass: root
16+
ansible_password: root
1717
node2:
1818
ip: vm_ip_addr2
1919
access_ip: vm_ip_addr2
2020
ansible_host: vm_ip_addr2
2121
ansible_connection: ssh
2222
ansible_user: root
23-
ansible_ssh_pass: root
23+
ansible_password: root
2424
children:
2525
kube_control_plane:
2626
hosts:

test/kubean_sonobouy_nightlye2e/e2e-install-cluster-sonobouy/hosts-conf-cm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ data:
1313
ansible_host: vm_ip_addr1
1414
ansible_connection: ssh
1515
ansible_user: root
16-
ansible_ssh_pass: root
16+
ansible_password: root
1717
node2:
1818
ip: vm_ip_addr2
1919
access_ip: vm_ip_addr2
2020
ansible_host: vm_ip_addr2
2121
ansible_connection: ssh
2222
ansible_user: root
23-
ansible_ssh_pass: root
23+
ansible_password: root
2424
children:
2525
kube_control_plane:
2626
hosts:

test/tools/kubean_create_CR.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var hostsYaml = `
2626
ansible_host: %s
2727
ansible_connection: ssh
2828
ansible_user: %s
29-
ansible_ssh_pass: %s
29+
ansible_password: %s
3030
children:
3131
kube_control_plane:
3232
hosts:

0 commit comments

Comments
 (0)