Skip to content

Commit

Permalink
Add centos8-stream-fips box
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed May 17, 2022
1 parent 2031919 commit a87b521
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/fips.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- hosts: all
become: yes
gather_facts: no
gather_facts: yes
roles:
- fips
10 changes: 10 additions & 0 deletions vagrant/boxes.d/00-centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ boxes:
- foreman
- katello

centos8-stream-fips:
box_name: 'centos/stream8'
disk_size: 40
pty: true
scenarios:
- foreman
- katello
ansible:
playbook: 'playbooks/fips.yml'

centos9-stream:
box_name: 'centos/stream9'
disk_size: 40
Expand Down

0 comments on commit a87b521

Please sign in to comment.