11 lines
157 B
YAML
Executable file
11 lines
157 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: apt_proxy
|
|
roles:
|
|
- apt_cacher_ng
|
|
|
|
- import_playbook: vpn.yml
|
|
|
|
- hosts: vpn
|
|
roles:
|
|
- client_apt_proxy
|