Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmsimard/ansible-meltdown-spectre-inventory
https://github.com/dmsimard/ansible-meltdown-spectre-inventory
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmsimard/ansible-meltdown-spectre-inventory
- Owner: dmsimard
- Created: 2018-01-10T15:45:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T01:36:20.000Z (about 7 years ago)
- Last Synced: 2024-11-10T11:47:03.287Z (3 months ago)
- Size: 2.93 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
ansible-meltdown-spectre-inventory
==================================Generates an ansible-compatible inventory grouped by "patched", "unpatched" and
"amd" hosts at /tmp/meltdown-inventory.Example::
$ ansible-playbook -i get-inventory.yml
...
$ cat /tmp/meltdown-inventory
[patched]
some state=patched fqdn=some.example.org kernel=4.4.0-108-generic distribution=Ubuntu version=16.04
another state=patched fqdn=another.example.org kernel=4.4.0-108-generic distribution=Ubuntu version=16.04
host state=patched fqdn=host.example.org kernel=3.10.0-693.11.6.el7.x86_64 distribution=CentOS version=7.3.1611[unpatched]
unpatched state=unpatched fqdn=unpatched.example.org kernel=4.4.0-104-generic distribution=Ubuntu version=16.04[amd]
amd_host state=amd fqdn=amd_host.example.org kernel=2.6.32-696.18.7.el6.x86_64 distribution=CentOS version=6.9