Variables assigned to project/group: DEPLOY_SSH_PRIVATE_KEY - example result of ssh-keygen -t ed25519 DEPLOY_SSH_USER -...
1sudo apt install libguestfs-tools 1wget -nc https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-clou...
12345678910- name: Install the NTP daemon apt: name: ntp update_cache: true- name: Enable NTP service service: na...
123- name: Set timezone community.general.timezone: name: UTC Link to timezones . Column TZ identifier.
1cat /dev/urandom | tr -dc '[:alpha:]' | fold -w ${1:-20} | head -n 1 1cat /dev/urandom | tr -dc '[...
docker-compose.yml12345678910111213141516171819version: '3.8'services: traefik: image: traefik:v2.10 command...
Dockerfile1ENV test=\${var} Docker compose1234services: test: environments: - 'test=$${var}...
In /etc/default/grub add usbcore.autosuspend=-1 to variable GRUB_CMDLINE_LINUX_DEFAULT like: 1GRUB_CMDLINE_LINUX_DEFAULT=&quo...
Create /etc/grub.d/40_custom and replace 00000000-1111-2222-3333-444444444444 with second GRUB partition: 123456789# A dummy ...
Users cannot be added by env. 123456789FROM emqx:5.1.6ENV EMQX_LISTENERS__TCP__LISTENER_PASSWORD__BIND=0.0.0.0:1883ENV EMQX_L...