Chris Green <[email protected]> writes: > Is there some sort of minimal ansible that will let me do central > management of root-owned files?
I dunno, ssh maybe? It sometimes feels like a pain to figure out the ansible way of doing things, let alone the syntax. Usually it's overly complicated with baby steps. For example, I'm used to running ln -vfsn to create symlinks with feedback and without whining. Or sometimes I like to mangle some config files with sed. So, then it's ssh time. Then again, since like you, I mostly just do a few things like copy files over or pull from the web or run backups or create symlinks. So once done it's in my notes and can be redone easily.

