Update regcfp

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-01-22 09:57:30 +00:00
parent 9fc6d7f40c
commit 2cdccd6c98
2 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
image: rhel7-20141015
image: Fedora-Cloud-Base-23.x86_64-python2
instance_type: m1.medium
keypair: fedora-admin-20130801
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default

View file

@ -29,12 +29,15 @@
- name: add packages
yum: state=present name={{ item }}
with_items:
- httpd
- nodejs
- npm
- postgresql
- postgresql-server
- mod_ssl
- wget
- unzip
- name: enable httpd service
service: name=httpd enabled=yes state=started
- name: Clone the regcfp flock2016 branch
git: repo=https://github.com/puiterwijk/regcfp.git
dest=/srv/regcfp
version=flock2016
clone=yes update=yes