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

50 lines
768 B
YAML

---
- hosts: natgw
roles:
- framework
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