Tested on AWS LightSail instance with CentOS Stream 9 image
- Make sure you have ansible installed.
- Clone this repository.
cdinto the directory you just cloned.- Create
hosts.inifile usinghosts.ini.examplefile provided. - You may run
ansible <machine-name-in-host.ini> -m pingfirst to test your connection to your machine. - If everything all set run the following command
ansible-playbook setup.yml
ansible-playbook podman.yml- Check if mariadb container you just create is running via
ansible <machine-name-in-host.ini> -a "podman ps"