Rabin Yasharzadehe
Rabin Yasharzadehe
@clabnet is your VM interface is in bridge mode ? (by default VirtualBox will NAT networks)
Another option is to hardcode the MAC of the VM, and set a reservation in the network config. No static, but it is fixed. ```xml default e346291e-f86b-4f2f-a16e-654136441805 ```
The DHCP I was referring to is internal to libvirt, and can be used when you set the interface mode to NAT. But that is not the case if you...
white-listing what to include is safer then black-listing what not to include.
I think the logical step would be to ignore it and continue loading the reset of the `access.conf` file. Also in a case the file not exists, just continue. This...
Hi, I was more thinking you can write a better version for this module, as my experience with Python is almost zero to none, and the above gist was hacked...
Hi, The option to [import external libs](https://stackoverflow.com/questions/35328177/how-to-import-a-py-file-into-an-ansible-module) are there ... but I won't know what to do with it.
Never tried it my self, but can you try and use this pattern ``` /srv/www/vhosts/*/html/application/files/cache/ ```
I don't think you can work with 2FA and Ansible, use certificates or keys, and disable the MFA for key/cert authentication.
sadly no, I gave up on this, but it seems like you can do it with fontforge and python scripting