ansible: change smb tags

This commit is contained in:
tylen 2025-06-02 14:14:19 +03:00
parent 6f32231fc7
commit 289e74239a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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