Created
April 22, 2020 20:02
-
-
Save ericcalabretta/2c74385c078ec4cc7f7099526a10cd8f to your computer and use it in GitHub Desktop.
example linux kitchen airgapped with Omnibus method
This file contains 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