Добавить ansible.cfg
This commit is contained in:
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[defaults]
|
||||
# Самая важная строка: указываем путь туда, куда Semaphore качает коллекции
|
||||
collections_paths = ./.ansible/collections:/usr/share/ansible/collections
|
||||
|
||||
# Отключаем проверку ключей хоста (чтобы не ругался на новые подключения)
|
||||
host_key_checking = False
|
||||
|
||||
# Отключаем создание .retry файлов при ошибках
|
||||
retry_files_enabled = False
|
||||
|
||||
# Явно указываем python (обычно помогает избежать путаницы версий)
|
||||
interpreter_python = auto_silent
|
||||
Reference in New Issue
Block a user