diff --git a/ansible/site.yaml b/ansible/site.yaml index 3e1622a..6f726f2 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -1,5 +1,6 @@ -- name: Common setup +- name: Baseline configuration hosts: all + become: true roles: - common - kubernetes_common @@ -10,6 +11,7 @@ - name: Initialise Kubernetes Cluster hosts: masters + become: true roles: - kubernetes_control_plane