generator-living-atlas
Version:
A Yeoman Generator for Living Atlas Ansible Inventories
11 lines (8 loc) • 321 B
Markdown
# Additional inventory and playbook with LA post deploy tasks
Run it with:
```
# Get the depencencies
ansible-galaxy install -r requirements.yml --roles-path roles --force
# Run the playbook
ansible-playbook -i ../<%= LA_pkg_name %>-inventories/<%= LA_pkg_name %>-inventory.ini ../ -i inventory.yml post-deploy.yml
```