2022-04-18 11:44:42 -05:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
# vim:ft=ansible:
|
|
|
|
---
|
|
|
|
# Main playbooks for machines across my environments
|
|
|
|
# Does not include supplementary management configuration
|
|
|
|
# Production configuration
|
|
|
|
- import_playbook: prod_db.yml
|
|
|
|
- import_playbook: prod_web.yml
|
2023-11-28 15:45:41 -06:00
|
|
|
# Home automation stuff
|
|
|
|
- import_playbook: home_automation.yml
|