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
193 B

  1. node1 ansible_connection=local local_release_dir={{ansible_env.HOME}}/releases
  2. [kube_control_plane]
  3. node1
  4. [etcd]
  5. node1
  6. [kube_node]
  7. node1
  8. [k8s_cluster:children]
  9. kube_node
  10. kube_control_plane