From 70d3c59efea4c3080fa66aeef75eadd0a032a83e Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 13 Jan 2021 16:42:55 +0200 Subject: [PATCH] Reflect repo rename --- README.md | 4 ++-- examples/play.yml | 7 +++++++ meta/main.yml | 14 ++++++++++---- molecule/default/converge.yml | 4 ++-- molecule/default/molecule.yml | 2 +- 5 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 examples/play.yml diff --git a/README.md b/README.md index 0c812df..ae57787 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/play.yml b/examples/play.yml new file mode 100644 index 0000000..64636f6 --- /dev/null +++ b/examples/play.yml @@ -0,0 +1,7 @@ +--- + +- name: Install pacemaker-corosync + hosts: "{{ pacemaker_corosync_group }}" + become: true + roles: + - pacemaker_corosync diff --git a/meta/main.yml b/meta/main.yml index a8d3281..cf28bd2 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 8b45cd2..4414306 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -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" diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 084d274..31c52ca 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -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: