Updated ssh port for host network & added readme for info
This commit is contained in:
parent
2d4a85826d
commit
4f2f3c7bf1
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue