MongoSecurityPlaypen
MongoSecurityPlaypen copied to clipboard
Generates a VirtualBox sandbox environment for learning, exploring & demo'ing MongoDB security features - scroll down for README
``` [DEPRECATION WARNING]: Invoking "yum" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `pkg: "{{ item }}"`,...
Centos 7.3 is failing to be provisioned as ansible is running a yum update and there are conflicts then. I fixed it by switching to bento/centos-7 which is the latest...
Become and become_method are not accepted when including tasks by recent ansible versions (2.9.5 in my case): ``` --- a/client.yml +++ b/client.yml @@ -4,15 +4,13 @@ vars_files: - vars/external_vars.yml tasks:...
Hi, With recent vagrant versions tasks/fix_internal_network.yml is not needed anymore and it blocks the provisioning of the machines. With vagrant 2.2.6 I had to comment it out from each ansible...