Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turbobasic/ansible-local
Ansible role to provision local PC
https://github.com/turbobasic/ansible-local
ansible development provision
Last synced: 22 days ago
JSON representation
Ansible role to provision local PC
- Host: GitHub
- URL: https://github.com/turbobasic/ansible-local
- Owner: turboBasic
- Created: 2018-11-26T12:28:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T13:10:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-22T02:15:03.310Z (3 months ago)
- Topics: ansible, development, provision
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible-local: Playbooks for local workstation setup
====================================================Unlock repo
-----------git-crypt unlock <(gpg --decrypt local.key.asc)
Apply Ansible playbooks
-----------------------Playbooks' [README.md](src/README.md) file describes how to apply Ansible playbooks to computers
Reference
---------### Files in repository root
- [`local.key.asc`](local.key.asc) - [git-crypt](https://github.com/AGWA/git-crypt)'s key for repository files, encrypted with [GnuPG](https://gnupg.org) symmetric encryption
- [`README.md`](README.md) - this file
- [`run-playbook`](run-playbook) - helper script for execution of Ansible playbooks
- [`.editorconfig`](.editorconfig)
- [`.gitignore`](.gitignore) - Git ignore file. NB: Make sure local secrets are not pushed to public repos
- [`.gitattributes`](.gitattributes) - Git source file attributes. NB: also keeps list of files which should be processed by git-crypt
- [`.vscode/settings.json`](.vscode/settings.json) - Shared settings for VS Code editor