Skip to content

Commit

Permalink
Add a config example for centos9-stream katello devel
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed May 14, 2024
1 parent e774692 commit 13223d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vagrant/boxes.d/99-local.yaml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
centos9-katello-devel:
primary: true
box: centos9-stream
ansible:
playbook: 'playbooks/katello_devel.yml'
group: 'devel'
variables:
ssh_forward_agent: true
foreman_devel_github_push_ssh: True
katello_devel_github_username: <REPLACE ME>
foreman_repositories_environment: staging
katello_repositories_environment: staging
foreman_installer_options:
- "--foreman-proxy-content-enable-ostree=true"
- "--katello-devel-modulestream-nodejs=18"

centos8-katello-devel:
primary: true
box: centos8-stream
Expand Down

0 comments on commit 13223d6

Please sign in to comment.