Skip to content

Commit

Permalink
Refactor Cockpit role defaults
Browse files Browse the repository at this point in the history
Reorganized settings block.
  • Loading branch information
RaneyDazed committed Feb 13, 2024
1 parent c14a7f1 commit 38dac5e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions roles/cockpit/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

cockpit_name: cockpit

################################
# Settings
################################

cockpit_vm_enabled: false
cockpit_service_after: docker.service
put_cockpit_dpkg_into_hold: true
put_cockpit_machines_dpkg_into_hold: true

################################
# Paths
################################
Expand Down Expand Up @@ -57,12 +66,3 @@ cockpit_traefik_middleware_custom: ""
cockpit_traefik_certresolver: "{{ traefik_default_certresolver }}"
cockpit_traefik_enabled: true
cockpit_traefik_api_enabled: false

################################
# Settings
################################

cockpit_vm_enabled: false
cockpit_service_after: docker.service
put_cockpit_dpkg_into_hold: true
put_cockpit_machines_dpkg_into_hold: true

0 comments on commit 38dac5e

Please sign in to comment.