sansible / ansible

MIT License
2 stars 1 forks source link

Your instructions are non-existant #9

Open loquanet opened 3 years ago

loquanet commented 3 years ago

There's no instructions on how to run the playbook

dennisconrad commented 3 years ago

Hi @loquanet,

This is a role, i.e. it is not meant to be run on its own, but from an existing playbook or from another role:

https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html

Here's a step-by-step explanation on how to create your own role and to call it from a playbook:

https://www.redhat.com/sysadmin/developing-ansible-role

HTH,

Dennis