Skip to content

txs4444/ansible-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published