VTWO-14496: configure nodes with ansible instead of bash scripts

This commit is contained in:
mbenabda
2019-06-27 18:53:09 +02:00
parent e505bac08a
commit de0fa7e688
26 changed files with 239 additions and 241 deletions

View File

@@ -0,0 +1,4 @@
kubernetes_version: v1.15.0
etcd3_version: v3.3.13

6
inventory/localhost Normal file
View File

@@ -0,0 +1,6 @@
[localhost]
127.0.0.1
[localhost:vars]
ansible_connection=local

View File

@@ -48,4 +48,5 @@ def main():
json.dump(details, sys.stdout)
if __name__ == '__main__':
main()
main()