diff --git a/ansible.cfg b/ansible.cfg index 9b3a1890fc..893389ddd1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,5 +12,6 @@ command_timeout = 180 connect_timeout = 180 [ssh_connection] -retries = 3 +retries = 4 ssh_args = -o ControlMaster=auto -o ControlPersist=60 -o ConnectTimeout=60 + diff --git a/omnia.yml b/omnia.yml index 307e57a460..83b56064f6 100644 --- a/omnia.yml +++ b/omnia.yml @@ -1,5 +1,6 @@ # Copyright 2024 Dell Inc. or its subsidiaries. All Rights Reserved. # +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at