It would be great to be able to write out a play that contains nothing but name: ...
lines as a planning tool.
You can then replace each line one at a time untill you have a working play/role.
Last active
August 29, 2015 14:28
-
-
Save aussielunix/51a1d1cbb0fd9908dafd to your computer and use it in GitHub Desktop.
This would be a nice to have for ansible.
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: all | |
tasks: | |
- name: install something | |
- name: make configuration files | |
- name: test | |
- name: enable service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment