summaryrefslogtreecommitdiff
path: root/roles/dellos6/bootstrap/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-08-18 10:04:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-08-18 10:04:19 +0200
commit02e0d31298904582249610fa9183575cee5c7dbd (patch)
treeccd3176bc455cdb3a29445fe95095b5df2b93c44 /roles/dellos6/bootstrap/tasks
parentdione and helene are kvm hosts for now (diff)
added r3-cccamp19-sw0, some fixes for dellos6 roles
Diffstat (limited to 'roles/dellos6/bootstrap/tasks')
-rw-r--r--roles/dellos6/bootstrap/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/dellos6/bootstrap/tasks/main.yml b/roles/dellos6/bootstrap/tasks/main.yml
index 552aeddd..1c9fdc5e 100644
--- a/roles/dellos6/bootstrap/tasks/main.yml
+++ b/roles/dellos6/bootstrap/tasks/main.yml
@@ -1,4 +1,10 @@
---
+- name: only one ssh key for root?
+ delegate_to: localhost
+ when: (ssh_keys_root | length) > 1
+ fail:
+ msg: "users may have at the most one ssh-key"
+
- name: generate initial configuration
delegate_to: localhost
pause: