minor stuff
This commit is contained in:
parent
4bfee0c063
commit
08bcccf14b
@ -7,4 +7,14 @@ all:
|
|||||||
woolsey:
|
woolsey:
|
||||||
hosts:
|
hosts:
|
||||||
neko:
|
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
|
@ -6,14 +6,14 @@
|
|||||||
name:
|
name:
|
||||||
- ufw
|
- ufw
|
||||||
|
|
||||||
- name: Enable ufw
|
|
||||||
community.general.ufw:
|
|
||||||
state: enabled
|
|
||||||
|
|
||||||
- name: Reset ufw rules to default
|
- name: Reset ufw rules to default
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
state: reset
|
state: reset
|
||||||
|
|
||||||
|
- name: Enable ufw
|
||||||
|
community.general.ufw:
|
||||||
|
state: enabled
|
||||||
|
|
||||||
- name: Allow ssh via ufw
|
- name: Allow ssh via ufw
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
state: reset
|
state: reset
|
||||||
|
|
||||||
|
- name: Enable ufw
|
||||||
|
community.general.ufw:
|
||||||
|
state: enabled
|
||||||
|
|
||||||
- name: Allow ssh via ufw from localnet
|
- name: Allow ssh via ufw from localnet
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
|
Loading…
Reference in New Issue
Block a user