From ef8924df3107758d4d66dae27f55397986161f26 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 25 Oct 2024 20:36:12 +0800 Subject: [PATCH] Update groupings in playbooks --- inventory | 9 +++++++-- setup.yml | 4 +++- update.yml | 4 +++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/inventory b/inventory index a2ecb52..f7e3d16 100644 --- a/inventory +++ b/inventory @@ -1,4 +1,9 @@ -[general] +[debian] 10.0.10.4 10.0.10.64 -10.0.10.141 \ No newline at end of file +10.0.10.141 + +[openwrt] +10.0.10.1 +10.0.10.2 +10.0.10.3 \ No newline at end of file diff --git a/setup.yml b/setup.yml index d8b3718..d7bef02 100644 --- a/setup.yml +++ b/setup.yml @@ -1,5 +1,7 @@ --- -- hosts: all +- hosts: + - debian + - ubuntu # Runs on root user already become: false tasks: diff --git a/update.yml b/update.yml index 707ed69..3001417 100644 --- a/update.yml +++ b/update.yml @@ -1,5 +1,7 @@ --- -- hosts: all +- hosts: + - debian + - ubuntu # Runs on root user already become: false tasks: