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/roles/new_host/tasks/update_system_files.yml~ | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home/.ansible/roles/new_host/tasks/update_system_files.yml~ (limited to 'home/.ansible/roles/new_host/tasks/update_system_files.yml~') diff --git a/home/.ansible/roles/new_host/tasks/update_system_files.yml~ b/home/.ansible/roles/new_host/tasks/update_system_files.yml~ new file mode 100644 index 0000000..f5e331b --- /dev/null +++ b/home/.ansible/roles/new_host/tasks/update_system_files.yml~ @@ -0,0 +1,7 @@ +--- +- name: copy '.bash_aliases' + ansible.builtin.copy: + src: .bash_aliases + dest: "{{ backup_etc_dir }}/.bash_aliases" + mode: '0644' + tags: ['bash_aliases'] -- cgit v1.2.3-54-g00ecf