GiorgioRegni / AnsibleScratch

Apache License 2.0
0 stars 0 forks source link

Leftover ansible folder #10

Open GiorgioRegni opened 8 years ago

GiorgioRegni commented 8 years ago

There's a leftover ansible folder after the install, is it really needed? Can we hide that under a tmp folder in AnsibleScratch?

ratmav commented 8 years ago

I'll look at moving it to a hidden folder, ~/.ansible so it's hidden from end users.

ratmav commented 8 years ago

Setup script clones to hidden folder in user's home directory, so Ansible remains installed for re-use later but is hidden unless you go looking for it. That folder, which is now ~/.ansible, is the actual Ansible source - without it Ansible will not run.

GiorgioRegni commented 8 years ago

OK, got it. Could you put the .ansible folder inside AnsibleScratch? I want everything to be contained in that folder as much as possible. To make a "portable" installation where just giving this folder in a tar.gz to our users is enough to bootstrap them.

ratmav commented 8 years ago

Done.