Advanced Search
Search Results
5 total results found
Command line
Be a command line hero. Configuration tips, tricks, and things I often forget.
Automation
or the lie that is DevOps
Podman
Basics Registry file: /etc/containers/registries.conf Login to a registry podman login registry.access.redhat.com Search for images podman search mariadb Inspect images without downloading skopeo inspect docker://registry.access.redhat.com/rhscl/mariadb-102-...
RHCA - EX180/EX280
Red Hat Certified Specialist in Containers and Kubernetes Notes, tips and tricks for the EX180 and EX280 exams. Podman host setup dnf module install container-tools dnf install -y buildah Podman basics Registry file: /etc/containers/registries.conf Login to...
Ansible inventory from a csv file.
General Create an Ansible inventory in YAML format using the following steps. Assuming that the CSV file has the following structure: Hostname,IP Address,Variable1,Variable2,Variable3 host1,192.168.1.1,value1,value2,value3 host2,192.168.1.2,value4,value5,value...