mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:01:44 +08:00
Supply fas credentials to the fmn backend.
..so that it can build a cache of fas usernames to ircnicks.
This commit is contained in:
@@ -33,6 +33,12 @@ config = {
|
||||
},
|
||||
},
|
||||
|
||||
# The notification backend uses this to build a fas cache of ircnicks
|
||||
# to fas usernames so it can act appropriately on certain message types.
|
||||
"fas_credentials": {
|
||||
"username": "{{fedoraDummyUser}}",
|
||||
"password": "{{fedoraDummyUserPassword}}",
|
||||
},
|
||||
|
||||
## Backend stuff ##
|
||||
# Email
|
||||
|
||||
Reference in New Issue
Block a user