Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1 KB

README.md

File metadata and controls

25 lines (23 loc) · 1 KB

Ansible Collections

This repository contains different collections I created for myself to use with VMs or to configure my OS. In case someone can find them useful I put them here and documented them for others and my future self.

Collections

List of collections:

Usage

Installation

As of now, collections are not available through ansible-galaxy and have to be installed manualy in order to use.

  1. To do this you need to clone this repository
git clone [email protected]:txs4444/ansible-collections.git
  1. Enter directory of the collection you want to install, e.g. archlinux
  2. Build collection - after this command you should have txs4444-archlinux-0.0.1.tar.gz file in directory.
ansible-galaxy collection build
  1. Install collection
ansible-galaxy collection install txs4444-archlinux-0.0.1.tar.gz