aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-08-20 10:25:43 -0400
committerspmfox <spmfox@foxwd.com>2025-08-20 10:25:43 -0400
commitb678d617fcef2e9b7dd59ae1a569b234da4551f7 (patch)
treec0011a5de696bf6c9e258540c5bf837e755a750a /docs
parent073042cae96e01a5e5ecbe434f00ef3ebf86e9b8 (diff)
adding fips to libvirt
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 05c3569..c3929cd 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -31,6 +31,7 @@ Below is a table describing each variable, and which Ansible role the variable i
| `redhat_activation_key` | | | X | | | Activation key for RHSM |
| `redhat_org_id` | | | X | | | Org ID for RHSM |
| ```libvirt_vm_location_arguments``` | | X | | | | This is a temporary workaround for Fedora ISOs, the path to the Kernel is missing from the ISO and can be defined here if necessary |
+| `fips` | | X | | `false` | | This passes fips=1 to `libvirt` while creating the VM, only works with kickstart |
## Inventory
Ansible provides a flexible way to define your environment: [How to build your inventory](https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html).