kairen / kubeadm-ansible

Build a Kubernetes cluster using kubeadm via Ansible.
Apache License 2.0
724 stars 379 forks source link

Use the actual user not root #19

Closed cdrage closed 6 years ago

cdrage commented 6 years ago

I'm deploying this ansible script to users which are named "k8s". At the moment, the ansible script assumes that you are root which is not always the case. This copies the actual configuration file to the user it's being deployed to rather than the root user.

cdrage commented 6 years ago

ping @kairen

kairen commented 6 years ago

@cdrage Thanks!