-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cycloid.yml
51 lines (48 loc) · 1.47 KB
/
.cycloid.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
# Configuration of the Cycloid stack
name: 'Cycloid Infrastructure'
canonical: 'stack-infrastructure'
status: 'private'
description: |
This stack will create Amazon vpc, a bastion ec2 server and various components you might require to deploy other stacks in production.
This stack is currently a bundle of common usecase of our customers.
keywords:
- 'infrastructure'
- 'vpc'
- 's3'
- 'bastion'
- 'ses'
- 'deployment'
- 'provider:aws'
author: 'Cycloid'
image: |
https://raw.githubusercontent.com/cycloid-community-catalog/stack-infrastructure/master/icon.png
technologies:
- technology: Amazon VPC
version: n/a
- technology: Amazon S3 bucket
version: n/a
- technology: Amazon EC2 bastion
version: n/a
- technology: Amazon SES
version: n/a
- technology: Amazon IAM
version: n/a
config:
# Configuration of the CI pipeline
pipeline:
pipeline:
path: 'pipeline/pipeline.yml'
variables:
path: 'pipeline/variables.sample.yml'
destination: '($ project $)/pipeline/variables-($ environment $).yml'
# Configuration of ansible for provisionning
ansible:
bastion:
path: 'ansible/environments/bastion.yml.sample'
destination: '($ project $)/ansible/environments/($ environment $)-bastion.yml'
# Configuration of terraform to setup the infrastructure
terraform:
infrastructure:
path: 'terraform/infrastructure.tf.sample'
destination: '($ project $)/terraform/($ environment $)/infrastructure.tf'