first commit
This commit is contained in:
17
jenkins_vpn.yaml
Normal file
17
jenkins_vpn.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
# note - this needs to be run on the jenkins vpn ip
|
||||
|
||||
- name: Matt-Cloud Jenkins VPN Client
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
vars:
|
||||
terse_packages: true
|
||||
|
||||
|
||||
roles:
|
||||
# - { role: cosmos_init, tags: ['cosmos_init'], vars: {"terse_packages": "true"}, when: not refresh_only | bool }
|
||||
- { role: jenkins_vpn, tags: ['jenkins_vpn'] }
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user