mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add ansible local name/cat definitions
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
- { file: config.py, location: /etc/mote }
|
||||
- { file: mote.conf, location: /etc/httpd/conf.d }
|
||||
- { file: mote.wsgi, location: /usr/share/mote }
|
||||
- { file: category_mappings.json, location: /usr/share/mote }
|
||||
- { file: name_mappings.json, location: /usr/share/mote }
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
@@ -43,3 +45,13 @@
|
||||
file: >
|
||||
dest=/usr/share/mote/mote.wsgi
|
||||
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": {
|
||||
"friendly-name": "Fedora North American Ambassadors",
|
||||
"aliases": [""],
|
||||
"aliases": [""]
|
||||
},
|
||||
"infrastructure": {
|
||||
"friendly-name": "Fedora Infrastructure Team",
|
||||
|
||||
Reference in New Issue
Block a user