Skip to content
Snippets Groups Projects
Commit a23dde11 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

chore: obsolete

parent 38a2e39c
Branches
Tags
No related merge requests found
...@@ -41,36 +41,6 @@ ...@@ -41,36 +41,6 @@
label: "{{ item.0 }}" label: "{{ item.0 }}"
when: ansible_hostname in item.0.hosts when: ansible_hostname in item.0.hosts
# - name: create mount points and mount shares for Rosetta DEV
# ansible.posix.mount:
# fstype: "{{ item.value.fstype | default('nfs') }}"
# opts: "{{ item.value.mount_opts | default('auto,nfsvers=4') }}"
# src: "{{ item.value.src }}"
# path: "{{ item.value.path }}"
# state: "{{ item.value.state | default('mounted') }}"
# loop: "{{ volumes.dev | dict2items }}"
# when: ansible_hostname == "sdvlzarosappdev"
#
# - name: create mount points and mount shares for Rosetta TEST
# ansible.posix.mount:
# fstype: "{{ item.value.fstype | default('nfs') }}"
# opts: "{{ item.value.mount_opts | default('auto,nfsvers=4') }}"
# src: "{{ item.value.src }}"
# path: "{{ item.value.path }}"
# state: "{{ item.value.state | default('mounted') }}"
# loop: "{{ volumes.test | dict2items }}"
# when: ansible_hostname == "sdvrosetta-test"
#
# - name: create mount points and mount shares for Rosetta PROD
# ansible.posix.mount:
# fstype: "{{ item.value.fstype | default('nfs') }}"
# opts: "{{ item.value.mount_opts | default('auto,nfsvers=4') }}"
# src: "{{ item.value.src }}"
# path: "{{ item.value.path }}"
# state: "{{ item.value.state | default('mounted') }}"
# loop:: "{{ volumes.prod | dict2items }}"
# when: ansible_hostname in "sdvlzarosappprod0"
#
- name: find /mnt/sdvlzasubapp*_access directories - name: find /mnt/sdvlzasubapp*_access directories
ansible.builtin.find: ansible.builtin.find:
paths: "/mnt/" paths: "/mnt/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment