summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-17 14:18:05 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-17 14:18:05 +0200
commitac0054e56d81112cfc821d43ea0713f9c25e5d20 (patch)
treeaba3691eb67106d3ad293f724dcadeb6169eb58b /ick-cluster.yml
parentd7a338988c58738eb2fcefbfd39d73c2ab83c25f (diff)
downloadick2-ansible-ac0054e56d81112cfc821d43ea0713f9c25e5d20.tar.gz
Change: adapt for Hetzner
Diffstat (limited to 'ick-cluster.yml')
-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