Skip to content

Instantly share code, notes, and snippets.

View hakunamatatatatatata's full-sized avatar

hakunamatatatatatata

View GitHub Profile
@hakunamatatatatatata
hakunamatatatatatata / ansible_local_playbooks.md
Created December 3, 2020 12:44 — forked from alces/ansible_local_playbooks.md
How to run an Ansible playbook locally
  • using Ansible command line:
ansible-playbook --connection=local 127.0.0.1 playbook.yml
  • using inventory:
127.0.0.1 ansible_connection=local
@bvis
bvis / README.md
Last active February 4, 2025 16:57
Docker Env Vars expanded with secrets content

Variables by Secrets

Sample script that allows you to define as environment variables the name of the docker secret that contains the secret value. It will be in charge of analyze all the environment variables searching for the placeholder to substitute the variable value by the secret.

Usage

You can define the next environment variables: