21 lines
469 B
YAML
21 lines
469 B
YAML
id: keystone_api_{{idx}}
|
|
|
|
resources:
|
|
- id: keystone_service_{{idx}}
|
|
from: resources/keystone_puppet
|
|
values:
|
|
admin_token: '{{admin_token}}'
|
|
db_host: '{{db_host}}'
|
|
db_name: '{{db_name}}'
|
|
db_user: '{{db_user}}'
|
|
db_password: '{{db_password}}'
|
|
|
|
admin_port: {{admin_port}}
|
|
port: {{port}}
|
|
ip: '{{ip}}'
|
|
ssh_user: '{{ssh_user}}'
|
|
ssh_key: '{{ssh_key}}'
|
|
|
|
|
|
tags: ['resources/keystone', 'resource/keystone_api']
|