Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1cfcad8

Browse files
committed
fix roles
1 parentf25f685 commit1cfcad8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎tests/deploy/roles/postgres/vars/main.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ pg_config:
2727
-line:"port = {{pg_port}}"
2828
pg_config_role:
2929
-line:"#pg_config_role"
30-
pg_src:./postgrespro
30+
pg_src:~/postgrespro
3131
pg_dst:/tmp/postgrespro-build
32-
pg_datadir:./postgrespro-data
32+
pg_datadir:~/postgrespro-data
3333

3434
libuv:
3535
version:v1.7.5

‎tests/deploy/tsdm.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
pg_repo:https://github.com/kelvich/postgresql.git
1010
pg_version_tag:xtm_patched
1111
pg_destroy_and_init:true
12-
pg_datadir:./postgrespro-data
12+
pg_datadir:~/postgrespro-data
1313

1414
-role:postgres
1515
pg_port:5433
1616
pg_repo:https://github.com/kelvich/postgresql.git
1717
pg_version_tag:xtm_patched
1818
pg_destroy_and_init:true
19-
pg_datadir:./postgrespro-data2
19+
pg_datadir:~/postgrespro-data2
2020

2121
-role:postgres
22-
pg_port:5433
22+
pg_port:5434
2323
pg_repo:https://github.com/kelvich/postgresql.git
2424
pg_version_tag:xtm_patched
2525
pg_destroy_and_init:true
26-
pg_datadir:./postgrespro-data3
26+
pg_datadir:~/postgrespro-data3
2727

2828
tasks:
2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp