homelab/common.yml

15 lines
269 B
YAML
Raw Normal View History

2024-09-29 18:04:34 +05:00
---
- hosts:
2024-09-29 18:04:34 +05:00
- network
- webservers
tasks:
- name: Install vim, curl and htop
become: true
ansible.builtin.apt:
pkg:
- vim
- htop
- curl
update_cache: yes
cache_valid_time: 86400 # 1 day