Skip to content

Commit 435ba14

Browse files
author
Kroner
committed
fix ansible.cfg
1 parent 5e23480 commit 435ba14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ansible/ansible.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[defaults]
22
inventory = ./inventory/hosts # (опционально) автоматически подхватывает инвентарь
33
private_key_file = ~/.ssh/webserver # SSH-ключ
4-
remote_user = deployer # пользователь для подключения
4+
remote_user = deployer # пользователь для подключения
5+
6+
[inventory]
7+
enable_plugins = ini, yaml, script

0 commit comments

Comments
 (0)