chocolatey / chocolatey-ansible

The Chocolatey module collection for Ansible
GNU General Public License v3.0
51 stars 30 forks source link

Add example playbooks #55

Open vexx32 opened 3 years ago

vexx32 commented 3 years ago

We should include more examples of how to use the collection for various tasks, as well as some 'complete' scenarios to illustrate how the modules can be used together.

Windos commented 2 years ago

@vexx32 / @pauby - Do you have a preference for how to handle these example playbooks?

I'll happily work on some (had an interesting one come up just the other day that would be a good example).

vexx32 commented 2 years ago

Some README examples for simpler things would probably be great, but if you have complete playbooks that we can adapt for the collection as examples or complete playbooks for folks to use, they can go in a playbooks directory alongside the plugins folder I think.

See https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_structure.html#collection-directories-and-files for reference on the general structure.

We can also create a roles folder and fill it with examples / potentially useful roles (e.g., a role for a CCM server or client, perhaps?)