Created
February 12, 2016 23:57
-
-
Save v1k0d3n/6cba3ed818d33cd25c54 to your computer and use it in GitHub Desktop.
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
--- | |
- 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