[Server-devel] Moving toward headless install on trimslice for XSCE

2013-11-16 Thread George Hunt
I'm wanting to do the following:

   - Get rid of the autologon to root at console tty.
   - Add a non privileged user (not a sudoer, not wheel), as we had
   pre-ansible, (user:admin,pw:12admin), so that the sshd config of
   permitrootlogon no can remain in place.
   - enable password authentication
   - Configure avahi to announce, so that in a trimslice situation, we can
   easily determine the remote sshd target ip.

What do people think?
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Ansible facts listing

2013-11-16 Thread George Hunt
I've been perplexed as to why the documentation about listing ansible facts
seemed to fail.

ie ansible localhost -m setup --connection=local returns no hosts found

What I discovered is that /etc/ansible/hosts file needs to be initialized
with:

[localhost]
127.0.0.1

Then the facts listing returns the desired information.
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel