Updated ssh port for host network & added readme for info

This commit is contained in:
max
2025-06-22 18:54:08 +02:00
parent 2d4a85826d
commit 4f2f3c7bf1
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,7 @@ all:
ansible_user: truenas_admin
network:
ansible_host: 192.168.1.253
ansible_port: 9
ansible_user: root
mailcow:
ansible_host: 192.168.1.200

View File

@ -0,0 +1,7 @@
# Required packages
### Fedora
- python3-libdnf5
```shell
dnf install python3-libdnf5
```