Cockpit web-based interface

Document Control

TODO:

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

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

User Story: Cockpit

As a: UNIX and Linux system administrator

I want to: setup the cockpit web-based interface and plugins

So that: manage my Linux systems using a Web UI.

Using the role

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

  tasks:
    - name: cockpit is configured
      import_role:
        name: crivetimihai.cockpit
      vars:
        cockpit_enable_service: true
        cockpit_firewall_configure: true
        cockpit_firewall_rules:
          - port: 9090
      tags: cockpit
# Install the role
ansible-galaxy install crivetimihai.cockpit

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

Last update: 2020-02-02