Split network and vm creation into own roles

This commit is contained in:
Sebastian Haderecker
2021-02-13 17:22:49 +01:00
parent 487c091ba7
commit bb8d2f27c6
4 changed files with 27 additions and 27 deletions

View File

@ -7,7 +7,8 @@
- name: Deploy instance
hosts: localhost
roles:
- deploy
- create_net
- create_vm
- name: Install T-Pot on new instance
hosts: tpot