aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-27 18:08:11 +0100
committerGravatar Johannes Christ <[email protected]>2024-08-27 20:09:17 +0200
commita5ce1affe99efbc0a9ef5ee39943039f338c48f7 (patch)
treeb175d7b79c8e5766831274395fd4ec224e91b396
parentStop running pydis-users role on netcup hosts (diff)
Remove documentation and tooling references to pydis-users role
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--ansible/.gitattributes1
-rw-r--r--ansible/local_testing/README.md2
3 files changed, 2 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0344624..c5954a1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,4 @@
-exclude: (secrets?\.ya?ml)|(ghcr-pull-secrets\.yaml)|pydis-users/vars/main.yml$
+exclude: (secrets?\.ya?ml)|(ghcr-pull-secrets\.yaml)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
diff --git a/ansible/.gitattributes b/ansible/.gitattributes
index 2de2176..6313b56 100644
--- a/ansible/.gitattributes
+++ b/ansible/.gitattributes
@@ -1,2 +1 @@
* text=auto eol=lf
-roles/pydis-users/vars/main.yml diff=ansible-vault merge=binary
diff --git a/ansible/local_testing/README.md b/ansible/local_testing/README.md
index 2011dab..a9d19c5 100644
--- a/ansible/local_testing/README.md
+++ b/ansible/local_testing/README.md
@@ -63,7 +63,7 @@ vms:
### Ansible cannot decrypt the files encrypted with ansible vault.
-* The `ansible/roles/certbot/vars/main.yaml` and `ansible/roles/pydis-users/vars/main.yaml` files have been encrypted with ansible vault due to their sensitive content.
+* Various files in roles have been encrypted with ansible vault due to their sensitive content.
* If you lack access to the vault, you're going to have to either define your own variables or exclude the appropriate roles.