summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ick-cluster.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ick-cluster.yml b/ick-cluster.yml
index 581a338..ae02542 100644
--- a/ick-cluster.yml
+++ b/ick-cluster.yml
@@ -1,5 +1,5 @@
- hosts: workers
- remote_user: ansible
+ remote_user: root
become: yes
roles:
- sane_debian_system
@@ -16,7 +16,7 @@
ssh_key_pub: "{{ wm_ssh_key_pub }}"
- hosts: blob_service
- remote_user: ansible
+ remote_user: root
become: yes
roles:
- sane_debian_system
@@ -27,7 +27,7 @@
hostname: blobs
- hosts: controller
- remote_user: ansible
+ remote_user: root
become: yes
roles:
- sane_debian_system