Gnome

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Gnome

As a: Linux Desktop User

I want to: setup gnome and install plugins

So that: customize my desktop.

Using the role

Using the role in a playbook
---
- name: Install gnome
  hosts: all

  tasks:
    - name: gnome is configured
      import_role:
        name: devopstoolbox.gnome
      vars:
        gnome_enable_service: true
      tags: gnome
# Install the role
ansible-galaxy install devopstoolbox.gnome

# Run the playbook
ansible-playbook gnome-playbook.yml

Last update: 2020-02-09