@@ -733,6 +733,11 @@ When used as a become method:
733733* ``ansible_become_exe ``: path to ``doas `` binary.
734734* ``ansible_become_user `` (default: ``root ``)
735735* ``ansible_become_pass `` (default: assume passwordless)
736+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
737+ Ansible controller process on remote machines. To simplify diagnostics,
738+ Mitogen produces remote processes named like
739+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
740+ some circumstances.
736741* ansible.cfg: ``timeout ``
737742
738743When used as the ``mitogen_doas `` connection method:
@@ -754,6 +759,11 @@ connection delegation is supported.
754759
755760* ``ansible_host ``: Name of Docker container (default: inventory hostname).
756761* ``ansible_user ``: Name of user within the container to execute as.
762+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
763+ Ansible controller process on remote machines. To simplify diagnostics,
764+ Mitogen produces remote processes named like
765+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
766+ some circumstances.
757767
758768
759769.. _method-jail :
@@ -767,6 +777,11 @@ connection delegation is supported.
767777
768778* ``ansible_host ``: Name of jail (default: inventory hostname).
769779* ``ansible_user ``: Name of user within the jail to execute as.
780+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
781+ Ansible controller process on remote machines. To simplify diagnostics,
782+ Mitogen produces remote processes named like
783+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
784+ some circumstances.
770785
771786
772787.. _method-kubectl :
@@ -780,6 +795,11 @@ connection delegation is supported.
780795
781796* ``ansible_host ``: Name of pod (default: inventory hostname).
782797* ``ansible_user ``: Name of user to authenticate to API as.
798+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
799+ Ansible controller process on remote machines. To simplify diagnostics,
800+ Mitogen produces remote processes named like
801+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
802+ some circumstances.
783803
784804
785805Local
@@ -823,6 +843,11 @@ than the LXC Python bindings, as is usual with ``lxc``.
823843* ``ansible_host ``: Name of LXC container (default: inventory hostname).
824844* ``mitogen_lxc_attach_path ``: path to ``lxc-attach `` command if not available
825845 on the system path.
846+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
847+ Ansible controller process on remote machines. To simplify diagnostics,
848+ Mitogen produces remote processes named like
849+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
850+ some circumstances.
826851
827852
828853.. _method-lxd :
@@ -839,6 +864,11 @@ the host machine.
839864* ``ansible_host ``: Name of LXC container (default: inventory hostname).
840865* ``mitogen_lxc_path ``: path to ``lxc `` command if not available on the system
841866 path.
867+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
868+ Ansible controller process on remote machines. To simplify diagnostics,
869+ Mitogen produces remote processes named like
870+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
871+ some circumstances.
842872
843873
844874.. _machinectl :
@@ -855,6 +885,11 @@ connection delegation is supported. This is a light wrapper around the
855885* ``ansible_user ``: Name of user within the container to execute as.
856886* ``mitogen_machinectl_path ``: path to ``machinectl `` command if not available
857887 as ``/bin/machinectl ``.
888+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
889+ Ansible controller process on remote machines. To simplify diagnostics,
890+ Mitogen produces remote processes named like
891+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
892+ some circumstances.
858893
859894
860895.. _setns :
@@ -899,6 +934,11 @@ When used as a become method:
899934* ``ansible_su_user ``, ``ansible_become_user `` (default: ``root ``)
900935* ``ansible_su_pass ``, ``ansible_become_pass `` (default: assume passwordless)
901936* ``su_flags ``, ``become_flags ``
937+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
938+ Ansible controller process on remote machines. To simplify diagnostics,
939+ Mitogen produces remote processes named like
940+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
941+ some circumstances.
902942* ansible.cfg: ``timeout ``
903943
904944When used as the ``mitogen_su `` connection method:
@@ -924,6 +964,11 @@ When used as a become method:
924964* ``ansible_sudo_user ``, ``ansible_become_user `` (default: ``root ``)
925965* ``ansible_sudo_pass ``, ``ansible_become_pass `` (default: assume passwordless)
926966* ``sudo_flags ``, ``become_flags ``
967+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
968+ Ansible controller process on remote machines. To simplify diagnostics,
969+ Mitogen produces remote processes named like
970+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
971+ some circumstances.
927972* ansible.cfg: ``timeout ``
928973
929974When used as the ``mitogen_sudo `` connection method:
@@ -949,6 +994,11 @@ except connection delegation is supported.
949994* ``ansible_ssh_private_key_file ``
950995* ``ansible_ssh_pass ``, ``ansible_password `` (default: assume passwordless)
951996* ``ssh_args ``, ``ssh_common_args ``, ``ssh_extra_args ``
997+ * ``mitogen_mask_remote_name ``: if :data: `True `, mask the identity of the
998+ Ansible controller process on remote machines. To simplify diagnostics,
999+ Mitogen produces remote processes named like
1000+ `
"mitogen:[email protected] :1234" `, however this may be a privacy issue in
1001+ some circumstances.
9521002* ``mitogen_ssh_debug_level ``: integer between `0..3 ` indicating the SSH client
9531003 debug level. Ansible must also be run with '-vvv' to view the output.
9541004* ``mitogen_ssh_compression ``: :data: `True ` to enable SSH compression,
0 commit comments