1
0
Fork 0
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:
Kevin Fenzi 2026-06-23 14:21:11 -07:00
commit cd7313952e
2 changed files with 0 additions and 13 deletions

View file

@ -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

View file

@ -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: