Automatically Setup PG-Strom with Ansible
- Install the ansible-core on Your Clients.
- Configure the Inventory.
- You can also configure sudo users who do not need to provide any password by using the NOPASSWD option in the /etc/sudoers file.
#RHEL and RHEL clones
%wheel ALL=(ALL) NOPASSWD: ALL
- And...
ansible-playbook playbook.yaml -i hosts.ini
You can set up with the following configuration.
OSVer | KernelVer | CUDAVer |
---|---|---|
Red Hat Enterprise Linux 8.6 | >= 4.18.0-372.9.1 | 12.0.1 |
Red Hat Enterprise Linux 8.8 | >= 4.18.0-477.10.1 | 12.2.2 |
Rocky Linux 8.8 | >= 4.18.0-477 | 12.2.2 |