copr: temporarily don't obtain letsencrypt certs on fe dev in aws
This commit is contained in:
parent
b189f2b32b
commit
30bae8090a
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@
|
||||||
# development servers use Let's Encrypt
|
# development servers use Let's Encrypt
|
||||||
- name: install letsencrypt ssl certificates for dev
|
- name: install letsencrypt ssl certificates for dev
|
||||||
include_role: name=copr/certbot
|
include_role: name=copr/certbot
|
||||||
when: devel|bool
|
when:
|
||||||
|
- devel|bool
|
||||||
|
- datacenter != "aws"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue