Created
May 14, 2019 12:44
-
-
Save sharvit/27e077cedd267ff5429a45d59b84b4b4 to your computer and use it in GitHub Desktop.
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
--- | |
centos7-devel: | |
primary: true | |
box: centos7 | |
sshfs: | |
host_path: '/home/asharvit/Projects/theforeman/vagrant-shares/centos7-devel' | |
guest_path: '/home/vagrant' | |
reverse: True | |
ansible: | |
playbook: 'playbooks/devel.yml' | |
group: 'devel' | |
variables: | |
ssh_forward_agent: true | |
foreman_devel_github_push_ssh: True | |
katello_devel_github_username: sharvit | |
centos7-luna-devel: | |
box: centos7 | |
memory: 9000 | |
sshfs: | |
host_path: '/home/asharvit/Projects/theforeman/vagrant-shares/centos7-luna-devel' | |
guest_path: '/home/vagrant' | |
reverse: True | |
ansible: | |
playbook: 'playbooks/luna-devel.yml' | |
group: 'devel' | |
variables: | |
katello_devel_github_username: sharvit | |
centos7-hammer-devel: | |
box: centos7 | |
memory: 512 | |
ansible: | |
playbook: 'playbooks/hammer_devel.yml' | |
group: 'hammer-devel' | |
variables: | |
hammer_devel_github_username: 'sharvit' | |
hammer_devel_github_fork_remote_name: 'origin' | |
katello-remote-execution: | |
box: centos7-katello-nightly | |
installer: --enable-foreman-remote-execution | |
centos7-proxy-devel: | |
box: centos7 | |
ansible: | |
playbook: 'playbooks/foreman_proxy_content_dev.yml' | |
group: 'foreman-proxy-content' | |
server: 'centos7-devel' | |
katello-client: | |
box: centos7 | |
ansible: | |
playbook: 'playbooks/katello_client.yml' | |
group: 'client' | |
server: 'centos7-devel' | |
centos7-katello-bats-ci: | |
box: centos7 | |
sshfs: | |
host_path: '/home/asharvit/Projects/theforeman/vagrant-shares/centos7-katello-bats-ci' | |
guest_path: '/home/vagrant' | |
reverse: True | |
ansible: | |
playbook: 'playbooks/bats_pipeline_katello_nightly.yml' | |
group: 'bats' | |
centos7-foreman-bats-ci: | |
box: centos7 | |
ansible: | |
playbook: 'playbooks/bats_pipeline_foreman_nightly.yml' | |
group: 'bats' | |
centos7-dynflow-devel: | |
box: centos7 | |
memory: 512 | |
ansible: | |
group: 'dynflow_devel' | |
playbook: 'playbooks/dynflow_devel.yml' | |
variables: | |
dynflow_devel_github_username: 'sharvit' | |
dynflow_devel_github_fork_remote_name: 'origin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment