[PATCH RFT 5/6] Makefile: simplify KDEVOPS_NODES ansible-playbook call
Daniel Gomez <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> Remove connection flags and warning suppressions from the KDEVOPS_NODES target since all inventory templates now include localhost with proper ansible_connection=local settings. This allows the playbook to use the generated ansible.cfg and hosts files automatically without explicit overrides. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]> --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5d855b6e..edf62db6 100644 --- a/Makefile +++ b/Makefile @@ -264,9 +264,7 @@ $(ANSIBLE_INVENTORY_FILE): .config $(ANSIBLE_CFG_FILE) $(KDEVOPS_HOSTS_TEMPLATE) --extra-vars=@./extra_vars.yaml $(KDEVOPS_NODES): .config $(ANSIBLE_CFG_FILE) $(KDEVOPS_NODES_TEMPLATE) $(KDEVOPS_EXTRA_VARS) - $(Q)ANSIBLE_LOCALHOST_WARNING=False ANSIBLE_INVENTORY_UNPARSED_WARNING=False \ - ansible-playbook $(ANSIBLE_VERBOSE) --connection=local \ - --inventory localhost, \ + $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ $(KDEVOPS_PLAYBOOKS_DIR)/gen_nodes.yml \ --extra-vars=@./extra_vars.yaml -- 2.50.1