apps-fp-o: only install the resources, not the app/app config
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fa50e284fd
commit
2e4204814c
1 changed files with 21 additions and 21 deletions
|
@ -1,16 +1,16 @@
|
||||||
- name: Install that apps-fp-o rpm package
|
#- name: Install that apps-fp-o rpm package
|
||||||
package: name=apps-fp-o state=present
|
# package: name=apps-fp-o state=present
|
||||||
tags:
|
# tags:
|
||||||
- apps-fp-o
|
# - apps-fp-o
|
||||||
|
|
||||||
- name: Copy in the proxy config
|
#- name: Copy in the proxy config
|
||||||
copy: >
|
# copy: >
|
||||||
src=apps.fp.o.conf dest=/etc/httpd/conf.d/{{website}}/apps.fp.o.conf
|
# src=apps.fp.o.conf dest=/etc/httpd/conf.d/{{website}}/apps.fp.o.conf
|
||||||
owner=root group=root mode=0644
|
# owner=root group=root mode=0644
|
||||||
notify:
|
# notify:
|
||||||
- reload proxyhttpd
|
# - reload proxyhttpd
|
||||||
tags:
|
# tags:
|
||||||
- apps-fp-o
|
# - apps-fp-o
|
||||||
|
|
||||||
- name: Copy in some global assets used around our apps
|
- name: Copy in some global assets used around our apps
|
||||||
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
||||||
|
@ -29,15 +29,15 @@
|
||||||
tags:
|
tags:
|
||||||
- apps-fp-o
|
- apps-fp-o
|
||||||
|
|
||||||
- name: Copy in our app data yaml
|
#- name: Copy in our app data yaml
|
||||||
copy: >
|
# copy: >
|
||||||
src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml
|
# src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml
|
||||||
owner=root group=root mode=0644
|
# owner=root group=root mode=0644
|
||||||
notify:
|
# notify:
|
||||||
- rebuild apps-fp-o html
|
# - rebuild apps-fp-o html
|
||||||
- rebuild apps-fp-o json
|
# - rebuild apps-fp-o json
|
||||||
tags:
|
# tags:
|
||||||
- apps-fp-o
|
# - apps-fp-o
|
||||||
|
|
||||||
- name: Copy over any extra icons we carry
|
- name: Copy over any extra icons we carry
|
||||||
synchronize: src=img/icons/ dest=/srv/web/apps-fp-o/img/icons/
|
synchronize: src=img/icons/ dest=/srv/web/apps-fp-o/img/icons/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue