This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import json | |
import sys | |
try: | |
dotenv = sys.argv[1] | |
except IndexError as e: | |
dotenv = 'symfony-flex-environment.env' | |
with open(dotenv, 'r') as f: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Author: Tom Keur <[email protected]> | |
# Service1 docker-compose.yaml | |
nginx: | |
image: nginx:alpine | |
container_name: service1_nginx | |
volumes: | |
- ./services/nginx/nginx.conf:/etc/nginx/nginx.conf | |
- ../:/var/www/html:cached | |
labels: | |
- "traefik.http.routers.service1_nginx.rule=Host(`service1.test`)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
authorized_pubkeys: | |
- ../vars/public_keys/[email protected] | |
- ../vars/public_keys/[email protected] | |
revoked_pubkeys: | |
- ../vars/public_keys/webstores-management-key.pub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
vars_files: | |
- ../vars/public_keys.yml | |
tasks: | |
- name: Linux users authorized public keys | |
authorized_key: | |
user: "{{ ansible_user }}" | |
state: present |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am tomkeur on github. | |
* I am tomkeur (https://keybase.io/tomkeur) on keybase. | |
* I have a public key whose fingerprint is 748D 0948 558B B6C7 18F4 09AD 0B61 BD16 FAED CDFB | |
To claim this, I am signing this object: |