Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add playbook to setup the basic instance of gluster #175

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

deepshikhaaa
Copy link
Member

@deepshikhaaa deepshikhaaa commented Oct 9, 2018

It includes tasks like install packages and do network
configurations. It will be used in re-building the image for
distributed regression testing.

Signed-off-by: Deepshikha Khandelwal dkhandel@redhat.com

deepshikhaaa and others added 3 commits October 9, 2018 17:55
includes the tasks like install packages and do network
configurations.It will be used in re-building the image for
distributed regression testing.

Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
hosts: all
gather_facts: yes
handlers:
- name: run dracut
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

- selinux
tasks:
- name: Install basic packages
package:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use yum instead. The package module doesn't group tasks into one step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants