Tested on AWS LightSail instance with CentOS Stream 9 image
- Make sure you have ansible installed.
- Clone this repository.
cd
into the directory you just cloned.- Create
hosts.ini
file usinghosts.ini.example
file provided. - You may run
ansible <machine-name-in-host.ini> -m ping
first 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"