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 re
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 authentic