[ansible-project] Re: Do not working nginx...

2017-11-08 Thread Artur001
In the directory "/run/ php/" there is no php7.1-fpm.sock How should he appear there? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ansible-project] Re: Do not working nginx...

2017-11-05 Thread Artur001
hp-fpm воскресенье, 5 ноября 2017 г., 12:31:26 UTC+3 пользователь Dick Visser написал: > > Hi > > I see only an error, and nothing more. > In order to help you we need to know what you are trying to achieve. > The ansible playbook would be a good start. > > DIck > > O

[ansible-project] Re: Do not working nginx...

2017-11-05 Thread Artur001
: "fastcgi://unix:/run/php/php7.1-fpm.sock:", host: "192.168.5.2" How will decide that problem? пятница, 3 ноября 2017 г., 16:12:02 UTC+3 пользователь Artur001 написал: > > Hi everyone > > I'm trying to make a film <https://youtu.be/Defm3i9jYvo> projec

[ansible-project] Do not working nginx...

2017-11-03 Thread Artur001
Hi everyone I'm trying to make a film project But the test site does not open (neither by ip nor PC). 502 Bad Gateway I think the problem is in the configuration settings of nginx or php-fpm. Thanks -- You received

Re: [ansible-project] Re: Ansible (Problem install PHP)

2017-11-02 Thread Artur001
You right! I did not see message of Toshlo Kuratoml. четверг, 2 ноября 2017 г., 18:24:03 UTC+3 пользователь Werner Flamme написал: > > Artur001 [02.11.2017 16:02]: > > This package is present: > > > > ~/Загрузки$ php -v > > PHP 7.1.11-1+ubuntu16.04.1+deb.sury.o

[ansible-project] Re: Ansible (Problem install PHP)

2017-11-02 Thread Artur001
This package is present: ~/Загрузки$ php -v PHP 7.1.11-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Oct 27 2017 13:49:56 ) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.1.11-1+ubuntu16.04.1+deb.sury.org+1,

[ansible-project] Re: Ansible (Problem install PHP)

2017-11-02 Thread Artur001
my project Project -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-project] Re: Ansible (Problem install PHP)

2017-11-02 Thread Artur001
Thank you. But problem stays. TASK [php : install php requirements for joomla] *** failed: [joomla] (item=[u'php7.1-json', u'php7.1-xml', u'php7.1-mbstring', u 'php7.1-intl', u'php7.1-apache', u'php7.1-mysql', u'php7.1-pgsql']) => { "changed": false, "failed": true,

[ansible-project] Ansible (Problem install PHP)

2017-11-01 Thread Artur001
My main.yml Введи- name: add php ppa apt_repository: repo='ppa:ondrej/php' state=present - name: update apt cache apt: update_cache=yes - name: install php requirements for joomla apt: name=php{{ php.version }}-{{ item }} state=present with_items: - json - xml - mbstring

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
I do not understand how to fix the problem ... -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this

Re: [ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
I installed it, but it does not help. http://docs.ansible.com/ansible/latest/intro_installation.html $ sudo apt-get update $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:ansible/ansible $ sudo apt-get update $ sudo apt-get install ansible -- You received

[ansible-project] Vagrant+Ansible Not working main.yum

2017-10-30 Thread Artur001
Not working main.yum - name: add php ppa apt_repository: repo='ppa:ondrej/php' state=present - name: update apt cache apt: update_cache=yes vagrant up TASK [php : add php ppa] *** fatal: [joomla]: FAILED! => {"changed": false, "failed":

[ansible-project] ansible fatal: [joomla]: FAILED!

2017-10-30 Thread Artur001
Error in file of ansible (mail.yml) - name: update apt cache apt: update_cache=yes become: true код... TASK [php : update apt cache] ** fatal: [joomla]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to update apt cache."}