ansible / ansible-documentation

Ansible community documentation
https://docs.ansible.com/
GNU General Public License v3.0
83 stars 495 forks source link

Docs survey feedback: Remove or add context to hosts: all in examples #1702

Open samccann opened 3 months ago

samccann commented 3 months ago

Some of our examples use hosts: all in playbooks. This could be dangerous, since most playbooks are design to run only on certain kinds of hosts.

(replacement issue for https://github.com/ansible/ansible/issues/75506)

samccann commented 2 months ago

in DaWGs meeting - we should add a section or paragraph about 'the advantages and dangers of hosts:all with a link to the docs on --limit etc.