Giter VIP home page Giter VIP logo

ansible-playbook's Introduction

I use GNU Stow to manage my dotfiles on worktations. I am basically using the methodology that Alex Pearce describes. A key difference is that my .dotfiles directory is actually a set of directories in this repository. Additionally, some of the dotfiles are stored here in encrypted form. They are made available to my session by having them mounted in decrypted form at login. Details below. The use of stow and gocryptfs is being phased out.

Installation

See Mac-Readme.md or Server-Readme.md or Cloud-Readme.md

Notes/FAQs

  • What are these weird unreadable blocks of text in some files?

    Some files are stored here in an encrypted form generated by either ansible-vault for gocryptfs.

    • To encrypt files with ansible-vault: ansible-vault encrypt <file>

    • To view files with ansible-vault: ansible-vault view <file>

    • To mount with gocryptfs: gocryptfs secure.encrypted secure # in the right directory This is being phased out.

  • How do you use all these encrypted files then at install and run-time?

    Ansible knows how to unlock ansible-vaults when the playbook is run. The remaining files encrypted with gocryptfs are being phased out.

  • Why are you hiding some of your dotfiles?

    My dotfiles are all present in this repo, but some are encrypted. This is because they contain metadata that I'd prefer not be published. If you're looking for dotfile examples, see the many fine repos at https://dotfiles.github.io

  • I heared that you should never publish files that have sekrits in them, even if they are encrypted. Why are you doing this?

    While this may be true, I believe that the two different encryption schemes used in this repo (gocryptfs and ansible-vault) are well made. I have selected what I believe to be good phrases and taken appropriate key security. Additionally, the encrypted data contains metadata, such as hostnames that exist behind firewalls or non-obvious repository urls, which if exposed do not represent harm in the manner of a traditional sekrit.

ansible-playbook's People

Contributors

bexelbie avatar

Watchers

 avatar  avatar  avatar

Forkers

armohamm

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.