diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-09 12:35:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-09 12:35:35 +0300 |
commit | 14c4d98fa9dfc91a85ab0f25be7d4215eaf7717b (patch) | |
tree | b5401750df37197880b973aaa5e7c373ed473226 /inventory.ini | |
parent | add README.md (diff) | |
download | maintenance-14c4d98fa9dfc91a85ab0f25be7d4215eaf7717b.tar.gz maintenance-14c4d98fa9dfc91a85ab0f25be7d4215eaf7717b.zip |
inventory: split into groups
Diffstat (limited to '')
-rw-r--r-- | inventory.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/inventory.ini b/inventory.ini index 47cc106..963f451 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,7 +1,12 @@ +[raspberry] pi1 ansible_host=192.168.205.1 +pi2 ansible_host=192.168.205.4 + +[desktop] laptop2 ansible_host=192.168.205.2 pc1 ansible_host=192.168.205.3 -pi2 ansible_host=192.168.205.4 + +[cloud] web ansible_host=192.168.205.8 vpn ansible_host=192.168.205.254 ansible_port=80 ansible_user=algo |