Add nginx to ns group
Used to authenticate certficates from letsencrypt.
This commit is contained in:
parent
e10d84305a
commit
46bdda437d
3 changed files with 7 additions and 0 deletions
|
@ -12,5 +12,9 @@
|
|||
roles:
|
||||
- base
|
||||
- nsd
|
||||
- role: nginx/server
|
||||
- role: nginx/site
|
||||
site: "{{ nsd_server }}"
|
||||
redirect: https://www.foo.sh/
|
||||
- role: ifstated
|
||||
when: "'vultr' not in group_names"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue