Add prefix to a list items
- debug:
var: result
vars:
prefix: foo
a_list: [ "bar", "bat", "baz" ]
result: "{{ [prefix] | product(a_list) | map('join') | list }}"
CERT_PATH=$(python3 -m certifi) | |
export SSL_CERT_FILE=${CERT_PATH} | |
export REQUESTS_CA_BUNDLE=${CERT_PATH} |
Commands for building a container image for HCL Domino, using a comunity script.
First, set the software installers location:
export SOFTWARE_DIR=~/software
Build a Domino image with the most used add-ons:
Some applications require specific architecture levels of x86-64 processor: x86-64-v2, x86-64-v3 or x86-64-v4.
These scripts can tell which x86-64 CPU level you are running.
Note: Useful for virtualization/emulation platforms, where you can set CPU type or specific CPU flags.