Skip to content

Repository files navigation

Playbooks

Infrastructure as Code of my servers, NAS and router. Currently using Ansible.

Import SSH Key

mkdir -m 700 ~/.ssh
curl https://github.com/jysperm.keys >> ~/.ssh/authorized_keys
chown 600 ~/.ssh/authorized_keys

Encrypted files

Encrypt:

gpg -a -r jysperm --encrypt secrets.yml

Decrypt:

gpg --decrypt secrets.yml.asc > secrets.yml

About

Infrastructure as Code of my servers, NAS and router

Topics

Resources

Stars

23 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages