-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug.yml
35 lines (28 loc) · 908 Bytes
/
debug.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
#- name: set postgresql user {{ odoo_config_db_user }} with password {{ odoo_config_db_passwd }}
# hosts: hanwei01
# remote_user: "{{ user }}"
# become: yes
# become_method: sudo
# become_user: postgres
# tasks:
# - name: add user with password
# command: psql -h localhost -p 5432 -U postgres -d postgres -c "CREATE USER {{ odoo_config_db_user }} WITH CREATEDB NOCREATEUSER PASSWORD {{ odoo_config_db_passwd }} "
# postgresql_user: name={{ odoo_config_db_user }} password={{ odoo_config_db_passwd }}
# role_attr_flags=CREATEDB,NOSUPERUSER
# - name: PostgreSQL - Activate the 'unaccent' extension on databases
# postgresql_ext: name=unaccent db=template1
- name: install cmake
hosts: cmake
remote_user: "{{ user }}"
roles:
- cmake
tags:
- cmake
- name: make tpcds
hosts: tpcds
remote_user: "{{ user }}"
roles:
- tpcds
tags:
- tpcds