- add script to bootstrap workstation using Ansible - Ansible - add config file - add ansible galaxy requirements file - add hosts file - vars folder - contains vars for various ansible tasks - ex: list of npm packages to install - add tasks folder - contains various ansible tasks for bootstrapping workstation - ex: linking config files, installing nvm, installing npm packages - add playbooks folder - contains various ansible playbooks used for running a collection of tasks - ex: running list of tasks for bootstrapping macos - update README.md - add script file `dotfiles` - used for running ansible playbook --- ## Usage ```bash ./dotfiles <playbook> ``` Ex: ```bash ./dotfiles macos ``` ### run specific tag ```bash ./dotfiles <playbook> --tags "tag1,tag2" ``` Ex: ```bash ./dotfiles macos --tags "alacritty, nvm" ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Clumsy-Coder and has received 0 comments.