mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
VTWO-14496: configure nodes with ansible instead of bash scripts
This commit is contained in:
4
inventory/group_vars/all.yml
Normal file
4
inventory/group_vars/all.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
kubernetes_version: v1.15.0
|
||||
etcd3_version: v3.3.13
|
||||
|
||||
6
inventory/localhost
Normal file
6
inventory/localhost
Normal file
@@ -0,0 +1,6 @@
|
||||
[localhost]
|
||||
127.0.0.1
|
||||
|
||||
[localhost:vars]
|
||||
ansible_connection=local
|
||||
|
||||
@@ -48,4 +48,5 @@ def main():
|
||||
json.dump(details, sys.stdout)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user