Add port forward script and WordPress

- Added Makefile
- Added UFW firewall
This commit is contained in:
2022-11-19 05:02:28 -05:00
parent 75ee5be87d
commit e7a8c8aa1c
14 changed files with 202 additions and 8 deletions

View File

@@ -2,7 +2,6 @@
ansible.builtin.apt:
name: ['docker.io', 'docker-compose']
state: present
update_cache: true
- name: Create docker-compose root
ansible.builtin.file: