Skip to content

Commit

Permalink
fix wrong role name in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed Oct 9, 2023
1 parent 729ee3e commit d7da4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ For cluster to get properly authorized it is expected that firewall is already c
- hosts: cluster
roles:
- { role: 'ansible.ha-cluster-pacemaker', cluster_name: 'aws-cluster', cluster_configure_fence_xvm: false, cluster_configure_fence_aws: true, cluster_configure_stonith_style: 'one-device-per-cluster', enable_repos: false, fence_aws_region: 'aws-region' }
- { role: 'ondrejhome.ha-cluster-pacemaker', cluster_name: 'aws-cluster', cluster_configure_fence_xvm: false, cluster_configure_fence_aws: true, cluster_configure_stonith_style: 'one-device-per-cluster', enable_repos: false, fence_aws_region: 'aws-region' }
**Example playbook Resources configuration** .
Expand Down

0 comments on commit d7da4c1

Please sign in to comment.