
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Ansible inventory script for defining inventory using YAML files. YAML is pretty! And readily parseable in a a variety of languages other than Python, unlike the default .ini
files ansible uses.
It's adapated from the YAML inventory script which used to be part of ansible but isn't anymore.
Install with
$ gem install yaml_inventory
Adds the yaminv
command.
For help:
$ yaminv --help
Create a hosts.yml
file in your current dir, and use it like this
$ ansible-playbook -i $(which yaminv) playbook.yml
When run with ansible-playbook it will always pick up the hosts.yml file in the current directory.
# standalone hosts are okay
- standalonehost1
- standalonehost2
# host with vars
- host: hostwithvars
vars:
- var1: hostvar1
- var2: hostvar2
# group with vars and hosts
- group: group2
vars:
- groupvar1: groupvar1
hosts:
- ghost1
- ghost2
groups:
- group1
# subgroup
- group: group1
hosts:
- host3
- hostwithvars
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Run with rake test
FAQs
Unknown package
We found that yaml_inventory demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.