Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Last active August 29, 2015 14:28
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 aussielunix/51a1d1cbb0fd9908dafd to your computer and use it in GitHub Desktop.
Save aussielunix/51a1d1cbb0fd9908dafd to your computer and use it in GitHub Desktop.
This would be a nice to have for ansible.

Ansible Readme Driven Development (wish)

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.

---
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