Automated changes from linter ;P
This commit is contained in:
parent
44b73a216f
commit
f7f04e7a41
65 changed files with 392 additions and 324 deletions
|
@ -1,13 +1,14 @@
|
|||
---
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
ansible.builtin.apt:
|
||||
name: php-fpm
|
||||
state: present
|
||||
|
||||
- import_tasks: ../../../snippets/common-nginx.yaml
|
||||
- ansible.builtin.import_tasks:
|
||||
file: ../../../snippets/common-nginx.yaml
|
||||
|
||||
- name: Install security.txt
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: security.txt
|
||||
dest: /opt/security.txt
|
||||
owner: root
|
||||
|
@ -15,7 +16,7 @@
|
|||
mode: 0644
|
||||
|
||||
- name: Allow HTTP/HTTPS
|
||||
iptables:
|
||||
ansible.builtin.iptables:
|
||||
chain: INPUT
|
||||
protocol: tcp
|
||||
destination_port: "{{ item.port }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue