The jail module for FreeBSD
Display contents of a fstab(5) file defined in specified jail's configuration. If no file is defined, return False.
CLI Example:
salt '*' jail.fstab <jail name>
Return which jails are set to be run
CLI Example:
salt '*' jail.get_enabled
See if jail service is actually enabled on boot
CLI Example:
salt '*' jail.is_enabled <jail name>
Restart the specified jail or all, if none specified
CLI Example:
salt '*' jail.restart [<jail name>]
Display specified jail's configuration
CLI Example:
salt '*' jail.show_config <jail name>
Start the specified jail or all, if none specified
CLI Example:
salt '*' jail.start [<jail name>]
See if specified jail is currently running
CLI Example:
salt '*' jail.status <jail name>
Stop the specified jail or all, if none specified
CLI Example:
salt '*' jail.stop [<jail name>]
Dump all jail related kernel states (sysctl)
CLI Example:
salt '*' jail.sysctl
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy