sabriedd / cuckoo-ansible

ansible playbook to install cuckoo sandbox
7 stars 2 forks source link

Use ansible to create cuckoo user #6

Closed kuza55 closed 9 years ago

kuza55 commented 9 years ago

I haven't used this myself, but it seems odd that adding a user is a separate step, rather than part of the ansible config.

http://stackoverflow.com/questions/19292899/creating-a-new-user-and-password-with-ansible

sabriedd commented 9 years ago

I'm using VM to test this playbook, It's was just easier to me to make the user before running ansible, the end goal of course is full automation, so i'll have to look at the user module of ansible. Or maybe @kuza55 if you could give some help on this point, it would be really appreciate :+1: