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 user module and role #34

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

Tompage1994
Copy link
Contributor

What does this PR do?

Adds the user module and its related role

How should this be tested?

CI has been updated

Is there a relevant Issue open for this?

resolves #13

Other Relevant info, PRs, etc


# Create EDA Controller user
- name: Add EDA Controller user
user:
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should be able to use FQCN here because it's our own module right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't tend to because we may end up having two different namespaces. I've commited a change to ignore that on ansible-lint.

It's throwing a false positive here because the user module is a core module which there are extra ansible-lint rules about.

@djdanielsson djdanielsson merged commit e6d4f20 into redhat-cop:devel Apr 5, 2024
7 of 8 checks passed
Tompage1994 added a commit that referenced this pull request Apr 5, 2024
@Tompage1994 Tompage1994 mentioned this pull request Apr 5, 2024
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.

Create User module and role
2 participants