mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add mapping definitions to mote role
This commit is contained in:
14
roles/mote/templates/category_mappings.json
Normal file
14
roles/mote/templates/category_mappings.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"Ambassadors": ["famna", "#fedora-ambassadors"],
|
||||||
|
"Infrastructure": ["infrastructure", "#fedora-apps", "#fedora-admin"],
|
||||||
|
"Design": [],
|
||||||
|
"Documentation": [],
|
||||||
|
"Epel": [],
|
||||||
|
"Internationalization": [],
|
||||||
|
"Localization": [],
|
||||||
|
"Marketing": [],
|
||||||
|
"Magazine": [],
|
||||||
|
"Packaging": [],
|
||||||
|
"Quality Assurance": [],
|
||||||
|
"Websites": []
|
||||||
|
}
|
||||||
10
roles/mote/templates/name_mappings.json
Normal file
10
roles/mote/templates/name_mappings.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"famna": {
|
||||||
|
"friendly-name": "Fedora North American Ambassadors",
|
||||||
|
"aliases": [""],
|
||||||
|
},
|
||||||
|
"infrastructure": {
|
||||||
|
"friendly-name": "Fedora Infrastructure Team",
|
||||||
|
"aliases": ["fedora-infrastructure", "fedora_infrastructure", "#fedora-apps", "#fedora-admin"]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user