You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Dustin C. Hatch f8d04bec1b 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>
11 years ago
..
__init__.py package files 11 years ago
alternatives.py now properly checks that link is suplied before trying to use it 11 years ago
at.py fix at.py module on non-glibc systems 11 years ago
capabilities.py File extensions! 11 years ago
crypttab.py Don't know why but the 1.8.x branch didn't include the commit for crypttab. 11 years ago
debconf.py remove unused variable 11 years ago
facter.py Facter module should return custom facts 11 years ago
filesystem.py mkfs.xfs uses -f instead of -F flag 11 years ago
firewalld.py Remove default from 'permanent' and 'state' docs 11 years ago
getent.py Fix getent behaviour with fail_key=False 11 years ago
gluster_volume.py gluster_volume: remove redundant code 11 years ago
kernel_blacklist.py File extensions! 11 years ago
known_hosts.py Changes from Brian Coca's review of this module 11 years ago
locale_gen.py Set default for locale_gen state parameter 11 years ago
lvg.py Replace dev_string to dev_list 11 years ago
lvol.py system/lvol: Suppress prompts from lvcreate 11 years ago
modprobe.py File extensions! 11 years ago
ohai.py File extensions! 11 years ago
open_iscsi.py File extensions! 11 years ago
svc.py svc: Add kill command (svc -k) 11 years ago
ufw.py Enable "ufw default allow routed" 11 years ago
zfs.py Revert "Add listsnapshots property to zfs" 11 years ago