Files
@ a52f9fdabd0f
Branch filter:
Location: majic-ansible-roles/roles/xmpp_server/molecule/default/tests/data/mcabber.cfg.j2 - annotation
a52f9fdabd0f
831 B
text/plain
MAR-132: Added support for Debian 9 (Stretch) to web_server role:
- Introduced internal parameters for controlling differing package
names, service names, and paths for PHP FPM package.
- Added Debian 9 machines to Molecule configuration, including the
client machine.
- Restructured slightly preparaiton playbook to support both Jessie
and Stretch.
- Added custom pytest fixture for having a better way to determine
expected package names etc related to PHP.
- Created copy of private key/certificate pair used for testing of
mandatory parameters (to be used with Stretch machine).
- Fixed invalid specification for hosts on top of which the
connectivity test should be run.
- Updated a couple of task names (avoiding to reference PHP 5).
- Updated documentation.
- Introduced internal parameters for controlling differing package
names, service names, and paths for PHP FPM package.
- Added Debian 9 machines to Molecule configuration, including the
client machine.
- Restructured slightly preparaiton playbook to support both Jessie
and Stretch.
- Added custom pytest fixture for having a better way to determine
expected package names etc related to PHP.
- Created copy of private key/certificate pair used for testing of
mandatory parameters (to be used with Stretch machine).
- Fixed invalid specification for hosts on top of which the
connectivity test should be run.
- Updated a couple of task names (avoiding to reference PHP 5).
- Updated documentation.
701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba 701044d4cbba | set jid = {{ item.jid }}
set password = {{ item.password }}
set server = {{ item.server }}
{% if item.security == 'tls' %}
set port = 5222
set tls = 1
{% elif item.security == 'ssl' %}
set port = 5223
set ssl = 1
{% endif %}
set nickname = {{ item.nickname }}
alias me = say /me
alias online = status online
alias away = status away
alias dnd = status dnd
alias notavail = status notavail
# Key bindings
# Ctrl-q (17) bound to /roster unread_next
bind 17 = roster unread_next
# Ctrl-x (24) bound to /roster alternate
bind 24 = roster alternate
# F5 (269) bound to /roster toggle_offline (centericq-like, IIRC)
bind 269 = roster toggle_offline
# F12 (276) bound to /roster toggle
bind 276 = roster toggle
# Ctrl-Up/Ctrl-Down bound to /buffer up/down (like Ctrl-p/Ctrl-n)
bind 521 = buffer up
bind 514 = buffer down
|