Created
July 15, 2016 19:07
-
-
Save aphor/8488098db3d1b0dbfeaa4bc435b9eb6c to your computer and use it in GitHub Desktop.
This file contains 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
/dev/ebsvol0: | |
file.exists: | |
- onfail: | |
- cmd: create_attach_ebs_data_vol | |
create_attach_ebs_data_vol: | |
cmd.call: | |
- name: cloud.action | |
- func: create_attach_volumes | |
- instance: {{ monsoon.master }} | |
- zone: {{ monsoon.az }} | |
- volumes: | |
- | |
name: {{ monsoon.master }}_data_vol | |
size: 20 | |
device: /dev/ebsvol0 | |
- unless: | |
- file: /dev/ebsvol0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Results in (no LazyLoader str-->func?) :(
`local:
`