We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249ad4c commit 0b0a0b1Copy full SHA for 0b0a0b1
.circleci/config.yml
@@ -56,9 +56,10 @@ jobs:
56
- run:
57
name: Generate Ansible inventory and variable files based on YAML config
58
command: cd bin && ./decrypt_secrets.sh && ./config_build.sh
59
- - run:
60
- name: Connect VPN to on-prem DC
61
- command: sudo apt install -y openconnect && ./bin/vpn.sh
+ # Openconnect doesn't seem to work anymore with the Meraki VPN
+ # - run:
+ # name: Connect VPN to on-prem DC
62
+ # command: sudo apt install -y openconnect && ./bin/vpn.sh
63
64
name: Creating networks and VMs
65
command: cd bin && ./play.sh -v /ansible/day_0/deploy-control-plane.yml
0 commit comments