Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 429 Bytes

Workstation Collection for Ansible

Usage

Include this collection in a requirements.yml file using the format:

collections:
  - name: https://github.com/khuedoan/ansible-collection-workstation.git
    type: git
    version: master

Then install it with:

ansible-galaxy collection install -r requirements.yml

License

Distributed under the GPLv3 License. See LICENSE.md for more information.