Skip to content

Instantly share code, notes, and snippets.

View displague's full-sized avatar
🐝
Mergin' 🎶 on a Sunday afternoon 🎶

Marques Johansson displague

🐝
Mergin' 🎶 on a Sunday afternoon 🎶
View GitHub Profile
@displague
displague / README.md
Last active November 5, 2018 14:07 — forked from rdhyee/minecraft_do.yml
Ansible playbook to launch a Linode instance and then configure it to run Minecraft. Note that some things are hardwired: the label of the instance, the version of minecraft

Requires Ansible in this branch ansible/ansible#46151 (until that is merged .. then devel or master)

$ ansible-playbook  /tmp/minecraft_linode.yml  -e linode_token=$LINODE_TOKEN -e ssh_key="$(cat ~/.ssh/id_rsa.pub)" -e type=g6-nanode-1 -e region=us-east -e image=linode/debian9 -e ansible_ssh_private_key_file=~/.ssh/id_rsa --private-key=~/.ssh/id_rsa
 [WARNING]: Unable to parse /etc/ansible/hosts as an inventory source

 [WARNING]: No inventory was parsed, only implicit localhost is available

 [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
# encoding: utf-8
xml.instruct!
# Drop this file in your source directory
#
# Uses the builder gem.
# Add
# gem 'builder', '~> 2.0'
# to the Gemfile, and run builder install
#