taiga needs port 443 now
This commit is contained in:
parent
8d4485972b
commit
e2e8e25f81
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
image: "{{ fedora23_x86_64 }}"
|
||||
instance_type: m1.medium
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
image: "{{ fedora23_x86_64 }}"
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- certbot
|
||||
|
||||
- name: Create directory for ACME challenge
|
||||
file: dest=/srv/web/acme-challenge state=directory
|
||||
file: dest=/srv/web/acme-challenge state=directory owner=root group=root mode=755
|
||||
|
||||
- name: Allow httpd to see ACME challenge directory
|
||||
copy: src=acme-challenge.conf dest=/etc/httpd/conf.d/acme-challenge.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue