ansible: change smb tags
This commit is contained in:
parent
6f32231fc7
commit
289e74239a
@ -4,5 +4,10 @@ vm-tools-100-65 ansible_host=192.168.100.65 ansible_user=tylen
|
||||
vm-network-100-75 ansible_host=192.168.100.75 ansible_user=tylen
|
||||
backup-vm-tahmidcloud ansible_host=tahmidcloud.com ansible_user=tylen ansible_port=42128
|
||||
|
||||
[workers-with-smb]
|
||||
vm-media-100-55 ansible_host=192.168.100.55 ansible_user=tylen
|
||||
vm-tools-100-65 ansible_host=192.168.100.65 ansible_user=tylen
|
||||
vm-network-100-75 ansible_host=192.168.100.75 ansible_user=tylen
|
||||
|
||||
[misc]
|
||||
vm-printer-100-20 ansible_host=192.168.100.20 ansible_user=tylen
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Set Up SMB access to /apps
|
||||
hosts: workers
|
||||
hosts: workers-with-smb
|
||||
become: yes
|
||||
vars_files:
|
||||
- worker_vars.yaml
|
||||
@ -73,6 +73,7 @@
|
||||
command: mount -a
|
||||
tags:
|
||||
- mount
|
||||
- cred
|
||||
- disks
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user