summaryrefslogtreecommitdiff
path: root/site.yml
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-01-06 01:03:31 +0000
committerNick White <git@njw.name>2019-01-06 01:03:31 +0000
commitd0c5f2c02ec2fd0626c0bb6f0cc3f986178b1b7d (patch)
tree8803f017c60553fa72f0197edaefb132188d5b94 /site.yml
parent8596687b33b8572c62236c06ed11aff12b782153 (diff)
Add ocropuser role to install ocropus; tested and working
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/site.yml b/site.yml
index 9e0f7b9..72bf824 100644
--- a/site.yml
+++ b/site.yml
@@ -20,3 +20,10 @@
roles:
- tesstrainer
+
+- name: Configure servers for Ocropus
+ hosts: ocropussies
+ become: yes
+
+ roles:
+ - ocropuser