Skip to content

Instantly share code, notes, and snippets.

@jaloren
Created March 10, 2015 23:45
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 jaloren/b94a1b087a77b809a839 to your computer and use it in GitHub Desktop.
Save jaloren/b94a1b087a77b809a839 to your computer and use it in GitHub Desktop.
install_esg:
esg.install:
- name: /media/ephemeral0/esg
reset_esg:
esg.resetfactory:
- name: soae
- require:
- esg: install_esg
setup_network_for_esg:
esg.network:
- mgmt_ips:
- 10.0.40.94
- 10.0.40.105
- ips:
- 10.0.40.94
- 10.0.40.105
- require:
- esg: reset_esg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment