Skip to content

Instantly share code, notes, and snippets.

@weiyentan
Created August 30, 2020 03:45
Show Gist options
  • Save weiyentan/f23507cf521e719abd3c480ecee5b7d5 to your computer and use it in GitHub Desktop.
Save weiyentan/f23507cf521e719abd3c480ecee5b7d5 to your computer and use it in GitHub Desktop.
Gitlab pipeline list
execute_win_soe_wineventlog:
only:
refs:
- master
variables:
- $CI_COMMIT_TITLE =~ /^winsoe_wineventlog.*/
image: bydos33/awx-cli:latest
stage: winsoe
tags:
- configuration
script:
- tower-cli config verify_ssl false
- awx-cli config host https://192.168.1.242
- awx-cli login $AWXCLI_USERNAME --password $AWXCLI_PASSWORD
- awx-cli job launch -J "BAU - WinSOE Compliance" --monitor --tags win_soe_wineventlog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment