This repo contains the Terraform, Ansible, and Capistrano configurations to deploy a static Jekyll site to multiple instances behind a LoadBalancer.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
333 B

---
- hosts: all
gather_facts: true
roles:
- linode-preflight
- caddy-ansible
- jekyll-site
- web-server
tasks:
- name: clean-up | Close now unneeded firewall ports.
ufw:
rule: allow
port: "{{ item }}"
proto: tcp
delete: yes
become: yes
loop:
- '22'