From 9a1c167b74d0c60a46d3c5857704723a6ffaa6b7 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 4 Feb 2025 12:30:59 +0100 Subject: [PATCH] refs #8025 Local host vars doc improved --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dbfddfc..1d2c08f 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,8 @@ ansible-playbook playbooks/.yml --list-tags ## Playbook testing Before merging changes into protected branches, playbooks should be tested -locally to ensure they work properly. The following file patterns are in -*.gitignore* and can be used for local testing: - -* Inventory: `inventories/local` or `inventories/local-*` -* Host vars: `local-[hostname].{yml|yaml}` or `[hostname].local.{yml|yaml}` - (Only when *run-playbook.sh* is used) -* Group vars: `local-[group].{yml|yaml}` +locally to ensure they work properly. Take a look to *.gitignore* to known +the *inventories* file patterns that are excluded from remote. ## Manage secrets