28 lines
706 B
YAML
28 lines
706 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
roles:
|
|
- connect-settings
|
|
# - teleport
|
|
vars:
|
|
username: dev2
|
|
adminuser: root
|
|
manual_password: saasadmin1234
|
|
sshmainport: 2222
|
|
#encrypt: 1
|
|
#debug_mode: True
|
|
teleport_uri: teleport.kr.datasaker.io
|
|
# remove: True
|
|
# custom_labels: 'user=havelight,company=exem'
|
|
#update: True
|
|
# install: True
|
|
iptables_rules:
|
|
- { source: "10.10.45.0/24", target: "DROP" }
|
|
- { source: "10.10.47.0/24", target: "DROP" }
|
|
- { source: "10.10.48.0/24", target: "DROP" }
|
|
- { source: "10.10.50.0/24", target: "DROP" }
|
|
- { source: "10.10.37.0/24", target: "DROP" }
|
|
delete_rule: False
|
|
add_rule: True
|
|
|