...
Pre-existing VM: Rocky Linux 9.5 or 8.10, ≥4 GB RAM with a public IP address attached to it. You may create one via:
OR
OR
OR
- Comminity Hub Item (Terraform under the hood)
SSH access: In this example, by impersonating the default Linux account of EWC's Rocky Linux VM images via a valid SSH keypair (public key shared with the target VM).
Local work environment with:
- Git ≥ 2.0
- Python ≥ 3.9
- Ansible ≥ 2.15
...
If any of the above raises an error, or the version is older than recommended, install/update via your package manager of preference. You can also follow theethe official Ansible documentation for OS-specific installation steps.
...