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 (#3495)
* 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 Mark non-secret leaking module options with no_log=False (#2001) 2021-03-12 08:51:47 +01:00
dpkg_divert.py
facter.py
filesystem.py
gconftool2.py
interfaces_file.py Interfaces_file - improvements (#3328) 2021-09-19 13:44:37 +02:00
iptables_state.py
java_cert.py java_cert: import certificate+key bundle from pkcs12 (#3080) 2021-07-26 11:42:13 +02:00
java_keystore.py
kernel_blacklist.py kernel_blacklist - revamped the module (#3329) 2021-09-20 19:39:35 +02:00
launchd.py Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
lbu.py mass-added the utf-8 marker (#3163) 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 (#3422) 2021-09-26 13:38:17 +02:00
openwrt_init.py openwrt_init - improvements (#3284) 2021-08-28 21:50:09 +02:00
osx_defaults.py
pam_limits.py
pamd.py pamd - fixed issue+minor refactorings (#3285) 2021-08-31 12:34:57 +02:00
parted.py Fix repeated word in description of fs_type (#2717) 2021-06-04 19:11:46 +02:00
pids.py pids - refactor module to make version-based behavior consistent (#3315) 2021-09-13 07:16:49 +02:00
puppet.py
python_requirements_info.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
runit.py Remove deprecated options, aliases and defaults (#3461) 2021-10-12 13:56:15 +02:00
sap_task_list_execute.py SAP task list execution (#3169) 2021-08-09 22:52:44 +02:00
sefcontext.py
selinux_permissive.py
selogin.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
seport.py
shutdown.py
solaris_zone.py
ssh_config.py ssh_config: Add 'forwardagent' option (#3495) 2021-10-14 21:24:23 +02:00
svc.py
syspatch.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
sysrc.py
sysupgrade.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
timezone.py timezone: change warning to debug (#2789) 2021-06-14 18:22:01 +02:00
ufw.py [ufw] Insert or delete biased when deletion enabled - as for append or delete. (#3514) 2021-10-07 15:31:38 +02:00
vdo.py vdo - refactor (#3191) 2021-08-16 12:23:06 +02:00
xfconf.py Remove deprecated options, aliases and defaults (#3461) 2021-10-12 13:56:15 +02:00
xfconf_info.py added supports_check_mode=True to info/facts modules (#3084) 2021-07-27 18:24:29 +02:00
xfs_quota.py