We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2031919 commit a87b521Copy full SHA for a87b521
2 files changed
playbooks/fips.yml
@@ -1,6 +1,6 @@
1
---
2
- hosts: all
3
become: yes
4
- gather_facts: no
+ gather_facts: yes
5
roles:
6
- fips
vagrant/boxes.d/00-centos.yaml
@@ -36,6 +36,16 @@ boxes:
36
- foreman
37
- katello
38
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
+
49
centos9-stream:
50
box_name: 'centos/stream9'
51
disk_size: 40
0 commit comments