mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
Update groupings in playbooks
This commit is contained in:
parent
70056d12d6
commit
ef8924df31
3 changed files with 13 additions and 4 deletions
|
@ -1,4 +1,9 @@
|
||||||
[general]
|
[debian]
|
||||||
10.0.10.4
|
10.0.10.4
|
||||||
10.0.10.64
|
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
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts:
|
||||||
|
- debian
|
||||||
|
- ubuntu
|
||||||
# Runs on root user already
|
# Runs on root user already
|
||||||
become: false
|
become: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts:
|
||||||
|
- debian
|
||||||
|
- ubuntu
|
||||||
# Runs on root user already
|
# Runs on root user already
|
||||||
become: false
|
become: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue