ansible/inventories/host_vars/server1.seboto.net.yml

12 lines
99 B
YAML
Raw Normal View History

2022-09-17 23:44:39 +02:00
---
install_packages:
- vim
- bc
- netcat
- curl
- wget
- telnet
- screen
- jq
...