Created
April 22, 2020 20:02
example linux kitchen airgapped with Omnibus method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver: | |
name: vagrant | |
# Air-gap settings to pull box from internal repo | |
box: centoss-7-v202002.04.0 | |
box_url: http://34.223.67.135:8081/artifactory/example-repo-local/centoss-7-v202002.04.0.box | |
box_download_insecure: True | |
provisioner: | |
name: chef_zero | |
# Air-gap settings to pull chef-client from internal repo | |
chef_omnibus_url: "http://34.221.48.134:8081/artifactory/example-repo-local/install.sh" | |
verifier: | |
name: inspec | |
platforms: | |
- name: centos-7 | |
suites: | |
- name: default | |
verifier: | |
inspec_tests: | |
- test/integration/default | |
attributes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment