Use this template as the base of Ansible roles.
Replace field that have # TODO
comments and remove the comment.
Package | Version |
---|---|
ansible | 9.6.0 |
molecule | 24.2.1 |
molecule-plugins[openstack] | 23.5.3 |
Use the below structure for your Ansible role README.md:
ansible-role-xxx
================
# Description of your Ansible role.
Requirements
------------
**None**
Role Variables
--------------
**None**
Example Playbook
----------------
```
- hosts: all
become: true
roles:
- role: ansible-role-xxx
vars:
disable_root_login: true
```