summaryrefslogtreecommitdiff
path: root/ansible-practice/12-playbook-copy-directory.yml~
diff options
context:
space:
mode:
authorboom2 <blizzack@blizzack.com>2023-12-08 14:12:33 -0500
committerboom2 <blizzack@blizzack.com>2023-12-08 14:12:33 -0500
commitd8a7729358a2fd3b911022e45d0197fda3e5da94 (patch)
treef75d69bcd7b08a9bebf325c037e4557c61a958e2 /ansible-practice/12-playbook-copy-directory.yml~
parent2fd6a845dfe9ed6b3189c247928dc87d8f76d01a (diff)
- add exeriments for:
- roles - variables - inventory changes - config changes
Diffstat (limited to 'ansible-practice/12-playbook-copy-directory.yml~')
-rw-r--r--ansible-practice/12-playbook-copy-directory.yml~14
1 files changed, 0 insertions, 14 deletions
diff --git a/ansible-practice/12-playbook-copy-directory.yml~ b/ansible-practice/12-playbook-copy-directory.yml~
deleted file mode 100644
index 1d68918..0000000
--- a/ansible-practice/12-playbook-copy-directory.yml~
+++ /dev/null
@@ -1,14 +0,0 @@
-# copy a directory from control node to managed node
-# https://www.freekb.net/Article?id=759
-# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html
-#
-
----
-- name: "12 - Playing with Ansible - copy a directory from contol to managed node"
- hosts: all
- tasks:
- - name: copy a directory from contol to managed node
- ansible.builtin.copy:
- src: /home/dpierre/ansible-practice/
- dest: /home/dpierre/tmp/temp_files/ansible-practice
-... \ No newline at end of file