Skip to content

Instantly share code, notes, and snippets.

View tfwright's full-sized avatar
🧿

T. Floyd Wright tfwright

🧿
View GitHub Profile
@tfwright
tfwright / deploy.yml
Last active May 12, 2023 09:18
Ansible Phoenix deployment playbook
---
# ansible 2.9.0
- name: Deploy to production
hosts: production
remote_user: user
vars:
app_root: /home/user/apps/my_app
tasks: