From 289e74239a079a19139a80b2e39166ce15bdc123 Mon Sep 17 00:00:00 2001 From: tylen Date: Mon, 2 Jun 2025 14:14:19 +0300 Subject: [PATCH] ansible: change smb tags --- ansible/hosts.ini | 5 +++++ ansible/worker/smb.yaml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ansible/hosts.ini b/ansible/hosts.ini index 5b6670a..523efdb 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -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 diff --git a/ansible/worker/smb.yaml b/ansible/worker/smb.yaml index 79873d0..b0c8437 100644 --- a/ansible/worker/smb.yaml +++ b/ansible/worker/smb.yaml @@ -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