[ansible-project] install postgresql

2020-02-03 Thread gaddam mahendra
HI Team, could you please post a playbook to install postgresql database thanks mahi -- 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

Re: [ansible-project] install postgresql

2020-02-03 Thread Dick Visser
Hi This should do it: --- - name: Playbook to install postgresql database become: true hosts: all tasks: - name: Install postgresql database package: name: postgresql On Mon, 3 Feb 2020 at 09:51, gaddam mahendra wrote: > > HI Team, > could you please post a playbook t

Re: [ansible-project] install postgresql

2020-02-03 Thread gaddam mahendra
Thanks Dick, But i need to install with user and database how could i achive it when im running my below play book im getting below error could pls help out it below issue --- # tasks file for ansible-postgresql - name: Add repository yum_repository: name: epel description: EPE

Re: [ansible-project] install postgresql

2020-02-03 Thread Dick Visser
On Mon, 3 Feb 2020 at 15:41, gaddam mahendra wrote: > > Thanks Dick, > But i need to install with user and database how could i achive it > when im running my below play book im getting below error could pls help out > it below issue Your question was how to install postgresql, so tha

Re: [ansible-project] install postgresql

2020-02-03 Thread Stefan Hornburg (Racke)
On 2/3/20 4:09 PM, Dick Visser wrote: > On Mon, 3 Feb 2020 at 15:41, gaddam mahendra > wrote: >> >> Thanks Dick, >> But i need to install with user and database how could i achive it >> when im running my below play book im getting below error could pls help out >> it below issue > >