Automatron v2018.9 Release Notes

Release Date: 2018-09-02 // over 5 years ago
  • 🚀 This release is primarily addressing a few bugs and build issues stemming from dependencies that have been updated.


Previous changes from v2017.11

  • This release mostly brings documentation updates as well as a fix for a newer Docker build error introduced to dependent library changes. There is however, one major change which is the credentials override feature.

    This feature allows you to specify any number of credentials within the config/config.yml file and use those SSH credentials within a Runbook.

    Example Runbook:

    name: Winningschedule: second: "\*/20"checks: check\_win: execute\_from: targettype: cmdcmd: test -d /etccredentials: winningactions: nada: execute\_from: targettype: cmdcmd: echo "1"trigger: 0frequency: 120call\_on: - CRITICAL - WARNING - UNKNOWNcredentials: winning
    

    Example Credentials in config/config.yml:

    credentials: default: user: rootgateway: Falsekey: | -----BEGIN RSA PRIVATE KEY----- fdlkfjasldjfsaldkjflkasjflkjaflsdlkfjs -----END RSA PRIVATE KEY-----winning: user: notrootgateway: 10.0.0.1key: | -----BEGIN RSA PRIVATE KEY----- fdlkfjasldjfsaldkjflkasjflkjaflsdlkfjs -----END RSA PRIVATE KEY-----