edit | blame | history | raw

Build Status

Ansible Role: cockpit

| A role to install cockpit packages.

Installation

Galaxy Link: https://galaxy.ansible.com/while-true-do/cockpit

ansible-galaxy install while-true-do.cockpit

Github Link: https://github.com/while-true-do/ansible-role-cockpit

git clone https://github.com/while-true-do/ansible-role-cockpit while-true-do.cockpit

Requirements

None.

Dependencies

None.

Role Variables

# defaults/main.yml
cockpit_packages: ['cockpit-bridge', 'cockpit-shell', 'cockpit-storaged', 'cockpit-networkmanager']

Example Playbook

Simple Example: Without webserver, so you can access it from another instance

- hosts: servers
  roles:
    - { role: while-true-do.cockpit }

Advanced Example: To install cockpit including cockpit-ws

- hosts: servers
  roles:
  - { role: while-true-do.cockpit, cockpit_packages: [ 'cockpit' ] }

License

This work is licensed under a BSD License.

Contribute / Bugs

bug reports: https://github.com/while-true-do/ansible-role-cockpit/issues

contributers: https://github.com/while-true-do/ansible-role-cockpit/graphs/contributors

Author Information

blog: https://blog.while-true-do.org

github: https://github.com/daniel-wtd

contact: mail@while-true-do.org