Skip to content

Commit a87b521

Browse files
committed
Add centos8-stream-fips box
1 parent 2031919 commit a87b521

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

playbooks/fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- hosts: all
33
become: yes
4-
gather_facts: no
4+
gather_facts: yes
55
roles:
66
- fips

vagrant/boxes.d/00-centos.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ boxes:
3636
- foreman
3737
- katello
3838

39+
centos8-stream-fips:
40+
box_name: 'centos/stream8'
41+
disk_size: 40
42+
pty: true
43+
scenarios:
44+
- foreman
45+
- katello
46+
ansible:
47+
playbook: 'playbooks/fips.yml'
48+
3949
centos9-stream:
4050
box_name: 'centos/stream9'
4151
disk_size: 40

0 commit comments

Comments
 (0)