Add ansible local name/cat definitions
This commit is contained in:
parent
e6c0f79b68
commit
4a5cdf3fae
2 changed files with 13 additions and 1 deletions
|
@ -16,6 +16,8 @@
|
||||||
- { file: config.py, location: /etc/mote }
|
- { file: config.py, location: /etc/mote }
|
||||||
- { file: mote.conf, location: /etc/httpd/conf.d }
|
- { file: mote.conf, location: /etc/httpd/conf.d }
|
||||||
- { file: mote.wsgi, location: /usr/share/mote }
|
- { file: mote.wsgi, location: /usr/share/mote }
|
||||||
|
- { file: category_mappings.json, location: /usr/share/mote }
|
||||||
|
- { file: name_mappings.json, location: /usr/share/mote }
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
|
@ -43,3 +45,13 @@
|
||||||
file: >
|
file: >
|
||||||
dest=/usr/share/mote/mote.wsgi
|
dest=/usr/share/mote/mote.wsgi
|
||||||
setype=httpd_sys_content_t
|
setype=httpd_sys_content_t
|
||||||
|
|
||||||
|
- name: apply selinux type to the name mappings file
|
||||||
|
file: >
|
||||||
|
dest=/usr/share/mote/name_mappings.json
|
||||||
|
setype=httpd_sys_content_t
|
||||||
|
|
||||||
|
- name: apply selinux type to the category mappings file
|
||||||
|
file: >
|
||||||
|
dest=/usr/share/mote/category_mappings.json
|
||||||
|
setype=httpd_sys_content_t
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"famna": {
|
"famna": {
|
||||||
"friendly-name": "Fedora North American Ambassadors",
|
"friendly-name": "Fedora North American Ambassadors",
|
||||||
"aliases": [""],
|
"aliases": [""]
|
||||||
},
|
},
|
||||||
"infrastructure": {
|
"infrastructure": {
|
||||||
"friendly-name": "Fedora Infrastructure Team",
|
"friendly-name": "Fedora Infrastructure Team",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue