From 96640e68e26d443782e20de56e343a03503a46ca Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Mon, 12 Dec 2016 14:53:33 +0100 Subject: [PATCH] Add tags for bastion-ssh-config --- cluster.yml | 1 + docs/ansible.md | 1 + 2 files changed, 2 insertions(+) diff --git a/cluster.yml b/cluster.yml index 98862aa13..3fb5def9d 100644 --- a/cluster.yml +++ b/cluster.yml @@ -3,6 +3,7 @@ gather_facts: False roles: - bastion-ssh-config + tags: [localhost, bastion] - hosts: all any_errors_fatal: true diff --git a/docs/ansible.md b/docs/ansible.md index ff7eb1d9d..38fb21056 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -57,6 +57,7 @@ The following tags are defined in playbooks: |--------------------------|--------- | apps | K8s apps definitions | azure | Cloud-provider Azure +| bastion | Setup ssh config for bastion | bootstrap-os | Anything related to host OS configuration | calico | Network plugin Calico | canal | Network plugin Canal