update bootstrap.yaml to work with user supplied from cli

This commit is contained in:
2022-08-20 13:34:56 -04:00
parent bbc6b7818d
commit be6f184b81
2 changed files with 15 additions and 14 deletions

View File

@@ -3,10 +3,12 @@ localhost ansible_connection=local
[managed]
home ansible_ssh_host=192.168.4.11
cubox-i ansible_ssh_host=192.168.4.12
cubox-m ansible_ssh_host=192.168.4.15
[ns]
home ansible_ssh_host=192.168.4.11
cubox-i ansible_ssh_host=192.168.4.12
cubox-m ansible_ssh_host=192.168.4.15
[gfs]
;home ansible_ssh_host=192.168.4.11