playbooks voor tivoli client en rugcms uitrol toegevoegd
This commit is contained in:
11
playbooks/tivoli-client/tivo/tasks/copy-files.yml
Normal file
11
playbooks/tivoli-client/tivo/tasks/copy-files.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- file: path=/root/tivo state=directory
|
||||
|
||||
- copy:
|
||||
src: "{{ item }}"
|
||||
dest: /root/tivo/
|
||||
owner: root
|
||||
mode: 0600
|
||||
force: no
|
||||
with_fileglob:
|
||||
- files/*
|
||||
|
||||
Reference in New Issue
Block a user