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

Does not follow playbook includes. Need to follow includes. #5

Open
thedavidwhiteside opened this issue Aug 1, 2015 · 4 comments
Open
Assignees
Milestone

Comments

@thedavidwhiteside
Copy link
Collaborator

No description provided.

@thedavidwhiteside
Copy link
Collaborator Author

I think this should only be for roles. Each playbook should be documented separated.

@thedavidwhiteside
Copy link
Collaborator Author

Need to parse "include", then load each include as they are parsed.

@ksatchit
Copy link

Hi @starboarder2001 ,

The same is the case with taskfile includes also, in addition to the playbook includes

@thedavidwhiteside
Copy link
Collaborator Author

Ansible has added a lot to this one. Will need to parse all the below.

import_playbook – Import a playbook
The official documentation on the import_playbook module.
import_role – Import a role into a play
The official documentation on the import_role module.
import_tasks – Import a task list
The official documentation on the import_tasks module.
include_role – Load and execute a role
The official documentation on the include_role module.
include_tasks – Dynamically include a task list
The official documentation on the include_tasks module.

@thedavidwhiteside thedavidwhiteside modified the milestones: v0.0.4, v1.0.0 Oct 7, 2023
@thedavidwhiteside thedavidwhiteside modified the milestones: v1.0.0, v1.1.0 Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants