robertdebock.gnome
Ansible Role for Gnome
This role will help you install Gnome on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
The following example is found in molecule/default/converge.yml
and is tested whenever changes are made.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: robertdebock.gnome
Before running this, the machine needs to be prepared. This is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: robertdebock.bootstrap
You can find a full explanation and example on how to use these roles.
Requirements
- Install the pip packages listed in requirements.txt.
State of Used Roles
The following roles are used to set up the system, but you can also set up your system differently.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap |
Context
This role is part of many related roles. Check out the documentation for these roles for more information.
Here is a visual of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
Alpine | all |
Debian | all |
EL | 9 |
Fedora | all |
Ubuntu | focal |
You need Ansible version 2.12 or higher. Tests have been done on:
- Previous version
- Current version
- Development version
If you encounter any issues, please report them on GitHub.
License
Licensed under Apache-2.0.
Author Information
This role is created by robertdebock.
If you wish, consider sponsoring me.
ansible-galaxy install robertdebock.gnome