84b669cd95
To normalise the role name to conform with the same standard used with lxc_hosts, and to reduce confusion, we rename the role name to include the plural suffix. Change-Id: Ib6793512703e45cb000727125c31f667156932f9
25 lines
853 B
YAML
25 lines
853 B
YAML
---
|
|
# Copyright 2017, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- name: Additional nspawn host setup
|
|
hosts: "{{ nspawn_host_group | default('nspawn_hosts') }}"
|
|
gather_facts: true
|
|
user: root
|
|
roles:
|
|
- role: "nspawn_hosts"
|
|
environment: "{{ deployment_environment_variables | default({}) }}"
|
|
tags:
|
|
- nspawn-hosts
|