summaryrefslogtreecommitdiff
path: root/test/integration/targets/cloudscale_common/tasks/main.yml
blob: fa0be6eb800a647c663e2b96dc3f44da6ff78c5c (plain)
1
2
3
4
5
6
---
# Password to use for test server
# This has to be set as a fact, otherwise a new password will be generated
# on every variable access.
- set_fact:
    cloudscale_test_password: "{{ lookup('password', '/dev/null length=15 chars=ascii_letters') }}"