mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Adjust YAML files (#10233)
Adjust YAML files.
(cherry picked from commit eaa5e07b28
)
This commit is contained in:
parent
e8ff74f077
commit
a9e892952d
244 changed files with 7272 additions and 7329 deletions
|
@ -20,7 +20,7 @@
|
|||
identities_only: true
|
||||
controlmaster: "auto"
|
||||
controlpath: "~/.ssh/sockets/%r@%h-%p"
|
||||
controlpersist: yes
|
||||
controlpersist: "yes"
|
||||
dynamicforward: '10080'
|
||||
other_options:
|
||||
serveraliveinterval: '30'
|
||||
|
@ -57,7 +57,7 @@
|
|||
identities_only: true
|
||||
controlmaster: "auto"
|
||||
controlpath: "~/.ssh/sockets/%r@%h-%p"
|
||||
controlpersist: yes
|
||||
controlpersist: "yes"
|
||||
dynamicforward: '10080'
|
||||
other_options:
|
||||
serveraliveinterval: '30'
|
||||
|
@ -83,7 +83,7 @@
|
|||
identities_only: true
|
||||
controlmaster: "auto"
|
||||
controlpath: "~/.ssh/sockets/%r@%h-%p"
|
||||
controlpersist: yes
|
||||
controlpersist: "yes"
|
||||
dynamicforward: '10080'
|
||||
other_options:
|
||||
serveraliveinterval: '30'
|
||||
|
@ -126,7 +126,7 @@
|
|||
add_keys_to_agent: false
|
||||
host_key_algorithms: "+ssh-ed25519"
|
||||
identities_only: false
|
||||
controlmaster: no
|
||||
controlmaster: "no"
|
||||
controlpath: "~/.ssh/new-sockets/%r@%h-%p"
|
||||
controlpersist: "600"
|
||||
dynamicforward: '11080'
|
||||
|
@ -154,7 +154,7 @@
|
|||
add_keys_to_agent: false
|
||||
host_key_algorithms: "+ssh-ed25519"
|
||||
identities_only: false
|
||||
controlmaster: no
|
||||
controlmaster: "no"
|
||||
controlpath: "~/.ssh/new-sockets/%r@%h-%p"
|
||||
controlpersist: "600"
|
||||
dynamicforward: '11080'
|
||||
|
@ -298,7 +298,7 @@
|
|||
identities_only: true
|
||||
controlmaster: "auto"
|
||||
controlpath: "~/.ssh/sockets/%r@%h-%p"
|
||||
controlpersist: yes
|
||||
controlpersist: "yes"
|
||||
dynamicforward: '10080'
|
||||
other_options:
|
||||
serveraliveinterval: '30'
|
||||
|
@ -335,7 +335,7 @@
|
|||
identities_only: true
|
||||
controlmaster: "auto"
|
||||
controlpath: "~/.ssh/sockets/%r@%h-%p"
|
||||
controlpersist: yes
|
||||
controlpersist: "yes"
|
||||
dynamicforward: '10080'
|
||||
other_options:
|
||||
serveraliveinterval: '30'
|
||||
|
@ -361,7 +361,7 @@
|
|||
identities_only: true
|
||||
controlmaster: "auto"
|
||||
controlpath: "~/.ssh/sockets/%r@%h-%p"
|
||||
controlpersist: yes
|
||||
controlpersist: "yes"
|
||||
dynamicforward: '10080'
|
||||
other_options:
|
||||
serveraliveinterval: '30'
|
||||
|
@ -404,7 +404,7 @@
|
|||
add_keys_to_agent: false
|
||||
host_key_algorithms: "+ssh-ed25519"
|
||||
identities_only: false
|
||||
controlmaster: no
|
||||
controlmaster: "no"
|
||||
controlpath: "~/.ssh/new-sockets/%r@%h-%p"
|
||||
controlpersist: "600"
|
||||
dynamicforward: '11080'
|
||||
|
@ -432,7 +432,7 @@
|
|||
add_keys_to_agent: false
|
||||
host_key_algorithms: "+ssh-ed25519"
|
||||
identities_only: false
|
||||
controlmaster: no
|
||||
controlmaster: "no"
|
||||
controlpath: "~/.ssh/new-sockets/%r@%h-%p"
|
||||
controlpersist: "600"
|
||||
dynamicforward: '11080'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue