summaryrefslogtreecommitdiff
path: root/test/legacy/vultr.yml
blob: a807f65467e9bb8c9f29fffd6438f905e2faa8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) 2018, René Moser <mail@renemoser.net>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
---
- hosts: localhost
  gather_facts: no
  connection: local
  roles:
    - { role: vultr_account_facts, tags: test_vultr_account_facts }
    - { role: vultr_block_storage, tags: test_vultr_block_storage }
    - { role: vultr_dns_domain, tags: test_vultr_dns_domain }
    - { role: vultr_dns_domain_facts, tags: test_vultr_dns_domain_facts }
    - { role: vultr_dns_record, tags: test_vultr_dns_record }
    - { role: vultr_firewall_group, tags: test_vultr_firewall_group }
    - { role: vultr_firewall_group_facts, tags: test_vultr_firewall_group_facts }
    - { role: vultr_firewall_rule, tags: test_vultr_firewall_rule }
    - { role: vultr_os_facts, tags: test_vultr_os_facts }
    - { role: vultr_plan_facts, tags: test_vultr_plan_facts }
    - { role: vultr_region_facts, tags: test_vultr_region_facts }
    - { role: vultr_server, tags: test_vultr_server }
    - { role: vultr_server_facts, tags: test_vultr_server_facts }
    - { role: vultr_ssh_key, tags: test_vultr_ssh_key }
    - { role: vultr_ssh_key_facts, tags: test_vultr_ssh_key_facts }
    - { role: vultr_startup_script, tags: test_vultr_startup_script }
    - { role: vultr_startup_script_facts, tags: test_vultr_startup_script_facts }
    - { role: vultr_user, tags: test_vultr_user }
    - { role: vultr_user_facts, tags: test_vultr_user_facts }