Skip to content

Commit

Permalink
Document ssh_args ControlMaster option requirement
Browse files Browse the repository at this point in the history
Clarify issues met in: rhevm-qe-automation#20
  • Loading branch information
KKoukiou committed Sep 29, 2017
1 parent 0b711b7 commit 38ca707
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ This role performs sealing steps for following operating systems:
Requirements
------------

None
You need to have enabled [ControlMaster](http://docs.ansible.com/ansible/latest/intro_configuration.html#openssh-specific-settings)
under [ssh_connection] header in ansible configuration file.
The defaults `ssh_args = -o ControlMaster=auto -o ControlPersist=60s` will work.

Role Variables
--------------
Expand Down

0 comments on commit 38ca707

Please sign in to comment.