GMH v0.3.0

This commit is contained in:
Michael
2021-03-14 14:35:38 +08:00
parent f4e462af51
commit 5a1f3b7d67
6 changed files with 100 additions and 4 deletions

View File

@ -5,6 +5,12 @@
tags:
- always
# Perform a backup of the server
- import_tasks: "{{ role_path }}/tasks/backup_server.yml"
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- backup-server
# Create a user account if called
- import_tasks: "{{ role_path }}/tasks/create_user.yml"
when: run_setup|bool and matrix_awx_enabled|bool