Skip to content

Instantly share code, notes, and snippets.

@v1k0d3n
Created February 12, 2016 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v1k0d3n/6cba3ed818d33cd25c54 to your computer and use it in GitHub Desktop.
Save v1k0d3n/6cba3ed818d33cd25c54 to your computer and use it in GitHub Desktop.
---
- hosts: kube
remote_user: fedora
gather_facts: false
become_user: root
become: yes
vars_prompt:
- name: fedora_password
prompt: "Enter password for user: fedora"
private: yes
tasks:
# Now we'll run the playbooks
# Master Prep
- include: prep-master.yml
# Node Prep
- include: prep-node.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment