Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -2,16 +2,13 @@ # gitLab ci stages stages: # deployment - "gitleaks" - "linting" # include jobs include: # deployment # code plumbing - local: ".gitlab/gitleaks.yaml" # linting Loading playbook.yaml +5 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ - name: "install and configure a Keepalive Daemon" hosts: "all" become: true pre_tasks: tasks: # due to semaphore bug we need to do this ourselves - name: "force-update requirements" Loading @@ -15,5 +15,7 @@ changed_when: false failed_when: false roles: - role: "keepalived" # execute the role - name: "execute role: keepalived" ansible.builtin.include_role: name: "keepalived" Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -2,16 +2,13 @@ # gitLab ci stages stages: # deployment - "gitleaks" - "linting" # include jobs include: # deployment # code plumbing - local: ".gitlab/gitleaks.yaml" # linting Loading
playbook.yaml +5 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ - name: "install and configure a Keepalive Daemon" hosts: "all" become: true pre_tasks: tasks: # due to semaphore bug we need to do this ourselves - name: "force-update requirements" Loading @@ -15,5 +15,7 @@ changed_when: false failed_when: false roles: - role: "keepalived" # execute the role - name: "execute role: keepalived" ansible.builtin.include_role: name: "keepalived"