You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/iam_user/defaults/main.yml

8 lines
177 B
YAML

---
test_group: '{{ resource_prefix }}-group'
test_path: '/'
test_user: '{{ test_users[0] }}'
test_users:
- '{{ resource_prefix }}-user-a'
- '{{ resource_prefix }}-user-b'