Skip to content

Commit

Permalink
hashoutmount
Browse files Browse the repository at this point in the history
  • Loading branch information
antonygowland committed Nov 5, 2024
1 parent 72d9525 commit d735e03
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ winrm_domain_name_fqdn: azure.hmpp.root

app_filesystems_domain_name_fqdn: azure.hmpp.root
app_filesystems_mount:
# - dir: /opt/data/interfaces/extract
# uid: 10002
# gid: 10002
# fstype: cifs
# opts: vers=3.0,_netdev,nofail,uid=10002,gid=10002,dir_mode=0755,file_mode=0755,credentials=/root/.filesystems/{{ filesystems_domain_name_fqdn }}.creds
# src: //PDPDW00057.azure.hmpp.root/NOMS_Extracts_PD$
# metric_dimension: NOMS_Extracts_PD
- dir: /opt/data/interfaces/extract
uid: 10002
gid: 10002
fstype: cifs
opts: vers=3.0,_netdev,nofail,uid=10002,gid=10002,dir_mode=0755,file_mode=0755,credentials=/root/.filesystems/{{ filesystems_domain_name_fqdn }}.creds
src: //PDPDW00057.azure.hmpp.root/NOMS_Extracts_PD$
metric_dimension: NOMS_Extracts_PD
state: absent

filesystems_domains:
azure.hmpp.root:
Expand Down

0 comments on commit d735e03

Please sign in to comment.