mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-08-15 21:41:08 +03:00
73b6bce608eaf07b0adb43bfad78de8933e47483
By default, Ansible injects a variable for every fact, prefixed with ansible_. This can result in a large number of variables for each host, which at scale can incur a performance penalty. Ansible provides a configuration option [0] that can be set to False to prevent this injection of facts. In this case, facts should be referenced via ansible_facts.<fact>. This change updates all references to Ansible facts from using individual fact variables to using the items in the ansible_facts dictionary. This allows users to disable fact variable injection in their Ansible configuration, which may provide some performance improvement. [0] https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars
ansible-manage-lvm
Ansible role to manage LVM Groups/Logical Volumes.
NOTE: Can be used to create, extend or resize LVM Groups and volumes.
Requirements
Devices/disks to be members of the LVM setup must be identified prior to using this role.
Role Variables
Dependencies
None
Example Playbook
License
MIT
Author Information
Larry Smith Jr.
Languages
Python
87.9%
Jinja
12.1%