community.general/lib/ansible/modules/extras/system
Dustin C. Hatch 3e5a7bd475 system/lvol: Suppress prompts from lvcreate
Occasionally, `lvcreate` will prompt on stdin for confirmation. In
particular, this may happen when the volume is being created close to
the location on disk where another volume existed previously. When this
happens, Ansible will hang indefinitely with no indication of the
problem. To work prevent this problem, the `--yes` command-line argument
can be passed to `lvcreate`, which will instruct it not to prompt.

Signed-off-by: Dustin C. Hatch <dustin@hatch.name>
2016-12-08 11:32:29 -05:00
..
__init__.py package files 2016-12-08 11:32:18 -05:00
alternatives.py now properly checks that link is suplied before trying to use it should fix #46 2016-12-08 11:32:25 -05:00
at.py fix at.py module on non-glibc systems 2016-12-08 11:32:22 -05:00
capabilities.py
crypttab.py Don't know why but the 1.8.x branch didn't include the commit for crypttab. 2016-12-08 11:32:28 -05:00
debconf.py remove unused variable 2016-12-08 11:32:23 -05:00
facter.py Facter module should return custom facts 2016-12-08 11:32:25 -05:00
filesystem.py mkfs.xfs uses -f instead of -F flag 2016-12-08 11:32:18 -05:00
firewalld.py Remove default from 'permanent' and 'state' docs 2016-12-08 11:32:22 -05:00
getent.py Fix getent behaviour with fail_key=False 2016-12-08 11:32:23 -05:00
gluster_volume.py gluster_volume: remove redundant code 2016-12-08 11:32:28 -05:00
kernel_blacklist.py
known_hosts.py Changes from Brian Coca's review of this module 2016-12-08 11:32:27 -05:00
locale_gen.py Set default for locale_gen state parameter 2016-12-08 11:32:27 -05:00
lvg.py Replace dev_string to dev_list 2016-12-08 11:32:20 -05:00
lvol.py system/lvol: Suppress prompts from lvcreate 2016-12-08 11:32:29 -05:00
modprobe.py
ohai.py
open_iscsi.py
svc.py svc: Add kill command (svc -k) 2016-12-08 11:32:27 -05:00
ufw.py Enable "ufw default allow routed" 2016-12-08 11:32:19 -05:00
zfs.py Revert "Add listsnapshots property to zfs" 2016-12-08 11:32:26 -05:00