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
|
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
|
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]
|
[misc]
|
||||||
vm-printer-100-20 ansible_host=192.168.100.20 ansible_user=tylen
|
vm-printer-100-20 ansible_host=192.168.100.20 ansible_user=tylen
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Set Up SMB access to /apps
|
- name: Set Up SMB access to /apps
|
||||||
hosts: workers
|
hosts: workers-with-smb
|
||||||
become: yes
|
become: yes
|
||||||
vars_files:
|
vars_files:
|
||||||
- worker_vars.yaml
|
- worker_vars.yaml
|
||||||
@ -73,6 +73,7 @@
|
|||||||
command: mount -a
|
command: mount -a
|
||||||
tags:
|
tags:
|
||||||
- mount
|
- mount
|
||||||
|
- cred
|
||||||
- disks
|
- disks
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user