Update regcfp
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9fc6d7f40c
commit
2cdccd6c98
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: rhel7-20141015
|
image: Fedora-Cloud-Base-23.x86_64-python2
|
||||||
instance_type: m1.medium
|
instance_type: m1.medium
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default
|
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default
|
||||||
|
|
|
@ -29,12 +29,15 @@
|
||||||
- name: add packages
|
- name: add packages
|
||||||
yum: state=present name={{ item }}
|
yum: state=present name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- nodejs
|
||||||
|
- npm
|
||||||
- postgresql
|
- postgresql
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
- mod_ssl
|
|
||||||
- wget
|
- wget
|
||||||
- unzip
|
- unzip
|
||||||
|
|
||||||
- name: enable httpd service
|
- name: Clone the regcfp flock2016 branch
|
||||||
service: name=httpd enabled=yes state=started
|
git: repo=https://github.com/puiterwijk/regcfp.git
|
||||||
|
dest=/srv/regcfp
|
||||||
|
version=flock2016
|
||||||
|
clone=yes update=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue