Created
November 15, 2017 02:02
-
-
Save abcarroll/1563a9ecef07157ebbf52e9d3d0ba36f to your computer and use it in GitHub Desktop.
cloudinit misc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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