https://github.com/victorock/cockpit
Ansible role to install cockpit
https://github.com/victorock/cockpit
Last synced: 3 months ago
JSON representation
Ansible role to install cockpit
- Host: GitHub
- URL: https://github.com/victorock/cockpit
- Owner: victorock
- License: gpl-3.0
- Created: 2018-07-02T12:22:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T00:21:35.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T06:10:09.006Z (4 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Ansible Role to Install Cockpit
=========Ansible role to install Cockpit.
Role Variables
--------------Variables are defined in `defaults/main.yml` and structured/encapsulated in `vars/`.
| Name | Default Value | Description |
|-------------------|---------------------|----------------------|
| `autorun` | `False` | Boolean to define if the role "autorun" (`tasks/main.yml`). Useful when you want to have dependencies solved by galaxy (`meta/main.yml`) but don't want it to run automatically. |
| `cockpit_plugins` | `[ 'ws', 'system', 'packagekit', 'dashboard', 'machines', 'networkmanager', 'sosreport' ]` | The list of cockpit plugins to install. |
| `cockpit_plugins_state` | `latest` | The state of the plugins. |Examples
------------Follow below different examples and ways to use this role.
>Playbook: Install Cockpit with default options.
```YAML
---
- name: "cockpit: Install cockpit"
hosts: network_lab
gather_facts: true
become: trueroles:
- role: victorock.cockpit
autorun: true```
License
------------GPLv3
Author
------------Victor da Costa (@victorock)