summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-30 12:17:58 +0300
committerLars Wirzenius <liw@liw.fi>2018-03-30 12:17:58 +0300
commitf92d25352365d23378f1971c1f004c9de4b0ba88 (patch)
treef21a35466106e0e1aa8a4f52e66d41c25d95e7d7 /ick-cluster.yml
parent56e43239aeb7d38d27b81423fcb506706f394a26 (diff)
parentdd9ebc60dce8e38d9e6fd304a50415873d3b26c0 (diff)
downloadick2-ansible-f92d25352365d23378f1971c1f004c9de4b0ba88.tar.gz
Merge: adapt to using Hetzner Cloud VMs
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