From d8a7729358a2fd3b911022e45d0197fda3e5da94 Mon Sep 17 00:00:00 2001 From: boom2 Date: Fri, 8 Dec 2023 14:12:33 -0500 Subject: - add exeriments for: - roles - variables - inventory changes - config changes --- ansible-practice/system/07-playbook-bash-configs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible-practice/system/07-playbook-bash-configs.yml (limited to 'ansible-practice/system/07-playbook-bash-configs.yml') diff --git a/ansible-practice/system/07-playbook-bash-configs.yml b/ansible-practice/system/07-playbook-bash-configs.yml new file mode 100644 index 0000000..be77bc7 --- /dev/null +++ b/ansible-practice/system/07-playbook-bash-configs.yml @@ -0,0 +1,11 @@ +# - similar to '04-playbook-copy-bash-configs.yml' +# - uses new changes in '~/.ansible/hosts' +# - uses new additions inside the following files to store 'prefix_dir': +# - '/home/dpierre/.ansible/group_vars/all' +# - '/home/dpierre/.ansible/host_vars/localhost' + +--- +- name: "07 - custom ansible - copy bash config files w/ content" + hosts: localhost + roles: + - bash_config \ No newline at end of file -- cgit v1.2.3-54-g00ecf