summaryrefslogtreecommitdiff
path: root/test/integration/targets/cloudscale_common/defaults/main.yml
blob: 293e0c49deb967bae803b97f80560e7769e37d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
# The image to use for test servers
cloudscale_test_image: 'debian-9'

# Alternate test image to use if a different image is required
cloudscale_alt_test_image: 'ubuntu-18.04'

# The flavor to use for test servers
cloudscale_test_flavor: 'flex-2'

# SSH key to use for test servers
cloudscale_test_ssh_key: |
  ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSPmiqkvDH1/+MDAVDZT8381aYqp73Odz8cnD5hegNhqtXajqtiH0umVg7HybX3wt1HjcrwKJovZURcIbbcDvzdH2bnYbF93T4OLXA0bIfuIp6M86x1iutFtXdpN3TTicINrmSXEE2Ydm51iMu77B08ZERjVaToya2F7vC+egfoPvibf7OLxE336a5tPCywavvNihQjL8sjgpDT5AAScjb3YqK/6VLeQ18Ggt8/ufINsYkb+9/Ji/3OcGFeflnDXq80vPUyF3u4iIylob6RSZenC38cXmQB05tRNxS1B6BXCjMRdy0v4pa7oKM2GA4ADKpNrr0RI9ed+peRFwmsclH test@ansible

# The zone to use to test servers
cloudscale_test_zone: 'lpg1'

# The region to use to request floating IPs
cloudscale_test_region: 'lpg'