Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
e6a71db7dafb1aea5cadc30921e2fa7607cd80b8
/
.
/
playbooks
/
static-playbook.yml
blob: 9d3b86c2e61b50f71da6c151e1b2c3859db02d2b [
file
] [
log
] [
blame
]
Zack Williams
434fec9
2020-10-09 19:52:40 -0700
[
diff
] [
blame
]
1
---
2
# Ansible playbook to configure static webservers
3
4
-
name:
Configure a webserver
5
hosts:
static
6
become:
true
7
roles:
8
-
acme
9
-
nginx