mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
gluster_peer: Module to create/dismantle trusted storage pool (#37771)
* gluster_peer: Module to create/dismantle trusted storage pool * gluster_peer: Module to create/dismantle trusted storage pool Added __init__.py and added function main() in the module. * gluster_peer: Module to create/dismantle trusted storage pool Empty __init__.py was needed. Removed comment from the file. * gluster_peer: Module to create/dismantle trusted storage pool Addressed review comments. * gluster_peer: Module to create/dismantle trusted storage pool Do version check more sanely, improve parameter handling. * gluster_peer: Module to create/dismantle trusted storage pool Use isinstance for type comparison. * gluster_peer: Module to create/dismantle trusted storage pool Use type=list for nodes parameter, get rid of literal_eval. * gluster_peer: Module to create/dismantle trusted storage pool Add parameter check_mode, had missed this somewhere in between. * gluster_peer: do not set `force' in case of state=present * gluster_peer: Fix typo in the documentation * gluster_peer: make peer probe idempotent * gluster_peer: Fix a logical error while evaluating booleans * gluster_peer: set locale to C, pass list to run_command
This commit is contained in:
parent
9f732d2f05
commit
5861d5f74e
2 changed files with 176 additions and 0 deletions
0
lib/ansible/modules/storage/glusterfs/__init__.py
Normal file
0
lib/ansible/modules/storage/glusterfs/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue