- Add
ansible.cfg[defaults] roles_path = .galaxy/roles/:roles/ collections_path = .galaxy/
- Add
requirements.yml, then runansible-galaxy install -r requirements.yml--- collections: - source: https://github.com/8ware/ansible-collection-workstation.git type: git
- Assign roles in
host_vars/locahost.yml--- workstation_setup_roles: - local.workstation.security - <custom_role>
- Finally, run
ansible-playbook local.workstation.setup
8ware/ansible-collection-workstation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|