add vela, enable firewalld
This commit is contained in:
parent
139cf06bcf
commit
35d2ca23d7
9
ansible/host_vars/vela.yml
Normal file
9
ansible/host_vars/vela.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
63316235393632363431346564386362623036353134616261343364366137313065636237666639
|
||||||
|
6663336535373933363866643361353366653763633330610a623834306338393437393964343861
|
||||||
|
39386436643834376335663837363162636533393139363937666563383432643935343031323266
|
||||||
|
6234656536643338360a386261353261326232666466626337643766396266643234633666306465
|
||||||
|
35373965393631646561313562383465616335653961656364353633663234393238303339313939
|
||||||
|
39383062663332303034323765613132383336633866326535303239386366343061636631336662
|
||||||
|
36376332323830353330643331353161613566316635393163623463386131663733323265343134
|
||||||
|
36616533353330336331
|
@ -3,5 +3,7 @@ nebula
|
|||||||
nbgw
|
nbgw
|
||||||
# 172.105.66.99
|
# 172.105.66.99
|
||||||
|
|
||||||
|
vela
|
||||||
|
|
||||||
[surtur]
|
[surtur]
|
||||||
surtur.local
|
surtur.local
|
||||||
|
6
ansible/playbooks/vela.yml
Normal file
6
ansible/playbooks/vela.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- hosts: vela
|
||||||
|
roles:
|
||||||
|
- role: firewalld
|
||||||
|
tags: [firewalld]
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user