This commit is contained in:
2026-06-18 23:18:11 +03:00
parent 22f030ff7b
commit 2868f76761
9 changed files with 181 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[defaults]
#Отключаем проверку fingerprnt при первом подключении к серверу
host_key_checking=false
#Задаём файл с хостами по умолчанию. Больше не нужно писать "ansible -i hosts.txt all -m ping", достаточно "ansible all -m ping"
inventory=/ansible/hosts.txt
interpreter_python=auto_silent