Skip to content

Instantly share code, notes, and snippets.

@abcarroll
Created November 15, 2017 02:02
Show Gist options
  • Save abcarroll/1563a9ecef07157ebbf52e9d3d0ba36f to your computer and use it in GitHub Desktop.
Save abcarroll/1563a9ecef07157ebbf52e9d3d0ba36f to your computer and use it in GitHub Desktop.
cloudinit misc
#cloud-config
# Specify the merge type every time... all the time
merge_type: 'list(append)+dict(recurse_array)+str()'
# Update apt
apt_update: true
apt_upgrade: true
apt_reboot_if_required: true
# Packages on all systems
packages:
- awscli
- sudo
- ntp
- apticron
- netselect-apt
- vim
- ftp
- curl
- wget
- rsync
- git
- bc
- hexedit
- putty-tools
- tree
- telnet
- links
- nmap
- whois
- file
- less
- beep
- md5deep
- patch
- pax
- pv
- xz-utils
- realpath
- autossh
- unrar-free
- screen
- tmux
- mercurial
- subversion
- htop
- iftop
- iotop
- iptraf
- sysstat
- smartmontools
- tcpdump
- ssmtp
- apache2-utils
- mysql-client
- squidclient
- redis-tools
- dnsutils
- dos2unix
- imagemagick
- perl
- perl-doc
- python
- python3
- python-pip
- lua5.2
- pngcrush
- optipng
- gifsicle
- nfs-common
- file
- apt-transport-https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment