update1
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
13
hosts.txt
13
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user