As a system administrator, you will need to install software on the managed nodes. Create the playbook /home/student/ansible/yum_repo.yml which creates the following yum repositories on each of the managed nodes as follows:
Repository 1:
- The name of the repository is EX294_BASE
- The description is EX294 base software
- The base URL is http://example.classroom.com/repos/baseos
- GPG signature checking is enabled
- The GPG key URL is http://example.classroom.com/repos/RPM-GPG-KEY-Rocky-9
- The repository is enabled
Repository 2:
- The name of the repository is EX294_STREAM
- The description is EX294 stream software
- The base URL is http://example.classroom.com/repos/appstream
- GPG signature checking is enabled
- The GPG key URL is http://example.classroom.com/repos/RPM-GPG-KEY-Rocky-9
- The repository is enabled