Skip to content

Instantly share code, notes, and snippets.

@yienge
yienge / ansible-linode-template.yml
Created October 26, 2016 06:37 — forked from vicendominguez/ansible-linode-template.yml
Ansible Linode template (tested and working)
#### CentOS: yum install pip ; pip install linode-python ; pip install chube
####
- hosts: localhost
connection: local
gather_facts: false
tasks:
- name: Create linode server
linode:
api_key: '---LINODE-API-KEY-HERE---'