diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/postmulti | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/postmulti b/lib/postmulti index cad01f8..d6ecb09 100644 --- a/lib/postmulti +++ b/lib/postmulti @@ -33,6 +33,10 @@ def postconf(k, instance=None):      return subprocess.check_output(cmd, stderr=subprocess.STDOUT).rstrip() +# To destroy an existing instance: +#   postmulti -e disable -i mx +#   postmulti -e destroy -i mx +  def main():      module = AnsibleModule(          argument_spec = dict( | 
