You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
471 B
YAML
28 lines
471 B
YAML
---
|
|
|
|
- name: Update packages and install common packaged
|
|
apt:
|
|
name:
|
|
- acl
|
|
- apt-transport-https
|
|
- ca-certificates
|
|
- cron
|
|
- curl
|
|
- git
|
|
- gnupg2
|
|
- htop
|
|
- python
|
|
- python-pip
|
|
- software-properties-common
|
|
- tmux
|
|
- ufw
|
|
- vim
|
|
- wget
|
|
- zsh
|
|
state: latest
|
|
allow_unauthenticated: no
|
|
update_cache: yes
|
|
cache_valid_time: 3600
|
|
autoclean: yes
|
|
autoremove: yes
|