This commit is contained in:
DeveloperDurp 2026-01-28 05:45:27 -06:00
parent 78de64ecb0
commit 24b8ffa59c

View file

@ -16,8 +16,12 @@ ansible-base:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
image: image:
name: registry.durp.info/ubuntu:latest name: registry.durp.info/ubuntu:latest
before_script: before_script:
- apt update && apt install tzdata ansible python3-pip -y - apt update && apt install tzdata ansible python3-pip -y
- eval $(ssh-agent -s)
- chmod 400 "$SSH_PRIVATE_KEY"
- ssh-add "$SSH_PRIVATE_KEY"
script: script:
- ansible-playbook $CI_PROJECT_DIR/ansible/base.yaml - ansible-playbook $CI_PROJECT_DIR/ansible/base.yaml
rules: rules: