aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-23 15:40:17 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-23 15:40:17 +0300
commit24c4a724de06a666c7460387a43f8800cfc1eb26 (patch)
treebe33414d8be0e5454c9195e89af932324112da99
parent9093e8d91b0000442dd538a2991fd2645cbeb154 (diff)
Update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98f2d48..f55a981 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@ PermitRootLogin yes
## Running the playbook
+Use an [.envrc file](https://direnv.net/) to provide secrets through the shell environment. Required variables are listed in `playbook.yml`.
+
```shell
ansible-playbook -i inventory playbook.yml
```