Skip to content

Infrastructure as Code of my servers, NAS and router

Notifications You must be signed in to change notification settings

jysperm/playbooks

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

Watchers

Forks