summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/tasks/sshconfig.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/static_inventory/tasks/sshconfig.yml')
-rw-r--r--roles/static_inventory/tasks/sshconfig.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/static_inventory/tasks/sshconfig.yml b/roles/static_inventory/tasks/sshconfig.yml
deleted file mode 100644
index 7119fe6ff..000000000
--- a/roles/static_inventory/tasks/sshconfig.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- name: set ssh proxy command prefix for accessing nodes via bastion
- set_fact:
- ssh_proxy_command: >-
- ssh {{ ssh_options }}
- -i {{ private_ssh_key }}
- {{ ssh_user }}@{{ hostvars['bastion'].ansible_host }}
-
-- name: regenerate ssh config
- template:
- src: openstack_ssh_config.j2
- dest: "{{ ssh_config_path }}"
- mode: 0644