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 435ba14 commit 8bb89ffCopy full SHA for 8bb89ff
ansible/ansible.cfg
@@ -1,7 +1,7 @@
1
[defaults]
2
-inventory = ./inventory/hosts # (опционально) автоматически подхватывает инвентарь
3
-private_key_file = ~/.ssh/webserver # SSH-ключ
4
-remote_user = deployer # пользователь для подключения
+inventory = ./inventory/hosts
+private_key_file = ~/.ssh/webserver
+remote_user = deployer
5
6
[inventory]
7
enable_plugins = ini, yaml, script
ansible/inventory/hosts
@@ -1,5 +1,5 @@
[localhost]
-127.0.0.1 ansible_connection=local # для локального запуска
+127.0.0.1 ansible_connection=local
[webserver]
goserv.duckdns.org
0 commit comments