summaryrefslogtreecommitdiff
path: root/ick-workers.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-13 18:19:40 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-13 18:19:40 +0300
commite96f3a688ef60b737d93c1650048d1344b76c991 (patch)
treef537757dadd6e4c4038b489b53f910982353da17 /ick-workers.yml
parent61c12b7938bd8fd8c17155b646b08fd1caf3cd6c (diff)
downloadick2-ansible-e96f3a688ef60b737d93c1650048d1344b76c991.tar.gz
Change: split workers off main playbook
Diffstat (limited to 'ick-workers.yml')
-rw-r--r--ick-workers.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ick-workers.yml b/ick-workers.yml
new file mode 100644
index 0000000..9cda47c
--- /dev/null
+++ b/ick-workers.yml
@@ -0,0 +1,10 @@
+- hosts: workers
+ remote_user: root
+ become: yes
+ roles:
+ - sane_debian_system
+ - comfortable
+ - unix_users
+ - ick-worker
+ vars:
+ verify_tls: yes