Role to run handle firstboot questions in Potos Linux Clients.
As this role is tested via Molecule one can use that playbook as a starting point:
---
- name: Converge
hosts: all
gather_facts: yes
tasks:
- name: run role
ansible.builtin.include_role:
name: 'ansible-role-potos_firstboot'
The default variables are defined in defaults/main.yml:
---
Another option is to use ansible-doc
to read the argument specification:
ansible-doc --type role -r . main ansible-role-potos_firstboot
N/A
See LICENSE