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" --- ansible-practice/05-playbook-add-content-to-created-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible-practice/05-playbook-add-content-to-created-file.yml') diff --git a/ansible-practice/05-playbook-add-content-to-created-file.yml b/ansible-practice/05-playbook-add-content-to-created-file.yml index f8d859c..60b1c05 100644 --- a/ansible-practice/05-playbook-add-content-to-created-file.yml +++ b/ansible-practice/05-playbook-add-content-to-created-file.yml @@ -3,7 +3,7 @@ --- - name: "05 - Playing with Ansible - creating a file w/ content" -# hosts: all +# hosts: dev hosts: localhost connection: local tasks: -- cgit v1.2.3-54-g00ecf