1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/system
Dominik Wombacher 71ea99d10f
ssh_config: Add 'forwardagent' option ()
* Integration Tests for Options added, includes 'proxycommand'

* New option 'forwardagent' added to integration tests

* Missing double quotes added to 'forwardagent' values to enforce handling as string

* New option 'forwardagent' added

* yamllint error resolved

* 'forwardagent' type changed from str to choices (yes/no)

* Changelog added

* correct typo

Co-authored-by: Felix Fontein <felix@fontein.de>

* version info added to new option

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix(ssh_config): option name to snake_case, type str to bool

* fix(ssh_config): convert bool true/false to str yes/no

* fix(ssh_config): rename option to 'forward_agent' in integration test

* fix(ssh_config): args key 'forwardagent' renamed to 'forward_agent'

* fix(ssh_config): 'else' replaced with 'if' statement to cover case when value is 'None'

* increase version_added to 4.0.0

Co-authored-by: Felix Fontein <felix@fontein.de>

* simplify if statement for True/False to yes/no mapping

Co-authored-by: Felix Fontein <felix@fontein.de>

* update comment to better describe functionality

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix(ssh_config): avoid overwrite of existing option in case of None value

* test(ssh_config): case added to verify no changes on existing option if not given in playbook

Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-14 21:24:23 +02:00
..
aix_devices.py
aix_filesystem.py
aix_inittab.py
aix_lvg.py
aix_lvol.py
alternatives.py
awall.py
beadm.py
capabilities.py
cronvar.py
crypttab.py
dconf.py
dpkg_divert.py
facter.py
filesystem.py
gconftool2.py
interfaces_file.py Interfaces_file - improvements () 2021-09-19 13:44:37 +02:00
iptables_state.py
java_cert.py
java_keystore.py
kernel_blacklist.py kernel_blacklist - revamped the module () 2021-09-20 19:39:35 +02:00
launchd.py Fix new devel sanity errors. () 2021-08-12 12:07:50 +02:00
lbu.py mass-added the utf-8 marker () 2021-08-08 10:40:22 +02:00
listen_ports_facts.py
locale_gen.py
lvg.py
lvol.py
make.py
mksysb.py
modprobe.py
nosh.py
ohai.py
open_iscsi.py open-iscsi: adding mutual authentication support and updating authentication parameters description () 2021-09-26 13:38:17 +02:00
openwrt_init.py openwrt_init - improvements () 2021-08-28 21:50:09 +02:00
osx_defaults.py
pam_limits.py
pamd.py pamd - fixed issue+minor refactorings () 2021-08-31 12:34:57 +02:00
parted.py
pids.py pids - refactor module to make version-based behavior consistent () 2021-09-13 07:16:49 +02:00
puppet.py
python_requirements_info.py mass-added the utf-8 marker () 2021-08-08 10:40:22 +02:00
runit.py Remove deprecated options, aliases and defaults () 2021-10-12 13:56:15 +02:00
sap_task_list_execute.py SAP task list execution () 2021-08-09 22:52:44 +02:00
sefcontext.py
selinux_permissive.py
selogin.py mass-added the utf-8 marker () 2021-08-08 10:40:22 +02:00
seport.py
shutdown.py
solaris_zone.py
ssh_config.py ssh_config: Add 'forwardagent' option () 2021-10-14 21:24:23 +02:00
svc.py
syspatch.py mass-added the utf-8 marker () 2021-08-08 10:40:22 +02:00
sysrc.py
sysupgrade.py mass-added the utf-8 marker () 2021-08-08 10:40:22 +02:00
timezone.py
ufw.py [ufw] Insert or delete biased when deletion enabled - as for append or delete. () 2021-10-07 15:31:38 +02:00
vdo.py vdo - refactor () 2021-08-16 12:23:06 +02:00
xfconf.py Remove deprecated options, aliases and defaults () 2021-10-12 13:56:15 +02:00
xfconf_info.py added supports_check_mode=True to info/facts modules () 2021-07-27 18:24:29 +02:00
xfs_quota.py