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: