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/system/11-playbook-herd-new-host.yml~ | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible-practice/system/11-playbook-herd-new-host.yml~ (limited to 'ansible-practice/system/11-playbook-herd-new-host.yml~') diff --git a/ansible-practice/system/11-playbook-herd-new-host.yml~ b/ansible-practice/system/11-playbook-herd-new-host.yml~ new file mode 100644 index 0000000..6ffe1ea --- /dev/null +++ b/ansible-practice/system/11-playbook-herd-new-host.yml~ @@ -0,0 +1,5 @@ +--- +- name: "11 - custom ansible - herd new host" + hosts: localhost + roles: + - bash_config \ No newline at end of file -- cgit v1.2.3-54-g00ecf