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 automated tests #3

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

Add automated tests #3

wants to merge 8 commits into from

Conversation

Chithrak07
Copy link
Member

No description provided.

Comment on lines 1 to 12
---
- name: Converge
hosts: all
become: true

vars:

pre_tasks:


roles:
- role: ansible-role-nfs
Copy link
Member

Choose a reason for hiding this comment

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

We're going to need to set up a pair of images to act as client + server in the molecule file, and then populate this section to configure both the client and server (See the role's readme, it documents the whole thing), And then in the verify stage, we can test by creating a file on the client, and checking the server to see if it showed up.

driver:
name: docker
platforms:
- name: instance
Copy link
Member

@dale-c-anderson dale-c-anderson Dec 1, 2020

Choose a reason for hiding this comment

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

Rename instance to be nfsclient, and add another image to become the nfsserver.

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.

None yet

2 participants