Skip to content

Commit eec15b3

Browse files
authored
Merge pull request #455 from sbesson/lint_issues
CI: fix Ansible lint issues
2 parents eff1ea6 + d6d50ac commit eec15b3

File tree

4 files changed

+1
-169
lines changed

4 files changed

+1
-169
lines changed

ansible/decommission/archive-instance-networks.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

ansible/decommission/archive-instance-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shutdown services on a production instance
22

3-
- hosts: "{{ idr_environment }}-hosts"
3+
- hosts: "{{ idr_environment | default('idr') }}-hosts"
44

55
gather_facts: False
66

ansible/group_vars/proxy-hosts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ nginx_proxy_direct_locations:
266266
redirect302: /about/curation-workflow.html
267267
- location: "^~ /connection"
268268
alias: /srv/www/connection
269-
- location: "^~ /.well-known/acme-challenge"
270-
alias: /srv/www/letsencrypt/challenge
271269
- location: "= /submitter-survey"
272270
redirect302: https://forms.gle/beR4vqLrgLgRzgSX9
273271
- location: "~ ^/mapr/api/(?!config).*($|/)"

ansible/idr-proxy-letsencrypt.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)