WIP
This commit is contained in:
@@ -11,6 +11,13 @@ var (
|
||||
flagWorkdir string
|
||||
)
|
||||
|
||||
var (
|
||||
flagAnsibleVerbose uint8
|
||||
flagAnsibleBin string
|
||||
flagGenOnly bool
|
||||
flagTargetHost string
|
||||
)
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "playbookctl",
|
||||
Short: "Ansible Playbook Dedic2 Control",
|
||||
@@ -34,7 +41,7 @@ func init() {
|
||||
rootCmd.AddCommand(NewCommandInstall())
|
||||
rootCmd.AddCommand(NewCommandHosts())
|
||||
//mainCmd.AddCommand(cmd.NewCommandOpenports())
|
||||
//mainCmd.AddCommand(cmd.NewCommandBackup())
|
||||
rootCmd.AddCommand(NewCommandBackup())
|
||||
//mainCmd.AddCommand(cmd.NewCommandRestore())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user