Commit 3dd4a019 by ansible

no message

1 parent f768952c
Showing with 14 additions and 14 deletions
- name: Create "DMA" Folder Structure - name: Create "DMA" Folder Structure
file: file:
path: "{{ item.path }}" path: "{{ item.path }}"
owner: "{{ item.owner }}" owner: "{{ item.owner }}"
group: "{{ item.owner }}" group: "{{ item.owner }}"
state: directory state: directory
with_items: with_items:
- { owner: root, path: /opt/stack/dma/conf } - { owner: root, path: /opt/stack/dma/conf }
- { owner: root, path: /home/chroot/wdftp } - { owner: root, path: /home/chroot/wdftp }
- { owner: root, path: /data } - { owner: root, path: /data }
- { owner: wildfly, path: /upload } - { owner: wildfly, path: /upload }
- { owner: wildfly, path: /archive } - { owner: wildfly, path: /archive }
- { owner: wildfly, path: /dmaimg } - { owner: wildfly, path: /dmaimg }
- { owner: wildfly, path: /dmatmp } - { owner: wildfly, path: /dmatmp }
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!