From c5a438232a5f731a9c515c5afb84551f3f286ae6 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 25 Oct 2023 20:29:34 +0200 Subject: [PATCH] update1 --- .vscode/settings.json | 1 - hosts.txt | 13 ++++++------- inventory.yml | 25 ++++++++++++------------- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 57e5884..33ba4fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,6 @@ { "ansible.python.interpreterPath": "/bin/python3", "yaml.schemas": { - "file:///c%3A/Users/alex_/.vscode/extensions/docsmsft.docs-yaml-1.0.0/dist/toc.schema.json": "/toc\\.yml/i", "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook": "file:///home/alex/git/ansible/shutdown_windows.yml" } } \ No newline at end of file diff --git a/hosts.txt b/hosts.txt index b2afdd6..ce05d97 100644 --- a/hosts.txt +++ b/hosts.txt @@ -1,21 +1,20 @@ 192.168.1.1 +192.168.1.10 192.168.1.16 192.168.1.18 192.168.1.22 -192.168.1.23 192.168.1.25 192.168.1.112 192.168.1.117 -192.168.1.119 -192.168.1.139 -192.168.1.144 192.168.1.171 -192.168.1.190 +192.168.1.185 +192.168.1.187 +192.168.1.194 +192.168.1.195 192.168.1.201 192.168.1.202 192.168.1.228 192.168.1.237 192.168.1.238 -192.168.1.239 192.168.1.240 -192.168.1.245 +192.168.1.247 diff --git a/inventory.yml b/inventory.yml index 1abd10d..c6e9916 100644 --- a/inventory.yml +++ b/inventory.yml @@ -2,11 +2,14 @@ all: hosts: ubnt: ansible_host: 192.168.1.1 + hosts: + localhost-live.localdomain: + ansible_host: 192.168.1.10 hosts: SonosZP.localdomain: ansible_host: 192.168.1.16 hosts: - raspi.localdomain: + alw.dk.localdomain: ansible_host: 192.168.1.18 hosts: Chromecast.localdomain: @@ -17,19 +20,15 @@ all: hosts: 00178862792d.localdomain: ansible_host: 192.168.1.117 - hosts: - dc01.localdomain: - ansible_host: 192.168.1.119 - hosts: - homeserver.localdomain: - ansible_host: 192.168.1.144 - ansible_become: windows hosts: Google-Nest-Mini: ansible_host: 192.168.1.171 hosts: - LGwebOSTV.localdomain: - ansible_host: 192.168.1.190 + OnePlus-8-Pro.localdomain: + ansible_host: 192.168.1.185 + hosts: + wlan0.localdomain: + ansible_host: 192.168.1.187 hosts: Galaxy-A33-5G.localdomain: ansible_host: 192.168.1.201 @@ -42,9 +41,9 @@ all: hosts: livingroom.localdomain: ansible_host: 192.168.1.238 - hosts: - office-switch.localdomain: - ansible_host: 192.168.1.239 hosts: Bedroom.localdomain: ansible_host: 192.168.1.240 + hosts: + roborock-vacuum-a15.localdomain: + ansible_host: 192.168.1.247