tpotce/cloud/ansible/openstack/deploy_tpot.yaml

23 lines
356 B
YAML
Raw Normal View History

2019-06-29 16:21:47 +00:00
- name: Check host prerequisites
hosts: localhost
become: yes
roles:
- check
- name: Deploy instance
hosts: localhost
roles:
- create_net
- create_vm
2019-06-29 16:21:47 +00:00
- name: Install T-Pot on new instance
2021-02-13 14:27:36 +00:00
hosts: tpot
2019-06-29 16:21:47 +00:00
remote_user: linux
become: yes
gather_facts: no
roles:
- install
# - custom_ews
# - custom_hpfeeds
- reboot