diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-27 12:57:04 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-27 12:57:04 +0200 |
commit | a88749869d1f0181023601a71fb4fd7b696ecbbe (patch) | |
tree | b56e086c90787206e95014ff0555379e001556dd | |
parent | inventory: update users (diff) | |
download | maintenance-a88749869d1f0181023601a71fb4fd7b696ecbbe.tar.gz maintenance-a88749869d1f0181023601a71fb4fd7b696ecbbe.zip |
inventory: enable pi2 back for now
-rw-r--r-- | inventory.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory.ini b/inventory.ini index 16ded52..57ee10d 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,7 +1,7 @@ -# TODO: remove those? -#[raspberry] +[raspberry] +# TODO: remove this? #pi1 ansible_host=192.168.205.1 ansible_user=egor -#pi2 ansible_host=192.168.205.4 ansible_user=egor +pi2 ansible_host=192.168.205.4 [desktop] laptop2 ansible_host=192.168.205.2 |