Merge "Finish ptgbot configuration"
This commit is contained in:
commit
b1bb5b782d
inventory/service/group_vars
playbooks/roles/ptgbot
@ -95,6 +95,8 @@ limnoria_oftc_channels:
|
||||
- '#storyboard'
|
||||
- '#tacker'
|
||||
- '#tripleo'
|
||||
ptgbot_channels:
|
||||
- openinfra-events
|
||||
statusbot_channels:
|
||||
- airshipit
|
||||
- edge-computing-group
|
||||
|
@ -1,10 +1,6 @@
|
||||
ptgbot_nick: 'opendevptg_{{ 100 | random }}'
|
||||
ptgbot_pass: ''
|
||||
ptgbot_password: ''
|
||||
ptgbot_server: 'irc.oftc.net'
|
||||
|
||||
ptgbot_auth_nicks:
|
||||
- testonly
|
||||
ptgbot_channels:
|
||||
- opendev-sandbox
|
||||
|
||||
ptgbot_irclogs_url : 'https://meetings.opendev.org/'
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"irc_nick": "{{ ptgbot_nick }}",
|
||||
"irc_pass": "{{ ptgbot_pass }}",
|
||||
"irc_pass": "{{ ptgbot_password }}",
|
||||
"irc_server": "{{ ptgbot_server }}",
|
||||
"irc_port": 6697,
|
||||
"irc_channel": "{{ ptgbot_channels | join(',') }}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user