github.com/masahide/goansible@v0.0.0-20160116054156-01eac649e9f2/config.go (about)

     1  package goansible
     2  
     3  type Config struct {
     4  	ShowCommandOutput bool
     5  	Debug             bool
     6  	Passphrase        string
     7  }
     8  
     9  var DefaultConfig = &Config{false, false, ""}