[![Build Status](https://travis-ci.org/while-true-do/ansible-role-cockpit.svg?branch=master)](https://travis-ci.org/while-true-do/ansible-role-cockpit) # Ansible Role: cockpit | A role to install cockpit packages. ## Installation Galaxy Link: ``` ansible-galaxy install while-true-do.cockpit ``` Github Link: ``` 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](https://opensource.org/licenses/BSD-3-Clause). ## Contribute / Bugs **bug reports:** **contributers:** ## Author Information **blog:** **github:** **contact:** [mail@while-true-do.org](mailto:mail@while-true-do.org)