Code Monkey home page Code Monkey logo

playbooks's Introduction

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

playbooks's People

Contributors

jysperm avatar

Stargazers

ulli avatar Ben avatar yq-pan avatar Kyle Chou avatar deppwang avatar Liu Yuqi avatar Jick Nan avatar Arthur Hu avatar ROGER.S avatar Kyle Chou avatar Yuzhi Huang avatar Kai Chen avatar xyxu avatar GitKha avatar  avatar Kai Li avatar yabo.xing avatar  avatar Riceberg avatar  avatar owlwang avatar

Watchers

James Cloos avatar  avatar  avatar

playbooks's Issues

感觉是不是可以做成docker镜像?

感觉是不是可以把你所用的的软件集合做成个docker镜像?
你自己/别人需要这一套部署,可以直接下载docker镜像运行即可,你也可以在镜像上不断更新它

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.