tpotce/cloud/ansible/openstack/deploy_tpot.yaml
2019-10-28 10:19:19 +00:00

21 lines
336 B
YAML

- name: Check host prerequisites
hosts: localhost
become: yes
roles:
- check
- name: Deploy instance
hosts: localhost
roles:
- deploy
- name: Install T-Pot on new instance
hosts: TPOT
remote_user: linux
become: yes
gather_facts: no
roles:
- install
# - custom_ews
# - custom_hpfeeds
- reboot