diff --git a/cluster.yml b/cluster.yml
index 98862aa13a377d8bc9470701aa19dd0238834819..3fb5def9d55da7158f1b76b5364d3deedb5ea9d7 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 ff7eb1d9d8c08dc21ab087995d11315b2e8d30bd..38fb210565ff9a68deb452be79f04d4db1ff3125 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