mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
update
This commit is contained in:
commit
dba7846062
13 changed files with 349 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
stages:
|
||||
- script
|
||||
|
||||
ansible-base:
|
||||
stage: script
|
||||
variables:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
image:
|
||||
name: registry.durp.info/ubuntu:latest
|
||||
before_script:
|
||||
- apt update && apt install tzdata ansible python3-pip -y
|
||||
script:
|
||||
- ansible-playbook $CI_PROJECT_DIR/base.yml
|
||||
rules:
|
||||
- if: '$SCRIPT == "base"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue