diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-13 00:32:15 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-13 00:32:15 +0100 |
commit | c5fb1a829d6cb80d2af4620308f91e68ce282476 (patch) | |
tree | be2ace55f935453e23022883c9162000d4b229f4 /playbooks | |
parent | 8ca9b85c45afa18113180b72fcf92b5d90c995e9 (diff) |
Use a different script where each playbook is on a per host basis
This would scale better the day we have more than 1 host, even if the
whole idea of having multiple repository would still be a issue. I however
plan to use requirements.txt and ansible-galaxy to alleviate the duplication
problems.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/new.theopensourceway.org.yml (renamed from playbooks/deploy.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/deploy.yml b/playbooks/new.theopensourceway.org.yml index 4ecb493..6051910 100644 --- a/playbooks/deploy.yml +++ b/playbooks/new.theopensourceway.org.yml @@ -1,5 +1,5 @@ --- -- hosts: new +- hosts: new.theopensourceway.org vars: mailman_webinterface: lists.theopensourceway.org mailman_prefix: theopensourceway.org |