From a6c420d8f23bb1fce6aa85eb7ecfc52c3f713c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Wed, 23 Oct 2024 23:19:22 +0000 Subject: [PATCH] [DOC] Changes instructions on README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index be3b56a..7e704ff 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ To be used with Ansible-pull: ```console apt install ansible -ansible-pull -U "ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-zabbix-server.git" +ansible-pull --vault-password-file /root/.vault_pass.txt -U "https://gitea.agofer.net/jegomez/ansible-role-zabbix-server.git" ``` Based on [Official Zabbix Server Role][1] [1]: https://github.com/ansible-collections/community.zabbix/tree/main/roles/zabbix_server - -