Update groupings in playbooks

This commit is contained in:
Keannu Bernasol 2024-10-25 20:36:12 +08:00
parent 70056d12d6
commit ef8924df31
3 changed files with 13 additions and 4 deletions

View file

@ -1,4 +1,9 @@
[general]
[debian]
10.0.10.4
10.0.10.64
10.0.10.141
10.0.10.141
[openwrt]
10.0.10.1
10.0.10.2
10.0.10.3

View file

@ -1,5 +1,7 @@
---
- hosts: all
- hosts:
- debian
- ubuntu
# Runs on root user already
become: false
tasks:

View file

@ -1,5 +1,7 @@
---
- hosts: all
- hosts:
- debian
- ubuntu
# Runs on root user already
become: false
tasks: