We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e23480 commit 435ba14Copy full SHA for 435ba14
ansible/ansible.cfg
@@ -1,4 +1,7 @@
1
[defaults]
2
inventory = ./inventory/hosts # (опционально) автоматически подхватывает инвентарь
3
private_key_file = ~/.ssh/webserver # SSH-ключ
4
-remote_user = deployer # пользователь для подключения
+remote_user = deployer # пользователь для подключения
5
+
6
+[inventory]
7
+enable_plugins = ini, yaml, script
0 commit comments