forked from infra/ansible
Revert "also create a ssh_config for root with the non standard port"
This reverts commit 03631331d0.
This commit is contained in:
parent
03631331d0
commit
cd7313952e
2 changed files with 0 additions and 13 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# Hosts that use a non standard ssh port.
|
||||
Host proxy01.stg.rdu3.fedoraproject.org proxy02.stg.rdu3.fedoraproject.org
|
||||
Port 222
|
||||
|
|
@ -706,16 +706,6 @@
|
|||
- batcave
|
||||
- config
|
||||
|
||||
# ssh config for easy ssh access to hosts that use a non standard port
|
||||
- name: Copy root .ssh/config
|
||||
ansible.builtin.copy:
|
||||
src: root_ssh_config
|
||||
dest: /root/.ssh/config
|
||||
mode: '0600'
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
||||
# Monitoring setup for Batcave
|
||||
- name: Setup cron for generating SSH monitoring hostlist
|
||||
ansible.builtin.copy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue