summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt1
-rwxr-xr-xbin/rotate-vault-password2
-rw-r--r--misc/secrets/digitalocean.yml (renamed from misc/vaults/digitalocean.yml)0
-rw-r--r--misc/secrets/example.yml (renamed from misc/vaults/example.yml)0
-rw-r--r--sysupgrade.yml2
5 files changed, 2 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 953dae9..126574b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +1,6 @@
TODO
* Automate snapshots and reboots.
-* Rename vaults -> secrets.
* Fix quotes: use either single quotes or double quotes.
* Replace true -> yes.
* Enable IPv6 for wireguard.
diff --git a/bin/rotate-vault-password b/bin/rotate-vault-password
index f73e889..2127274 100755
--- a/bin/rotate-vault-password
+++ b/bin/rotate-vault-password
@@ -12,5 +12,5 @@ gpg \
--output misc/vault-password.asc \
--encrypt password.txt
-ansible-vault view misc/vaults/example.yml |\
+ansible-vault view misc/secrets/example.yml |\
grep 'Secret revealed!' > /dev/null && rm password.txt
diff --git a/misc/vaults/digitalocean.yml b/misc/secrets/digitalocean.yml
index 1e5b743..1e5b743 100644
--- a/misc/vaults/digitalocean.yml
+++ b/misc/secrets/digitalocean.yml
diff --git a/misc/vaults/example.yml b/misc/secrets/example.yml
index 6d22492..6d22492 100644
--- a/misc/vaults/example.yml
+++ b/misc/secrets/example.yml
diff --git a/sysupgrade.yml b/sysupgrade.yml
index 95bae48..672a753 100644
--- a/sysupgrade.yml
+++ b/sysupgrade.yml
@@ -3,7 +3,7 @@
vars:
digitalocean_api_url: https://api.digitalocean.com/v2
vars_files:
- - misc/vaults/digitalocean.yml
+ - misc/secrets/digitalocean.yml
roles:
- { role: shutdown }
- { role: snapshot }