Skip to content

Commit

Permalink
fix: seperate ansible and terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Oct 3, 2023
1 parent 3046045 commit f67971a
Show file tree
Hide file tree
Showing 72 changed files with 36 additions and 1,286 deletions.
13 changes: 9 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# editorconfig.org
; https://editorconfig.org/

root = true

[*]
Expand All @@ -9,10 +10,14 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[Makefile]
indent_style = space
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4

[*.md]
indent_size = 4
trim_trailing_whitespace = false

[*.{bash,sh}]
[{Dockerfile,*.bash,*.sh}]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* text=auto eol=lf
*.sops.* diff=sopsdiffer
*.sops.toml linguist-language=JSON
*.yaml.j2 linguist-language=YAML
34 changes: 7 additions & 27 deletions .sops.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,15 @@
---
creation_rules:

- path_regex: provision/.*\.sops\.ya?ml
unencrypted_regex: "^(kind)$"
key_groups:
- age:
- age1986cspgjd7xhdwfwmyplc5jsjk43gewedu7s3sr7gwwhrdp7rgzq6t4ax9


- path_regex: kubernetes/.*\.sops\.toml
key_groups:
- age:
- age1986cspgjd7xhdwfwmyplc5jsjk43gewedu7s3sr7gwwhrdp7rgzq6t4ax9


- path_regex: kubernetes/.*\.sops\.ini
- path_regex: kubernetes/.*\.sops\.ya?ml
encrypted_regex: "^(data|stringData)$"
key_groups:
- age:
- age1986cspgjd7xhdwfwmyplc5jsjk43gewedu7s3sr7gwwhrdp7rgzq6t4ax9


- path_regex: kubernetes/.*\.ya?ml
encrypted_regex: "^(data|stringData)$"
- age15uzrw396e67z9wdzsxzdk7ka0g2gr3l460e0slaea563zll3hdfqwqxdta
- path_regex: kubernetes/.*\.sops\.(env|ini|json|toml)
key_groups:
- age:
- age1986cspgjd7xhdwfwmyplc5jsjk43gewedu7s3sr7gwwhrdp7rgzq6t4ax9


- path_regex: terraform/.*\.sops\.ya?ml
unencrypted_regex: "^(kind)$"
- age15uzrw396e67z9wdzsxzdk7ka0g2gr3l460e0slaea563zll3hdfqwqxdta
- path_regex: (ansible|terraform)/.*\.sops\.ya?ml
key_groups:
- age:
- age1986cspgjd7xhdwfwmyplc5jsjk43gewedu7s3sr7gwwhrdp7rgzq6t4ax9

- age15uzrw396e67z9wdzsxzdk7ka0g2gr3l460e0slaea563zll3hdfqwqxdta
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
60 changes: 0 additions & 60 deletions infrastructure/storage/servers/inventory/group_vars/all/os.yml

This file was deleted.

28 changes: 0 additions & 28 deletions infrastructure/storage/servers/inventory/group_vars/master/k3s.yml

This file was deleted.

10 changes: 0 additions & 10 deletions infrastructure/storage/servers/inventory/hosts.yml

This file was deleted.

13 changes: 0 additions & 13 deletions infrastructure/storage/servers/playbooks/os.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f67971a

Please sign in to comment.