diff options
Diffstat (limited to 'infrastructure/README.md')
| -rw-r--r-- | infrastructure/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infrastructure/README.md b/infrastructure/README.md index 757152a..56ba48d 100644 --- a/infrastructure/README.md +++ b/infrastructure/README.md @@ -29,6 +29,12 @@ After [setting your user password](roles/users/README.md): uv run ansible-playbook -K -i production.yaml site.yaml ``` +Or run from the same host with: + +``` +uv run ansible-playbook -K -i local-exec.yaml -i production.yaml site.yaml +``` + ## Roles * The [users](roles/users) role to add new users |
