This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-wannat-ansible-deploy/wannat-install.yml
2021-12-01 19:25:34 +08:00

56 lines
858 B
YAML

---
- hosts: natgw
roles:
- framework
vars_files:
- deploy_env/group_vars/all.yml
- hosts: natgw
roles:
- wannat_common
vars_files:
- deploy_env/group_vars/all.yml
- hosts: natgw
roles:
- libwire_graft
- natgw
vars_files:
- deploy_env/group_vars/all.yml
- hosts: toroad
roles:
- libwire_graft
- toroad
vars_files:
- deploy_env/group_vars/all.yml
- hosts: radius_client
roles:
- radius_client
vars_files:
- deploy_env/group_vars/all.yml
- hosts: radius_server
roles:
- radius_server
vars_files:
- deploy_env/group_vars/all.yml
- hosts: pptpd
roles:
- pptpd
- pppd_update_v2.4.9
vars_files:
- deploy_env/group_vars/all.yml
- hosts: openvpn
roles:
- openvpn
vars_files:
- deploy_env/group_vars/all.yml