Skip to content

cmihai-ansible/cockpit

Repository files navigation

Role Name

cockpit

Build Status

Ansible Galaxy:

https://galaxy.ansible.com/crivetimihai/cockpit

ansible-galaxy install crivetimihai.cockpit

Requirements

  • For RHEL, a Red Hat subscription or functional local repository.

Role Variables

cockpit_enable_service: true
cockpit_firewall_configure: true
cockpit_firewall_rules:
  - port: 9090

Dependencies

  • For Red Hat, subscription-manager.

Example Playbook

---
- name: Install cockpit on localhost
  hosts:
    - localhost
  connection: local

  tasks:
    - name: cockpit is configured
      import_role:
        name: crivetimihai.cockpit
      vars:
        cockpit_enable_service: true
        cockpit_firewall_configure: true
        cockpit_firewall_rules:
          - port: 9090
      tags: cockpit

License

MIT

Author Information

Releases

No releases published

Packages

No packages published

Languages