Skip to content

Instantly share code, notes, and snippets.

@boxrick
Created December 7, 2017 17:04
Show Gist options
  • Save boxrick/ae85da1eedd485930a37a3dfd6e08329 to your computer and use it in GitHub Desktop.
Save boxrick/ae85da1eedd485930a37a3dfd6e08329 to your computer and use it in GitHub Desktop.
Ansible postinstall preseed
# Add in apt repository for Ansible 2.4 then install
echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" > /etc/apt/sources.list.d/ansible-ubuntu-ansible-xenial.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7BB9C367
apt-get update
apt-get upgrade ansible -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment