Skip to content
Snippets Groups Projects
Select Git revision
  • 66a865d63f10cc885d12092b1a170ca102aa25ad
  • master default
  • v1
  • btrfs-backup
4 results

renew-cert.yaml

Blame
    • nimrod's avatar
      66a865d6
      Renew certs playbook improvements. · 66a865d6
      nimrod authored
      - Store the list of domains as a list, generate the SAN in the tasks
      file.
      - Validate variables in the tasks files.
      - Default to an empty list of handlers.
      - Define the email address just once.
      66a865d6
      History
      Renew certs playbook improvements.
      nimrod authored
      - Store the list of domains as a list, generate the SAN in the tasks
      file.
      - Validate variables in the tasks files.
      - Default to an empty list of handlers.
      - Define the email address just once.
    .gitlab-ci.yml 1.02 KiB
    ---
    include:
      - project: shore/ci-templates
        file: templates/pre-commit.yml
      - project: shore/ci-templates
        file: templates/docker.yml
    
    stages:
      - test
      - build
      - deploy
    
    # FIXME: Remove duplicate jobs once
    # https://gitlab.com/gitlab-org/gitlab/-/issues/35742 is resolved.
    
    build-ns4:
      extends: .compose-build
      tags: [ns4.shore.co.il]
      only:
        - ns4
    
    pull-ns4:
      extends: .compose-pull
      tags: [ns4.shore.co.il]
      only:
        - ns4
    
    run-ns4:
      extends: .compose-run
      tags: [ns4.shore.co.il]
      only:
        - ns4
    
    build-host01:
      extends: .compose-build
      tags: [host01.shore.co.il]
      only:
        - host01
    
    pull-host01:
      extends: .compose-pull
      tags: [host01.shore.co.il]
      only:
        - host01
    
    run-host01:
      extends: .compose-run
      tags: [host01.shore.co.il]
      only:
        - host01
    
    build-kodi:
      extends: .compose-build
      tags: [kodi.shore.co.il]
      only:
        - kodi
    
    pull-kodi:
      extends: .compose-pull
      tags: [kodi.shore.co.il]
      only:
        - kodi
    
    run-kodi:
      extends: .compose-run
      tags: [kodi.shore.co.il]
      only:
        - kodi