summaryrefslogtreecommitdiff
path: root/README.mdwn
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-12 20:49:58 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-13 16:57:36 +0100
commit37d25cfe74687c5529fd43f0010eda8363682cbc (patch)
tree2662d7b8039392a57bf1b1c931c29c909e336644 /README.mdwn
parenta50a743ca3e52e9b35ca63797c5b3e984ba2b8f0 (diff)
downloadinfrastructure-37d25cfe74687c5529fd43f0010eda8363682cbc.tar.gz
firewall.yml: Update to use OpenStack modules from Ansible 2.0
Previously we depended on 3rd party openstack-ansible-modules.
Diffstat (limited to 'README.mdwn')
-rw-r--r--README.mdwn7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.mdwn b/README.mdwn
index f653efaf..8841e255 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -278,12 +278,9 @@ the correct `$OS_AUTH_URL`.
### Firewall / Security Groups
The instructions assume the presence of a set of security groups. You can
-create these by running the following Ansible playbook. You'll need the
-OpenStack Ansible modules cloned from
-`https://github.com/openstack-ansible/openstack-ansible-modules/`.
+create these by running the following Ansible playbook.
- ANSIBLE_LIBRARY=../openstack-ansible-modules ansible-playbook -i hosts \
- firewall.yaml
+ ansible-playbook -i hosts firewall.yaml
### Placeholders