minor stuff

This commit is contained in:
Torma Kristóf 2022-04-12 16:49:59 +02:00
parent 4bfee0c063
commit 08bcccf14b
3 changed files with 19 additions and 5 deletions

View File

@ -7,4 +7,14 @@ all:
woolsey:
hosts:
neko:
ansible_host: 192.168.69.13
ansible_host: zelenka.stargate.internal
drone:
ansible_host: drone.stargate.internal
keycloak:
ansible_host: keycloak.stargate.internal
sonar:
ansible_host: sonar.stargate.internal
swagger:
ansible_host: swagger.stargate.internal
drone-runner:
ansible_host: drone-runner.stargate.internal

View File

@ -6,14 +6,14 @@
name:
- ufw
- name: Enable ufw
community.general.ufw:
state: enabled
- name: Reset ufw rules to default
community.general.ufw:
state: reset
- name: Enable ufw
community.general.ufw:
state: enabled
- name: Allow ssh via ufw
community.general.ufw:
rule: allow

View File

@ -10,6 +10,10 @@
community.general.ufw:
state: reset
- name: Enable ufw
community.general.ufw:
state: enabled
- name: Allow ssh via ufw from localnet
community.general.ufw:
rule: allow