Go to file
Sebastien Perreault 2f1b84b98e better handling of ports 2019-02-06 13:47:17 +01:00
defaults re-work + yamlint 2019-02-06 13:47:17 +01:00
handlers initial commit 2016-04-26 21:12:24 +02:00
meta re-work + yamlint 2019-02-06 13:47:17 +01:00
tasks better handling of ports 2019-02-06 13:47:17 +01:00
tests initial commit 2016-04-26 21:12:24 +02:00
.travis.yml re-work + yamlint 2019-02-06 13:47:17 +01:00
README.md initial commit 2016-04-26 21:12:24 +02:00

README.md

bvansomeren.cockpit

Installs cockpit a system made to easily control Linux systems: http://cockpit-project.org

Requirements

No hard requirements, but you might want to put a reverse proxy in front of this, especially if you disable TLS

Role Variables

These are the limited variables and their default values as found in defaults/main.yml

cockpit_disable_tls: no

Disables TLS. At the time of Role creation the GNUTLS version had issues with Safari and Chrome. Please think carefully about sending your root passwords in plain text!

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: bvansomeren.cockpit }

License

BSD

Author Information