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.
List of collections:
- txs4444.archlinux - miscellaneous roles for Arch Linux
- txs4444.generic - miscellaneous roles for Linux with no particular distribution in mind
As of now, collections are not available through ansible-galaxy and have to be installed manualy in order to use.
- To do this you need to clone this repository
git clone [email protected]:txs4444/ansible-collections.git
- Enter directory of the collection you want to install, e.g. archlinux
- Build collection - after this command you should have
txs4444-archlinux-0.0.1.tar.gz
file in directory.
ansible-galaxy collection build
- Install collection
ansible-galaxy collection install txs4444-archlinux-0.0.1.tar.gz