help me with this installation using ansible community edition

cancel
Showing results for 
Search instead for 
Did you mean: 
venuchowdary
Member II

help me with this installation using ansible community edition

ansible-playbook playbooks/acs.yml -i inventory_local.yml -e "@community-extra-vars.yml"ansible-playbook playbooks/acs.yml -i inventory_local.yml -e "@community-extra-vars.yml"

5 Replies
cristinamr
Advanced

Re: help me with this installation using ansible community edition

Hi!

Did you execute with sudo?

@maratand @michaelzietlow have alfresco community up and running! Maybe can help you in your journey Smiley Very Happy

Cheers!

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
michaelzietlow
Active Member II

Re: help me with this installation using ansible community edition

Yes, 

   The repo zip did not finish downloading in the time allotted to it (retries: 20)...

  The `alfresco-ansible-deployment-1.0` Ansible install decided to place its downloads in the background.
It makes assumptions they will finish in a reasonable amount of time. 
Since download times vary by region, a retry of 20 is unreasonable... 


STEPS:

# The solution is to increase retries to something reasonable.

[root@community7 ~]# cd alfresco-ansible-deployment-1.0/

[root@community7 alfresco-ansible-deployment-1.0]# perl -p -i.bak -e 's/retries: 20/retries: 200/g' ./roles/repository/tasks/main.yml

[root@community7 alfresco-ansible-deployment-1.0]# perl -p -i.bak -e 's/retries: 20/retries: 200/g' ./roles/nginx/tasks/main.yml

The next time you run ansible it will continue until the download is finished.

 

 

 

venuchowdary
Member II

Re: help me with this installation using ansible community edition

yes i am in root while runing it

venuchowdary
Member II

Re: help me with this installation using ansible community edition

no ,iam already running as root so ...

can u please tell me which zip file its downloading so i can do it manually atleast that would help me

venuchowdary
Member II

Re: help me with this installation using ansible community edition

but that didnt even worked