Skip to content

Instantly share code, notes, and snippets.

@nidr0x
Created July 25, 2018 06:10
Show Gist options
  • Save nidr0x/a9e3fbfc5ba6ce221298efa6bbf32264 to your computer and use it in GitHub Desktop.
Save nidr0x/a9e3fbfc5ba6ce221298efa6bbf32264 to your computer and use it in GitHub Desktop.
- name: Install misc packages
apt: name={{item}} state=present
with_items:
- curl
- git
- zip
- unzip
- vim
- logrotate
- ufw
- python-pip
- ttf-ancient-fonts
- xclip
- nscd
- name: Set locale
shell: locale-gen "en_US.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment