-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Given that edb-ansible supports Ubuntu20, Ubuntu22 should also be compatible. I didn't physically test every single role, but have worked extensively with install_dbserver, setup_patroni, and setup_etcd, which are all necessary to set up a basic Patroni cluster. None of these were affected simply by adding "Ubuntu22" as a patch, which was necessary for various unrelated tests.
- Loading branch information
1 parent
fd03afa
commit 0de14da
Showing
32 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ supported_os: | |
- RedHat8 | ||
- RedHat9 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,6 +110,7 @@ supported_os: | |
- RedHat8 | ||
- RedHat9 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ supported_os: | |
- RedHat8 | ||
- RedHat9 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ supported_os: | |
- RedHat7 | ||
- RedHat8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ supported_os: | |
- RedHat7 | ||
- RedHat8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ supported_os: | |
- Debian10 | ||
- OracleLinux7 | ||
- Ubuntu20 | ||
- Ubuntu22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ supported_os: | |
- AlmaLinux8 | ||
- OracleLinux7 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian10 | ||
|
||
supported_pg_version: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ supported_os: | |
- AlmaLinux8 | ||
- OracleLinux7 | ||
- Ubuntu20 | ||
- Ubuntu22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,4 @@ supported_os: | |
- AlmaLinux8 | ||
- OracleLinux7 | ||
- Ubuntu20 | ||
- Ubuntu22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,7 @@ supported_os: | |
- RedHat7 | ||
- RedHat8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,7 @@ supported_os: | |
- RedHat7 | ||
- RedHat8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ supported_os: | |
- Debian10 | ||
- OracleLinux8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
|
||
use_patroni: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ supported_os: | |
- Debian10 | ||
- OracleLinux8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
|
||
use_patroni: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,6 +151,7 @@ supported_os: | |
- RedHat7 | ||
- RedHat8 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ supported_os: | |
- OracleLinux7 | ||
- Debian10 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
|
||
supported_pg_type: | ||
- EPAS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,7 @@ supported_os: | |
- OracleLinux7 | ||
- Debian10 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
|
||
supported_pg_type: | ||
- EPAS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ supported_os: | |
- AlmaLinux8 | ||
- Debian10 | ||
- Ubuntu20 | ||
- Ubuntu22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ supported_os: | |
- AlmaLinux8 | ||
- Debian10 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
|
||
supported_log_level: | ||
- 'off' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,3 +76,4 @@ supported_os: | |
- Debian10 | ||
- OracleLinux7 | ||
- Ubuntu20 | ||
- Ubuntu22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ supported_os: | |
- AlmaLinux8 | ||
- OracleLinux7 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian10 | ||
|
||
supported_pg_version: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ supported_os: | |
- RedHat8 | ||
- RedHat9 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ supported_os: | |
- RedHat8 | ||
- RedHat9 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,7 @@ supported_os: | |
- RedHat8 | ||
- RedHat9 | ||
- Ubuntu20 | ||
- Ubuntu22 | ||
- Debian9 | ||
- Debian10 | ||
- Rocky8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters