podman machine init --cpus 6 -m 8192 -v <VOLUME_BASE>:<VOLUME_BASE> --now
podman machine stop
podman machine set --rootful
podman machine starthttps://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
In the playbook.yaml file, you can change the value of the user_language variable to:
* en = English texts
* es = Spanish texts
vars:
user_language: "es"ansible-playbook playbook.yamlpodman inspect --format '{{ json .Config.Labels }}' <CONTAINER_NAME> | jqpodman inspect --format '{{ index .Config.Labels "org.opencontainers.image.description" }}' <CONTAINER_NAME>