Zip through configuring and managing OLAM from the foundation up 2 – Navigating Ansible Waters

Figure 12.27 – Inventory variables Figure 12.28 – The inventory configuration page Figure 12.29 – The Hosts option Figure 12.30 – Adding a host Figure 12.31 – The host variables Figure 12.32 – The host configuration page Figure 12.33 – HostsThe setup and basic configuration of OLAM are complete. In the following recipes, we’ll review […]

Read More

Making Docker Desktop more manageable with Portainer 2 – Let’s All Go to the Cloud

Log in to the VM as shown, using the default OPC user:% ssh [email protected] the web console with: systemctl enable –now cockpit.socketLast login: Mon Aug 21 14:15:13 2023 from 107.200.172.229[opc@portainer2 ~]$ After logging in, you’ll want to update the repositories. To do this, as in the other recipes in this cookbook, you’ll need superuser privileges. […]

Read More

Making Docker Desktop more manageable with Portainer 3 – Let’s All Go to the Cloud

How to do it… [opc@portainer2 ~]$ sudo docker volume create portainer_data portainer_data [opc@portainer2 ~]$ sudo docker run -d -p 9000:9000 –name portainer –restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latestUnable to find image ‘portainer/portainer-ce:latest’ locallylatest: Pulling from portainer/portainer-ce772227786281: Pull complete96fd13befc87: Pull complete5171176db7f2: Pull completea143fdc4fa02: Pull completeb622730c7bdc: Pull completec1cad9f5200f: Pull completed8a77b01f2cb: Pull complete0d4d8543f764: Pull completec6fd0bcf10c9: Pull complete889200668c1c: […]

Read More

Using VirtualBox to springboard VMs to OCI – Let’s All Go to the Cloud

Using VirtualBox to springboard VMs to OCIWorking 9 to 5 with workloads?One common factor in a number of these recipes is moving workloads from one environment to another. Working between different hypervisor types (e.g., VMware, KVM, and Xen) is done using common formats, such as the Open Virtualization Format/Open Virtualization Appliance (OVF/OVA). Essentially, this puts […]

Read More



2022-2024 Powered by singletaryblue