Skip to content

Instantly share code, notes, and snippets.

@gregswift
Created March 12, 2013 20:35
Show Gist options
  • Save gregswift/5146771 to your computer and use it in GitHub Desktop.
Save gregswift/5146771 to your computer and use it in GitHub Desktop.
- vars_files:
- "vars/global_vars.yml"
- hosts: openstack-nodes
tasks:
- include: common/tasks/ssh_keys.yml user=root
- include: common/tasks/update.yml
- include: common/tasks/add_ops_repo.yml
- include: common/tasks/packages.yml
- include: common/tasks/crashdump.yml
- include: common/tasks/enable_hyperthreading.yml
- include: common/tasks/wait_for_boot.yml
- hosts: controller
tasks:
- include: controller/tasks/packages.yml
- include: controller/tasks/local_kvm.yml
- include: controller/tasks/chef_server.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment