Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
aa3d6f7c8a97711db8e89c2d24d35154a1018b4c
/
.
/
playbooks
/
timesheets-playbook.yml
blob: 43fd34d623d6deef1bd22f97481180253c113631 [
file
] [
log
] [
blame
]
---
# Ansible playbook to configure timesheets app
-
name:
Configure the timesheets application server
hosts:
timesheets
become:
true
roles:
-
users
-
acme
-
nginx
-
nodejs
-
postgresql
-
timesheets