Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Adding source and sandbox FIPS boxes #41

Merged
merged 1 commit into from Sep 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions vagrant/boxes.d/20-sandbox.yaml
Expand Up @@ -26,6 +26,13 @@ pulp3-sandbox-centos7:
playbook: "playbooks/user-sandbox.yml"
galaxy_role_file: "ansible-pulp/requirements.yml"

pulp3-sandbox-centos7-fips:
box: 'centos7-fips'
memory: 4096
ansible:
playbook: "playbooks/user-sandbox.yml"
galaxy_role_file: "ansible-pulp/requirements.yml"

pulp3-sandbox-debian10:
box: 'debian10'
memory: 4096
Expand Down
11 changes: 11 additions & 0 deletions vagrant/boxes.d/30-source.yaml
Expand Up @@ -59,6 +59,17 @@ pulp2-nightly-pulp3-source-centos7:
pulp_webserver_server: 'apache'
galaxy_role_file: "ansible-pulp/requirements.yml"

pulp3-source-centos7-fips:
box: 'centos7-fips'
sshfs:
host_path: '..'
guest_path: '/home/vagrant/devel'
reverse: False
memory: 4096
ansible:
playbook: "playbooks/source-install.yml"
galaxy_role_file: "ansible-pulp/requirements.yml"

pulp3-source-debian10:
box: 'debian10'
sshfs:
Expand Down