aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```