A basic role to show how to create a role and publish it to Ansible Galaxy.
Apart from requiring root access via become: yes
this role has no special requirements.
All of the variables can be found in the vars
folder.
None.
An example playbook can be found below;
- hosts: servers
gather_facts: true
become: yes
become_method: sudo
roles:
- russmckendrick.ansible_role_learnansible_example
BSD
This role is published by Russ McKendrick.