blob: f802b163bdc79ce9cc2aeaf50c6619a7b632b2c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This an example file for setting variables for playbooks like test_create_resources.yml.
#
# It is recommended that these files be encrypted:
# - $ ansible-vault encrypt <file>
#
# Any value for auto_prefix may be used. auto_prefix is used in every resource created by
# the example playbooks, making resources easy to find.
auto_prefix: "PSUS_ANSIBLE_"
user: "user"
password: "password"
system: "iboxNNNN"
|