From 8c45080d36f0360c5df368e8e5e7e4039fc1deda Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 9 Oct 2024 23:14:45 +0200 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 26a981b..275ef8a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Server management ## vault Create a `vault.pass` file with the ansible vault password. +## initial setup +```shell +ansible-playbook playbooks/dependencies/*.yaml +``` + ## run ```shell ansible-playbook playbooks/*.yaml