diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f88b2a7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,20 @@ +stages: + - validate + - plan + - apply + - ansible + - destroy + +include: + - project: 'developerdurp/yml-templates' + ref: 'master' + file: + - 'terraform.yml' + - 'ansible.yml' + +plan production: + extends: .plan production + +apply: + extends: .apply +