Julien DAUPHANT

Results 45 comments of Julien DAUPHANT

Thanks for the report @dachary. Have you a solution to suggest as a pull request ?

Laziest persons are better to automate there jobs ;-)

python 2.7 is just used to install and launch Ansible and Ansible Lint. If both work with Python 3, the migration should be easy.

It's not a bug, it's a possible enhancement

When someone that need it will develop it ! It's an open source software

You can use different inventory to manage staging and production. My way to do that can be seen here: https://gist.github.com/jdauphant/10023858 People tend to differentiate with inventories or groups, I don't...

Hello @kevit, have you take a look at https://github.com/jdauphant/ansible-role-nginx/issues/154#issuecomment-274165382 ?

@svanschalkwyk Can you give me the reference of this option on nginx documentation ?

What is your distribution ? ( Debian, Ubuntu or other Debian Derivate ) What's the last time you made an "apt-get update" in your system ? (if it's old, it's...

Can you install other apps or it only fail with nginx ? In the first case, you should add "sudo apt-get update" in the playbook (or made it with an...