Add Ansible playbook for node configuration
[tridge/autocluster.git] / ansible / node / roles / nas / tasks / generic / shares.yml
1 ---
2 - name: create share directories
3   file:
4     path: "{{s.directory}}"
5     mode: "{{s.mode}}"
6     state: directory
7   with_list: "{{shares}}"
8   loop_control:
9     loop_var: s