Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
69a166d2
Commit
69a166d2
authored
May 19, 2022
by
Юрий Дегтярёв
Browse files
change type variable postgres_version for RedHat family
parent
7a6127e8
Pipeline
#36271
passed with stages
in 50 minutes and 6 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ansible/molecule/default/inv.yml
View file @
69a166d2
...
...
@@ -862,7 +862,7 @@ all:
postgres_power
:
master
postgres_replicator_password
:
noc
postgres_superuser_password
:
noc
postgres_version
:
14
postgres_version
:
"
14
"
required_assets
:
-
web
-
mib
...
...
ansible/molecule/oel7/inv.yml
View file @
69a166d2
...
...
@@ -863,7 +863,7 @@ all:
postgres_power
:
master
postgres_replicator_password
:
noc
postgres_superuser_password
:
noc
postgres_version
:
14
postgres_version
:
"
14
"
required_assets
:
-
web
-
mib
...
...
ansible/system_roles/postgres/tasks/os/CentOS_7/main.yml
View file @
69a166d2
...
...
@@ -18,7 +18,7 @@
-
requirements
-
name
:
PostgreSQL init db
command
:
'
{{
postgres_bin_dir
}}/postgresql{%
if
postgres_version
==
14
%}-{%
endif
%}{{
postgres_version|replace(".","")
}}-setup
initdb'
command
:
'
{{
postgres_bin_dir
}}/postgresql{%
if
postgres_version
==
"
14
"
%}-{%
endif
%}{{
postgres_version|replace(".","")
}}-setup
initdb'
args
:
creates
:
/var/lib/pgsql/{{ postgres_version }}/initdb.log
...
...
ansible/system_roles/postgres/tasks/os/OracleLinux_7/main.yml
View file @
69a166d2
...
...
@@ -18,7 +18,7 @@
-
requirements
-
name
:
PostgreSQL init db
command
:
'
{{
postgres_bin_dir
}}/postgresql{{
postgres_version|replace(".","")
}}-setup
initdb'
command
:
'
{{
postgres_bin_dir
}}/postgresql{
%
if
postgres_version
==
"14"
%}-{%
endif
%}{
{
postgres_version|replace(".","")
}}-setup
initdb'
args
:
creates
:
/var/lib/pgsql/{{ postgres_version }}/initdb.log
...
...
ansible/system_roles/postgres/tasks/os/RedHat_7/main.yml
View file @
69a166d2
...
...
@@ -18,7 +18,7 @@
-
requirements
-
name
:
PostgreSQL init db
command
:
'
{{
postgres_bin_dir
}}/postgresql{{
postgres_version|replace(".","")
}}-setup
initdb'
command
:
'
{{
postgres_bin_dir
}}/postgresql{
%
if
postgres_version
==
"14"
%}-{%
endif
%}{
{
postgres_version|replace(".","")
}}-setup
initdb'
args
:
creates
:
/var/lib/pgsql/{{ postgres_version }}/initdb.log
...
...
EKbfh
🐼
@EKbfh
mentioned in commit
9b72bfd5
·
May 19, 2022
mentioned in commit
9b72bfd5
mentioned in commit 9b72bfd5b579a8d955534d0904749a7dea799a1d
Toggle commit list
EKbfh
🐼
@EKbfh
mentioned in merge request
!6300 (merged)
·
May 19, 2022
mentioned in merge request
!6300 (merged)
mentioned in merge request !6300
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment