Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isqua/moleskine
My ansible roles collection
https://github.com/isqua/moleskine
ansible ansible-collection ansible-playbook ansible-roles configuration devops docker nodejs
Last synced: about 1 month ago
JSON representation
My ansible roles collection
- Host: GitHub
- URL: https://github.com/isqua/moleskine
- Owner: isqua
- License: mit
- Created: 2022-12-16T19:19:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T18:33:54.000Z (over 1 year ago)
- Last Synced: 2024-09-30T17:41:42.060Z (about 2 months ago)
- Topics: ansible, ansible-collection, ansible-playbook, ansible-roles, configuration, devops, docker, nodejs
- Language: Jinja
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection
This is a collection of pieces that I’ve used at least once to set up my machines.
> :warning: No tests, no guarantees.
You can use these notes as you please, just by reading, copying your own code or importing my roles.
Please don’t use roles blindly. Read the code before executing.
## Table of Content
- [developer-tools](./roles/developer-tools/) installs common dev tools like git, vim, etc.
- [docker](./roles/docker/) installs and sets up docker engine
- [dotfiles](./roles/dotfiles/) clones repository from your dotfiles and sets symbolic links to it
- [earthly](./roles/earthly/) installs the [earthly](https://earthly.dev) tool according to machine architecture (macos/linux and amd/arm)
- [shared-nvm](./roles/shared-nvm/) installs the Node Version Manager tool to shared folder, so all users may _share_ the same nodejs versions