ansible/inventories/group_vars/pi.yml

12 lines
99 B
YAML
Raw Normal View History

2021-11-13 14:33:05 +01:00
---
install_packages:
- vim
- bc
- netcat
- curl
- wget
- telnet
2022-09-17 23:24:05 +02:00
- screen
- jq
2021-11-13 14:33:05 +01:00
...