Results 55 comments of Pavel Selivanov

Here is how upstart script will look like: ``` # php7.0-fpm - The PHP FastCGI Process Manager description "The PHP 7.0 FastCGI Process Manager" author "Ondřej Surý " start on...

And here is solution from standard ubuntu php5-fpm package: `/etc/init/php5-fpm.conf`: ``` ... pre-start exec /usr/lib/php5/php5-fpm-checkconf ``` `/usr/lib/php5/php5-fpm-checkconf`: ``` #!/bin/sh set -e errors=$(/usr/sbin/php5-fpm --fpm-config /etc/php5/fpm/php-fpm.conf -t 2>&1 | grep "\[ERROR\]" ||...

Same bug reported for ubuntu package: https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1623540

@lode : git-sh seems to be abandoned since 2013 :(

@vlad2 Alive git-sh fork appeared? That's great :+1: But https://github.com/vlad2/git-sh has disabled issues, and that's not so great :(

Seems this doesn't work anymore :( Checked with clean Firefox profile without uBlock: ![image](https://cloud.githubusercontent.com/assets/1208989/25042363/1dcf814e-2120-11e7-8193-d11b50218ffc.png)

@cselaru Alive, not actively developed because now I prefer script that generates ssh config from ansible inventory, leaving custom entries untouched. Someday I will find time to make it less...

@GamerGun Could you show your ansible configuration so that I understand how you use the jump host? There are several ways to do that. I am not much using ansible-ssh...

@GamerGun Could you please also post output of `ansible --version` and `ansible-config dump | grep -i ssh` (excluding private parts)? I can not get `ssh_agrs` from `[ssh_connection]` in `ansible-config dump`...

@GamerGun `ANSIBLE_SSH_ARGS(/Users/gamergun/git/ansible-playbooks-customer/ansible.cfg) = -F ssh.config` Looks like it works in your case, because ansible-ssh utilizes `ANSIBLE_SSH_ARGS`.