forked from leucos/ansible-pacemaker-corosync
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch makes pacemaker/corosync more universal, and now it's possbile to use role against CentOS 7 and CentOS 8
- Loading branch information
Dmitriy Rabotyagov
committed
Jul 29, 2020
1 parent
ff08d17
commit e662194
Showing
3 changed files
with
30 additions
and
27 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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
service: | ||
name: "{{ item }}" | ||
state: restarted | ||
enabled: yes | ||
with_items: | ||
- corosync | ||
- pacemaker |
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