Skip to content

Commit

Permalink
usage example of settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed Dec 10, 2023
1 parent 22f41e7 commit 3ee5745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ansible/DB.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pkg_add -vvi ansible
ansible-playbook runonce/db.yml --connection=local -i 127.0.0.1,
```

You can additionally provide a settings file (see `templates/default-settings.yml`)
```sh
ansible-playbook runonce/db.yml -e @settings.yml --connection=local -i 127.0.0.1,
```

## Playbook Tasks

Expand Down

0 comments on commit 3ee5745

Please sign in to comment.