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

changing everything major change #59

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ assignees: ''
<!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release are affected -->

# Summary
## Summary

<!--- Explain the problem briefly below -->

# Issue Type
## Issue Type

- Bug Report

# Ansible, Collection, Event Driven Ansible Controller details
## Ansible, Collection, Event Driven Ansible Controller details

<!--- Paste verbatim output between triple backticks -->

Expand All @@ -34,15 +34,15 @@ Event Driven Ansible Controller version

- ansible installation method: one of source, pip, OS package, EE

# OS / ENVIRONMENT
## OS / ENVIRONMENT

<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->

# Desired Behavior
## Desired Behavior

<!--- Describe what you expected to happen when running the steps above -->

# Actual Behavior
## Actual Behavior

<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->

Expand All @@ -59,7 +59,7 @@ Include a [minimum complete verifiable example] with:

```

# STEPS TO REPRODUCE
## STEPS TO REPRODUCE

<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->

Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ collections:

## Using this collection

You can make use of this collection by directly invoking the roles or modules using the FQCN (fully qualified collection name).
You can make use of this collection by directly invoking the roles using the FQCN (fully qualified collection name).

In a playbook this might look like:

Expand All @@ -67,18 +67,6 @@ In a playbook this might look like:
- infra.eda_configuration.projects
```

or

```yaml
- name: Call Project role
hosts: localhost
tasks:
- name: Add a project
infra.eda_configuration.project:
name: my_project
url: https://github.com/my/project.git
```

### See Also

- [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
Expand Down
54 changes: 2 additions & 52 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,59 +29,9 @@ objects:
description: An Ansible Role to create users in EDA controller.
name: user
version_added: null
user_token:
controller_token:
description: An Ansible Role to create user tokens in EDA controller.
name: user_token
version_added: null
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup:
eda_api:
description: Search the API for objects
name: eda_api
version_added: null
module:
credential:
description: Manage a Credential in EDA Controller
name: credential
namespace: ''
version_added: null
decision_environment:
description: Manage a Decision Environment in EDA Controller
name: decision_environment
namespace: ''
version_added: null
project:
description: Manage a project in EDA Controller
name: project
namespace: ''
version_added: null
project_sync:
description: Sync a project in EDA Controller
name: project_sync
namespace: ''
version_added: null
rulebook_activation:
description: Manage a rulebook_activation in EDA Controller
name: rulebook_activation
namespace: ''
version_added: null
user:
description: Manage a user in EDA Controller
name: user
namespace: ''
version_added: null
user_token:
description: Manage the user tokens of the current user in EDA Controller
name: user_token
namespace: ''
name: controller_token
version_added: null
netconf: {}
shell: {}
Expand Down
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ authors:
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
- David Danielsson @djdanielsson
dependencies: {}
dependencies:
ansible.eda: ">=2.1.0"
description: Ansible content that interacts with the Ansible EDA Controller.
documentation: https://github.com/redhat-cop/eda_configuration/blob/devel/README.md
license:
Expand Down
54 changes: 0 additions & 54 deletions plugins/doc_fragments/auth.py

This file was deleted.

43 changes: 0 additions & 43 deletions plugins/doc_fragments/auth_plugin.py

This file was deleted.

Loading
Loading