Skip to content

Commit

Permalink
Reflect repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Rabotyagov committed Jan 13, 2021
1 parent 7b64a5f commit 70d3c59
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible-pacemaker-corosync role [![Build Status](https://travis-ci.org/noonedeadpunk/ansible-pacemaker-corosync.svg?branch=master)](https://travis-ci.org/noonedeadpunk/ansible-pacemaker-corosync)
ansible-role-pacemaker_corosync [![Build Status](https://travis-ci.org/noonedeadpunk/ansible-role-pacemaker_corosync.svg?branch=master)](https://travis-ci.org/noonedeadpunk/ansible-role-pacemaker_corosync)
===============================

Deploys corosync/pacemaker
Deploys corosync/pacemaker

# Variables

Expand Down
7 changes: 7 additions & 0 deletions examples/play.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Install pacemaker-corosync
hosts: "{{ pacemaker_corosync_group }}"
become: true
roles:
- pacemaker_corosync
14 changes: 10 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
dependencies: []

galaxy_info:
author: Michel Blanc
author: Dmitriy Rabotyagov
company: ACME Corp
description: ansible-pacemaker-corosync role
role_name: pacemaker_corosync
description: Deploys pacemaker and corosync stack.
license: MIT
min_ansible_version: 1.6
min_ansible_version: 2.6
platforms:
- name: Ubuntu
versions:
- all
- bionic
- focal
- name: EL
versions:
- 7
- 8
galaxy_tags:
- system
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
- name: Include keepalived vars
include_vars: "tests/pacemaker_corosync_local.yml"

- name: "Include ansible-pacemaker-corosync"
- name: "Include ansible-role-pacemaker-corosync"
include_role:
name: "ansible-pacemaker-corosync"
name: "ansible-role-pacemaker_corosync"
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lint: |
set -e
yamllint .
ansible-lint -vv --exclude=.tox -x 204,208,106
ansible-lint -vv --exclude=.tox -x 204,208
dependency:
name: galaxy
driver:
Expand Down

0 comments on commit 70d3c59

Please sign in to comment.