You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blallo dd2963d7e8
Conditionally install cockpit-docker
3 years ago
defaults re-work + yamlint 4 years ago
handlers initial commit 7 years ago
meta re-work + yamlint 4 years ago
molecule molecule testing added 4 years ago
tasks Conditionally install cockpit-docker 3 years ago
tests initial commit 7 years ago
.gitignore molecule testing added 4 years ago
.travis.yml re-work + yamlint 4 years ago
README.md initial commit 7 years ago

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