Greetings.
proxy01 has:
10.5.126.52 apps.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
in it's /etc/hosts.
This confuses ansible a bit and it reports the ansible_fqdn for the host to be 'apps.fedoraproject.org' which in turn makes our ssh_host_keys gathering script to add it incorrectly there.
I would like to:
1) Add:
10.5.126.52 proxy01.phx2.fedoraproject.org
to /etc/hosts on proxy01.
2) Remove the apps.fedoraproject.org entry from ssh_known_hosts.
This will fix ticket 4513.
kevin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 2 Sep 2014 10:43:05 -0600 Kevin Fenzi kevin@scrye.com wrote:
Greetings.
proxy01 has:
10.5.126.52 apps.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
in it's /etc/hosts.
This confuses ansible a bit and it reports the ansible_fqdn for the host to be 'apps.fedoraproject.org' which in turn makes our ssh_host_keys gathering script to add it incorrectly there.
I would like to:
- Add:
10.5.126.52 proxy01.phx2.fedoraproject.org
to /etc/hosts on proxy01.
- Remove the apps.fedoraproject.org entry from ssh_known_hosts.
This will fix ticket 4513.
kevin
ack
Dennis
Does it work better with
10.5.126.52 proxy01.phx2.fedoraproject.org admin.fedoraproject.org
or 10.5.126.52 proxy01.phx2.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
On 2 September 2014 10:43, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
proxy01 has:
10.5.126.52 apps.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
in it's /etc/hosts.
This confuses ansible a bit and it reports the ansible_fqdn for the host to be 'apps.fedoraproject.org' which in turn makes our ssh_host_keys gathering script to add it incorrectly there.
I would like to:
- Add:
10.5.126.52 proxy01.phx2.fedoraproject.org
to /etc/hosts on proxy01.
- Remove the apps.fedoraproject.org entry from ssh_known_hosts.
This will fix ticket 4513.
kevin
infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure
On Tue, 2 Sep 2014 10:49:46 -0600 Stephen John Smoogen smooge@gmail.com wrote:
Does it work better with
10.5.126.52 proxy01.phx2.fedoraproject.org admin.fedoraproject.org
or 10.5.126.52 proxy01.phx2.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
It's currently using puppets crazy /etc/hosts thing... so it will do the second one. Ie, it will add a separate entry.
kevin --
On 2 September 2014 10:43, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
proxy01 has:
10.5.126.52 apps.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
in it's /etc/hosts.
This confuses ansible a bit and it reports the ansible_fqdn for the host to be 'apps.fedoraproject.org' which in turn makes our ssh_host_keys gathering script to add it incorrectly there.
I would like to:
- Add:
10.5.126.52 proxy01.phx2.fedoraproject.org
to /etc/hosts on proxy01.
- Remove the apps.fedoraproject.org entry from ssh_known_hosts.
This will fix ticket 4513.
kevin
infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure
On 2 September 2014 10:59, Kevin Fenzi kevin@scrye.com wrote:
On Tue, 2 Sep 2014 10:49:46 -0600 Stephen John Smoogen smooge@gmail.com wrote:
Does it work better with
10.5.126.52 proxy01.phx2.fedoraproject.org admin.fedoraproject.org
or 10.5.126.52 proxy01.phx2.fedoraproject.org 10.5.126.52 admin.fedoraproject.org
It's currently using puppets crazy /etc/hosts thing... so it will do the second one. Ie, it will add a separate entry.
kevin
+1 then
infrastructure@lists.fedoraproject.org