add rotate ssh module to matrix-awx

This commit is contained in:
Michael Collins
2021-09-19 17:12:12 +08:00
parent 8339103594
commit 6902ee5aa7
3 changed files with 33 additions and 1 deletions

View File

@ -62,6 +62,15 @@
tags:
- purge-database
# Rotate SSH key if called
- include_tasks:
file: "rotate_ssh.yml"
apply:
tags: rotate-ssh
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- rotate-ssh
# Import configs, media repo from /chroot/backup import
- include_tasks:
file: "import_awx.yml"