摘要:
dnsutil.hosts_remove Remove a host from the /etc/hosts file. If doing so will leave a line containing only an IP address, then the line will be delete 阅读全文
摘要:
dnsmasq.get_config Dumps all options from the config file. config_file The location of the config file from which to obtain contents. Defaults to . CL 阅读全文
摘要:
django.loaddata Load fixture data Fixtures: comma separated list of fixtures to load CLI Example: salt ' ' django.loaddata django.createsuperuser Crea 阅读全文
摘要:
disk.tune Set attributes for the specified device CLI Example: salt ' ' disk.tune /dev/sda1 read ahead=1024 read write=True Valid options are: , , , . 阅读全文
摘要:
dig.mx Return a list of lists for the MX of . If the argument is True, resolve IPs for the servers. It's limited to one IP, because although in practi 阅读全文
摘要:
devmap.multipath_flush Device Mapper Multipath flush CLI Example: salt ' ' devmap.multipath_flush mpath1 devmap.multipath_list Device Mapper Multipath 阅读全文
摘要:
defaults.update defaults.update Allows to set defaults for group of data set e.g. group for nodes. This function is a combination of defaults.merge an 阅读全文
摘要:
data.items Get items from the minion datastore New in version 2015.8.0 CLI Example: salt ' ' data.items data.dump Replace the entire datastore with a 阅读全文
摘要:
cryptdev.active List existing device mapper device details. cryptdev.crypttab List the contents of the crypttab CLI Example: salt ' ' cryptdev.cryptta 阅读全文
摘要:
cron.write_cron_file Writes the contents of a file to a user's crontab CLI Example: salt ' ' cron.write_cron_file root /tmp/new_cron Changed in versio 阅读全文