Don't bootstrap bastion host

Our bastion is likely a users laptop / VM / server, right now there
isn't a need to manage anything on that server as we only install /
configure things on the remote nodes.

Change-Id: Ib51cb73134f08b3e11c65966cadf2c4e64ca94b3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-10 12:38:54 -04:00
parent bae56af14b
commit 528643c0ad
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# under the License.
---
- name: Bootstrap nodes
hosts: all
hosts: all,!bastion
# NOTE(pabelanger): Because we are currently using a single host, we need this
# operation to be serial. When we switch to multi-host, this can be removed.
serial: 1