Updated ssh port for host network & added readme for info
This commit is contained in:
@ -8,6 +8,7 @@ all:
|
|||||||
ansible_user: truenas_admin
|
ansible_user: truenas_admin
|
||||||
network:
|
network:
|
||||||
ansible_host: 192.168.1.253
|
ansible_host: 192.168.1.253
|
||||||
|
ansible_port: 9
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
mailcow:
|
mailcow:
|
||||||
ansible_host: 192.168.1.200
|
ansible_host: 192.168.1.200
|
||||||
|
7
Playbooks/machine-update/README.md
Normal file
7
Playbooks/machine-update/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Required packages
|
||||||
|
### Fedora
|
||||||
|
|
||||||
|
- python3-libdnf5
|
||||||
|
```shell
|
||||||
|
dnf install python3-libdnf5
|
||||||
|
```
|
Reference in New Issue
Block a user