Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
c5320ec5d5e7259a23a0be02b916faf6def4707f
/
.
/
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