Host based Ansible yaml inventory
Project description
Ansible Roster Inventory Plugin
Roster is an Ansible inventory plugin with focus on groups applied to hosts instead of hosts included in groups. It supports ranges (eg: "[0:9]"), regex hostnames (eg: "(dev|prd)-srv"), file inclusions, and variable merging.
This inventory plugin has been written with debops in mind.
Installation from Ansible Galaxy
You can install the latest version from Ansible Galaxy repository.
ansible-galaxy collection install -U julien_lecomte.roster
python3 -mpip install boltons cerberus exrex
If you are using requirement.yml files for downloading collections and roles, add these lines:
collections:
- julien_lecomte.roster
Installation from PyPI
You can install the latest version from PyPI package repository.
python3 -mpip install -U ansible-roster
Quickstart
Please refer to the full documentation for all the details.
The roster is a file in yaml format and 'yml' or 'yaml' file extension.
In order for Ansible to use the plugin and parse your roster file, several conditions must be met:
-
Your yaml file must contain a line indicating that the file is in the roster format.
-
You must activate plugins and enable the roster inventory plugin in your
ansible.cfg
, or in your.debops.cfg
if using debops. If using debops, refresh the configuration with debops project refresh.
Sample ansible.cfg
[defaults]
# The following line prevents having to pass -i to ansible-inventory.
# Filename can be anything as long as it has a 'yml' or 'yaml' extension although
inventory = roster.yml
[inventory]
# You must enable the roster plugin if 'auto' does not work for you.
# Use 'roster' if installed via the Python package,
# Use 'julien_lecomte.roster.roster' if installed via Ansible Galaxy
enable_plugins = julien_lecomte.roster.roster
Sample .debops.cfg
[ansible inventory]
enabled = roster
# Use 'roster' if installed via the Python package,
# Use 'julien_lecomte.roster.roster' if installed via Ansible Galaxy
enable_plugins = julien_lecomte.roster.roster
Sample roster.yml
---
# This line is mandatory, and enables the plugin differenciating between
# any yaml file and a roster yaml file.
plugin: roster
vars:
foobar01: "a global var"
groups:
debian:
vars:
distrib: "debian"
buster:
parents:
- debian
vars:
release: "buster"
desktops:
vars:
components: "main contrib non-free"
hosts:
desktop01.internal.example.com:
groups:
- desktops
- buster
A larger example Roster inventory for DebOps can be found here: https://gitlab.com/jlecomte/ansible/ansible-roster-example.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
Show your support by joining the Discord server (link below), or by adding a star to the project.
Locations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ansible-roster-1.1.6.tar.gz
.
File metadata
- Download URL: ansible-roster-1.1.6.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffb207818d0f92c938b29b421aa53fce6064532142e8099f15d0ceb8298e2fb0 |
|
MD5 | 8b4fa0a31bfe930a31fd6d6195d60f6f |
|
BLAKE2b-256 | 075c2ca1ffc56219be7745e8ab8744f856b35c629369adcc79352ee5c14faaea |
File details
Details for the file ansible_roster-1.1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: ansible_roster-1.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa2de15c693dffa1fde3a37804a35865ae2312405927bac9319b0f33e3fbc606 |
|
MD5 | d66781e89d4bf805b825329c0bd6e887 |
|
BLAKE2b-256 | 57cab18f56b2cff385fb7dbe0d80407436d48013332094fd8f869b4afc5105d9 |