plugins:
  job:
    metavar:
      module: moa.plugin.job.metavar
      enable: true
      order: 50
    openLavaActor:
      module: moa.plugin.system.openLavaActor
      enabled: true
  system:
    moaGit:
      module: moa.plugin.system.moaGit
      enabled: false
      commit:
        - '.moa/template'
        - '.gitignore'
        - '.gitmodules'
        - '.moa/template.d/*'
        - '.moa/config'
        - '.moa/doc'
        - '.moa/history'
        - '.moa/local_bash_history'
        - 'moa.*'
        - 'Moa.*'
        - 'src/*'
        - '*.md'
        - 'Readme'
        - 'README'
        - 'Readme.*'
        - 'Changelog'
        - 'CHANGELOG'
        - 'Changelog.*'
      ignore:
        - '*'
    project:
      module: moa.plugin.system.project
      enable: true
      order: 50
    umask:
      module: moa.plugin.system.umask
      umask: 0o002
      enabled: true
    fileset:
      module: moa.plugin.system.fileset
      order: 75
    parameterCheck:
      module: moa.plugin.system.parameterCheck
    doc:
      enabled: true
      module: moa.plugin.system.doc
    configure:
      module: moa.plugin.system.configure
    newjob:
      module: moa.plugin.system.newjob
    logger:
      module: moa.plugin.system.logger
      enabled: true
    test:
      module: moa.plugin.system.test
      enabled: false
    lock:
      module: moa.plugin.system.lock
      enabled: true
      runnable:
        - set
        - unlock
        - tree
        - unset
        - show
        - status
    adhoc:
      module: moa.plugin.system.adhoc
    help:
      module: moa.plugin.system.help
    status:
      module: moa.plugin.system.status
    template:
      module: moa.plugin.system.template
    info:
      module: moa.plugin.system.info
      enabled: true
    moautil:
      module: moa.plugin.system.moautil
      enabled: true
      dir: ~/.config/moa/archive
    moaGit:
      module: moa.plugin.system.moaGit
      enabled: false
      warn: true
    varInject:
      module: moa.plugin.system.varInject
      enabled: true
    extraCommands:
      module: moa.plugin.system.extraCommands
mancommand: "nroff -c -mandoc 2>/dev/null | less -is"
pandocbin: pandoc
use_ansi: True
default_command: status
default_shell: '/bin/bash -e'
plugin_settings:
  moaGit:
    warnings: False
ansi:
  reset: '0'
  bold: '1'
  black: '30'
  red: '38;5;160'
  green: '38;5;28'
  yellow: '38;5;214'
  blue: '38;5;19'
  magenta: '38;5;165'
  purple: '38;5;56'
  cyan: '38;5;32'
  gray: '38;5;240'
  white: '37'
  bblack: '48;5;232'
  bred: '48;5;160'
  bgreen: '48;5;28'
  byellow: '48;5;214'
  bblue: '48;5;21'
  bpurple: '48;5;56'
  bmagenta: '48;5;165'
  bcyan: '48;5;32'
  bgray: '48;5;240'
  bwhite: '48;5;255'
template:
  providers:
    core:
      class: core
      priority: 100
      enabled: true
#    archive_global:
#      class: archive_global
#      priority: 90
#      enabled: true
    local:
      class: local
      priority: 80
      directory: '~/.config/moa/template/'
      enabled: true
    archive_local:
      class: archive
      priority: 70
      directory: '~/.config/moa/archive/'