From 1a5338f452db09a1f6f14aa13d185280974574b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Mon, 9 Jan 2023 16:29:32 +0100 Subject: [PATCH] fix the ansible-pull link, the old do not work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernd Müller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f7aa1..1c2b6b5 100644 --- a/README.md +++ b/README.md @@ -1341,7 +1341,7 @@ limitations to be considered: The `network` role does not support bootstraping networking configuration. One option may be -[ansible-pull](https://docs.ansible.com/ansible/playbooks_intro.html#ansible-pull). +[ansible-pull](https://docs.ansible.com/ansible/latest/cli/ansible-pull.html). Another option maybe be to initially auto-configure the host during installation (ISO based, kickstart, etc.), so that the host is connected to a management LAN or VLAN. It strongly depends on your environment.