(sorry for big one, but making logs for research lead making more log servers, which lead to updating all logs to Rocky 9 + making them on Azure >>>>> in the end I just added Azure role on top of it :grimacing: and testing was impossible with all of them together and separating of them is not possible)
Azure:
added .azure folder that resides inside the LoR folder - containing the configuration settings
added roles (as presented in the infra meeting)
azure_general : common settings for the azure
azure_network : security groups and networks
azure_compute : generates VMs and network ports and produces ip_addresses.yml
check README.md for each role
logs have been bumped up from Centos 7 to Rocky 9
other
fixture of broken detection of python when dealing with delegate_to : set to python3
remove role added tasks to clean azure mess from azure VM images
rsyslog restart .service and .timer have been removed and cleanup of those scripts as well
cleanup was done on all servers manually - so there is no need for those tasks anymore
restart timer and scripts have been moved to main rsyslog.service as the version of systemd is now supporting that directly
updated main README.md with instructions on how to install azure ansible gallaxy collection and azure-cli
(sorry for big one, but making logs for research lead making more log servers, which lead to updating all logs to Rocky 9 + making them on Azure >>>>> in the end I just added Azure role on top of it :grimacing: and testing was impossible with all of them together and separating of them is not possible)
Azure:
azure_general
: common settings for the azureazure_network
: security groups and networksazure_compute
: generates VMs and network ports and producesip_addresses.yml
README.md
for each roledelegate_to
: set to python3rsyslog.service
as the version of systemd is now supporting that directly