-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatlantis.yaml
121 lines (121 loc) · 3.65 KB
/
atlantis.yaml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
version: 3
workflows:
custom:
plan:
steps:
- run: rm -rf .terraform
- init:
extra_args: [-backend-config=/minio-backend-config/backend-config]
- plan
projects:
- name: a7d-corp
dir: repositories/a7d-corp
workflow: custom
- name: action-build-aur-package
dir: repositories/action-build-aur-package
workflow: custom
- name: ansible-core
dir: repositories/ansible-core
workflow: custom
- name: ansible-infrastructure-playbooks
dir: repositories/ansible-infrastructure-playbooks
workflow: custom
- name: ansible-role-docker-host
dir: repositories/ansible-role-docker-host
workflow: custom
- name: ansible-role-os-updates
dir: repositories/ansible-role-os-updates
workflow: custom
- name: ansible-role-packages
dir: repositories/ansible-role-packages
workflow: custom
- name: ansible-role-server-hardening
dir: repositories/ansible-role-server-hardening
workflow: custom
- name: ansible-role-users
dir: repositories/ansible-role-users
workflow: custom
- name: arch-aur-pkgbuilds
dir: repositories/arch-aur-pkgbuilds
workflow: custom
- name: arch-build-container
dir: repositories/arch-build-container
workflow: custom
- name: commandline-tricks
dir: repositories/commandline-tricks
workflow: custom
- name: debug-container
dir: repositories/debug-container
workflow: custom
- name: dickingwithdocker.com
dir: repositories/dickingwithdocker.com
workflow: custom
- name: diun-github-issue-creator
dir: repositories/diun-github-issue-creator
workflow: custom
- name: dot-github
dir: repositories/dot-github
workflow: custom
- name: github-repo-management
dir: repositories/github-repo-management
workflow: custom
- name: homeassistant
dir: repositories/homeassistant
workflow: custom
- name: homelab-cluster-kubernetes-management
dir: repositories/homelab-cluster-kubernetes-management
workflow: custom
- name: homelab-clusters-fleet
dir: repositories/homelab-clusters-fleet
workflow: custom
- name: homelab-instance-actions-runner
dir: repositories/homelab-instance-actions-runner
workflow: custom
- name: homelab-instance-ansible
dir: repositories/homelab-instance-ansible
workflow: custom
- name: homelab-instance-ansible-bastion
dir: repositories/homelab-instance-ansible-bastion
workflow: custom
- name: homelab-instance-code-server
dir: repositories/homelab-instance-code-server
workflow: custom
- name: homelab-instance-conductor
dir: repositories/homelab-instance-conductor
workflow: custom
- name: homelab-instance-tailscale-relay
dir: repositories/homelab-instance-tailscale-relay
workflow: custom
- name: homelab-instance-template
dir: repositories/homelab-instance-template
workflow: custom
- name: homelab-instance-truenas
dir: repositories/homelab-instance-truenas
workflow: custom
- name: homelab-k8s-cluster-room101-a7d-mc
dir: repositories/homelab-k8s-cluster-room101-a7d-mc
workflow: custom
- name: homelab-kubernetes-fleet
dir: repositories/homelab-kubernetes-fleet
workflow: custom
- name: homelab-misc
dir: repositories/homelab-misc
workflow: custom
- name: packer-image-builds
dir: repositories/packer-image-builds
workflow: custom
- name: sonar
dir: repositories/sonar
workflow: custom
- name: terraform-github-modules
dir: repositories/terraform-github-modules
workflow: custom
- name: terraform-module-proxmox-cloudinit-template
dir: repositories/terraform-module-proxmox-cloudinit-template
workflow: custom
- name: terraform-module-proxmox-container
dir: repositories/terraform-module-proxmox-container
workflow: custom
- name: terraform-module-proxmox-instance
dir: repositories/terraform-module-proxmox-instance
workflow: custom