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