You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
179 B

  1. node1 ansible_connection=local local_release_dir={{ansible_env.HOME}}/releases
  2. [kube-master]
  3. node1
  4. [etcd]
  5. node1
  6. [kube-node]
  7. node1
  8. [k8s-cluster:children]
  9. kube-node
  10. kube-master