first commit
This commit is contained in:
25
cifs-mount.yaml
Normal file
25
cifs-mount.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
- name: CIFS Mount
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
###############################################
|
||||
# Permanently Mount a CIFS Share
|
||||
###############################################
|
||||
|
||||
roles:
|
||||
- { role: cifs_mount, tags: ['cifs_mount'] }
|
||||
|
||||
# tasks:
|
||||
#
|
||||
# - name: Gather Facts and set variable
|
||||
# include_tasks: /var/jenkins_home/ansible/roles/cosmos_init/tasks/gather_facts.yaml
|
||||
#
|
||||
# - name: Base Samba Config
|
||||
# include_tasks: /var/jenkins_home/ansible/roles/cosmos_init/tasks/configure_smb.yaml
|
||||
# when: not samba_present | bool
|
||||
#
|
||||
# - name: Map CIFS Share
|
||||
# include_tasks: /var/jenkins_home/ansible/tasks/cifs_mount.yaml
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user