From f30709d7dbe88d82c4df66c476db36cb5c0ce903 Mon Sep 17 00:00:00 2001 From: boom2 Date: Thu, 14 Dec 2023 17:24:25 -0500 Subject: - add "new_host" role for system setup - no longer use "all" to mention all hosts in playbooks - update of hosts file to now use localhost as "test" --- home/.ansible/hosts~ | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'home/.ansible/hosts~') diff --git a/home/.ansible/hosts~ b/home/.ansible/hosts~ index 81947e7..27b4d77 100644 --- a/home/.ansible/hosts~ +++ b/home/.ansible/hosts~ @@ -1,5 +1,13 @@ +# - you will need to define any variables before we define any stanzas +# https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html +# https://nixzie.com/run-ansible-playbook-locally/#Run_Ansible_Playbook_Locally_Using_Local_Action + + [test] 192.168.0.220 [dev] -192.168.0.220 \ No newline at end of file +192.168.0.220 + +localhost ansible_connection=local + -- cgit v1.2.3-54-g00ecf