Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectpotos/ansible-role-potos_firstboot
Role to run handle firstboot questions in Potos Linux Clients.
https://github.com/projectpotos/ansible-role-potos_firstboot
ansible ansible-role firstboot linux-client potos
Last synced: 3 months ago
JSON representation
Role to run handle firstboot questions in Potos Linux Clients.
- Host: GitHub
- URL: https://github.com/projectpotos/ansible-role-potos_firstboot
- Owner: projectpotos
- License: gpl-3.0
- Created: 2022-11-01T15:44:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T17:07:30.000Z (9 months ago)
- Last Synced: 2024-05-16T18:27:36.094Z (9 months ago)
- Topics: ansible, ansible-role, firstboot, linux-client, potos
- Language: Shell
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role - potos\_firstboot
Role to run handle firstboot questions in Potos Linux Clients.
[![Test](https://github.com/projectpotos/ansible-role-potos_firstboot/actions/workflows/test.yml/badge.svg)](https://github.com/projectpotos/ansible-role-potos_firstboot/actions/workflows/test.yml)
## Example Playbook
As this role is tested via Molecule one can use [that
playbook](./molecule/default/converge.yml) as a starting point:```yaml
---- name: Converge
hosts: all
gather_facts: yes
tasks:
- name: run role
ansible.builtin.include_role:
name: 'ansible-role-potos_firstboot'
```## Role Variables
The default variables are defined in [defaults/main.yml](./defaults/main.yml):
```yaml
---```
Another option is to use `ansible-doc` to read the argument specification:
```sh
ansible-doc --type role -r . main ansible-role-potos_firstboot
```## Requirements
N/A
## License
See [LICENSE](./LICENSE)
## Author Information
[Project Potos](https://github.com/projectpotos)