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 plugins to ansible-config #49627

Merged
merged 12 commits into from Apr 29, 2021
Merged

Conversation

bcoca
Copy link
Member

@bcoca bcoca commented Dec 6, 2018

Adds plugins to list and dump (including --only-changed) via -t <plugintype>.
to ansible-config

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ansible-config

######ADDITIONAL INFO

ANSIBLE_PIPELINING=1 ANSIBLE_SSH_CONTROL_PATH=/tmp ansible-config dump -t connection
LOCAL:
_____
pipelining(env: ANSIBLE_PIPELINING) = True

PARAMIKO_SSH:
____________
host_key_auto_add(default) = None
host_key_checking(default) = True
look_for_keys(default) = True
password(default) = None
proxy_command(default) =
pty(default) = True
record_host_keys(default) = True
remote_addr(default) = inventory_hostname
remote_user(default) = None
use_persistent_connections(default) = False

PSRP:
____
auth(default) = negotiate
ca_cert(default) = None
cert_validation(default) = validate
certificate_key_pem(default) = None
certificate_pem(default) = None
configuration_name(default) = Microsoft.PowerShell
connection_timeout(default) = 30
credssp_auth_mechanism(default) = auto
credssp_disable_tlsv1_2(default) = False
credssp_minimum_version(default) = 2
ignore_proxy(default) = False
max_envelope_size(default) = 153600
message_encryption(default) = auto
negotiate_delegate(default) = None
negotiate_hostname_override(default) = None
negotiate_send_cbt(default) = True
negotiate_service(default) = WSMAN
operation_timeout(default) = 20
path(default) = wsman
pipelining(env: ANSIBLE_PIPELINING) = True
port(default) = None
protocol(default) = None
proxy(default) = None
read_timeout(default) = 30
reconnection_backoff(default) = 2
reconnection_retries(default) = 0
remote_addr(default) = inventory_hostname
remote_password(default) = None
remote_user(default) = None

SSH:
___
control_path(env: ANSIBLE_SSH_CONTROL_PATH) = /tmp
control_path_dir(default) = ~/.ansible/cp
host(default) = None
host_key_checking(default) = None
password(default) = None
...

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Dec 6, 2018
@ansible ansible deleted a comment from ansibot Dec 7, 2018
@bcoca bcoca changed the title add plugin config lists [wip] add plugin config lists Dec 11, 2018
@samdoran samdoran removed the needs_triage Needs a first human triage before being processed. label Dec 11, 2018
@mattclay mattclay added the ci_verified Changes made in this PR are causing tests to fail. label Dec 19, 2018
@ansibot ansibot added needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Dec 19, 2018
@bcoca bcoca added this to TODO: Backlog, anything can go here. Anyone can work on this after their approved work is done. in Ansible 2.9 May 6, 2019
@ansibot ansibot added collection Related to Ansible Collections work collection:amazon.aws labels Apr 29, 2020
@ansibot ansibot added pre_azp This PR was last tested before migration to Azure Pipelines. and removed ci_verified Changes made in this PR are causing tests to fail. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Dec 6, 2020
@ansibot ansibot removed the support:community This issue/PR relates to code supported by the Ansible community. label Mar 5, 2021
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed collection:amazon.aws needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. pre_azp This PR was last tested before migration to Azure Pipelines. core_review In order to be merged, this PR must follow the core review workflow. labels Apr 7, 2021
@ansibot ansibot added the core_review In order to be merged, this PR must follow the core review workflow. label Apr 12, 2021
@ansibot ansibot added has_issue needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. core_review In order to be merged, this PR must follow the core review workflow. and removed core_review In order to be merged, this PR must follow the core review workflow. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Apr 29, 2021
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Apr 29, 2021
@bcoca bcoca merged commit 8a2fc85 into ansible:devel Apr 29, 2021
@bcoca bcoca deleted the ansible_config_plugins branch April 29, 2021 19:02
@bcoca bcoca changed the title Add plugin config lists Add plugins to ansible-config May 5, 2021
@ansible ansible locked and limited conversation to collaborators May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 aws cloud collection Related to Ansible Collections work core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. has_issue support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
No open projects
Ansible 2.9
TODO: Backlog, anything can go here. ...
Development

Successfully merging this pull request may close these issues.

None yet

5 participants