nicholasdille / ansible-k8s

ABANDONED: Bootstrapping of Kubernetes using kubeadm and Ansible
2 stars 2 forks source link

Migrate provisioning to roles #50

Open nicholasdille opened 5 years ago

nicholasdille commented 5 years ago

Provisioning should be implemented in roles which can be applied to individual nodes. This will enable multi-cloud clusters.

Provisioning currently relies on delegation to localhost and running tasks only once for a group. Both can be solved:

  1. delegate_to
  2. run_once

Check if a task can be delegated to localhost AND run only once AND access all nodes in the current group.