Downloads:
20,162
Downloads of v 24.4.1526292:
2,535
Last Update:
04 Apr 2024
Package Maintainer(s):
Software Author(s):
- Red Hat
Tags:
vscode-ansible ansible extension vscode- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Ansible VSCode Extension
This is not the latest version of Ansible VSCode Extension available.
- 1
- 2
- 3
24.4.1526292 | Updated: 04 Apr 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,162
Downloads of v 24.4.1526292:
2,535
Maintainer(s):
Software Author(s):
- Red Hat
Ansible VSCode Extension 24.4.1526292
This is not the latest version of Ansible VSCode Extension available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Red Hat. The inclusion of Red Hat trademark(s), if any, upon this webpage is solely to identify Red Hat goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Ansible VSCode Extension, run the following command from the command line or from PowerShell:
To upgrade Ansible VSCode Extension, run the following command from the command line or from PowerShell:
To uninstall Ansible VSCode Extension, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vscode-ansible --internalize --version=24.4.1526292 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade vscode-ansible -y --source="'INTERNAL REPO URL'" --version="'24.4.1526292'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vscode-ansible -y --source="'INTERNAL REPO URL'" --version="'24.4.1526292'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vscode-ansible
win_chocolatey:
name: vscode-ansible
version: '24.4.1526292'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vscode-ansible' do
action :install
source 'INTERNAL REPO URL'
version '24.4.1526292'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vscode-ansible
{
Name = "vscode-ansible"
Version = "24.4.1526292"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vscode-ansible':
ensure => '24.4.1526292',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 04 Apr 2024.
Ansible VS Code Extension by Red Hat
This extension adds language support for Ansible to
Visual Studio Code
and OpenVSX compatible editors
by leveraging
ansible-language-server.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
Uninstall-VsCodeExtension -extensionId 'redhat.ansible'
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Ansible VSCode Extension 24.10.0 | 196 | Wednesday, October 2, 2024 | Approved | |
Ansible VSCode Extension 24.9.5152897 | 108 | Sunday, September 15, 2024 | Approved | |
Ansible VSCode Extension 24.4.1526292 | 2535 | Thursday, April 4, 2024 | Approved | |
Ansible VSCode Extension 24.4.1518468 | 27 | Thursday, April 4, 2024 | Approved | |
Ansible VSCode Extension 24.4.1517886 | 27 | Thursday, April 4, 2024 | Approved | |
Ansible VSCode Extension 2.13.148 | 222 | Wednesday, March 6, 2024 | Approved | |
Ansible VSCode Extension 2.12.143 | 123 | Thursday, February 29, 2024 | Approved | |
Ansible VSCode Extension 2.11.137 | 198 | Tuesday, February 13, 2024 | Approved | |
Ansible VSCode Extension 2.10.130 | 237 | Tuesday, January 23, 2024 | Approved | |
Ansible VSCode Extension 2.9.118 | 1071 | Thursday, November 23, 2023 | Approved | |
Ansible VSCode Extension 2.7.98 | 1160 | Friday, August 18, 2023 | Approved | |
Ansible VSCode Extension 2.6.92 | 275 | Tuesday, August 1, 2023 | Approved | |
Ansible VSCode Extension 2.5.86 | 126 | Friday, July 28, 2023 | Approved | |
Ansible VSCode Extension 2.4.78 | 349 | Wednesday, June 21, 2023 | Approved | |
Ansible VSCode Extension 2.3.74 | 217 | Thursday, June 8, 2023 | Approved | |
Ansible VSCode Extension 2.2.70 | 290 | Sunday, May 21, 2023 | Approved | |
Ansible VSCode Extension 2.2.69 | 88 | Saturday, May 20, 2023 | Approved | |
Ansible VSCode Extension 2.1.66 | 110 | Thursday, May 18, 2023 | Approved | |
Ansible VSCode Extension 2.0.58 | 367 | Monday, April 17, 2023 | Approved | |
Ansible VSCode Extension 1.3.50 | 301 | Thursday, March 16, 2023 | Approved | |
Ansible VSCode Extension 1.2.44 | 387 | Thursday, February 16, 2023 | Approved | |
Ansible VSCode Extension 1.1.42 | 54 | Thursday, February 16, 2023 | Approved | |
Ansible VSCode Extension 1.1.34 | 524 | Monday, January 2, 2023 | Approved | |
Ansible VSCode Extension 1.1.32 | 116 | Friday, December 30, 2022 | Approved | |
Ansible VSCode Extension 1.0.106 | 319 | Monday, December 5, 2022 | Approved | |
Ansible VSCode Extension 1.0.104 | 192 | Monday, November 28, 2022 | Approved | |
Ansible VSCode Extension 1.0.101 | 169 | Wednesday, November 23, 2022 | Approved | |
Ansible VSCode Extension 1.0.100 | 131 | Monday, November 21, 2022 | Approved | |
Ansible VSCode Extension 1.0.99 | 48 | Monday, November 21, 2022 | Approved | |
Ansible VSCode Extension 1.0.98 | 133 | Thursday, November 17, 2022 | Approved | |
Ansible VSCode Extension 1.0.97 | 58 | Thursday, November 17, 2022 | Approved | |
Ansible VSCode Extension 1.0.96 | 45 | Monday, November 14, 2022 | Approved | |
Ansible VSCode Extension 1.0.95 | 243 | Tuesday, November 8, 2022 | Approved | |
Ansible VSCode Extension 1.0.94 | 208 | Wednesday, November 2, 2022 | Approved | |
Ansible VSCode Extension 1.0.93 | 277 | Monday, October 17, 2022 | Approved | |
Ansible VSCode Extension 1.0.92 | 117 | Friday, October 14, 2022 | Approved | |
Ansible VSCode Extension 1.0.91 | 89 | Thursday, October 13, 2022 | Approved | |
Ansible VSCode Extension 1.0.90 | 102 | Wednesday, October 12, 2022 | Approved | |
Ansible VSCode Extension 0.14.84 | 150 | Tuesday, October 11, 2022 | Approved | |
Ansible VSCode Extension 0.14.83 | 48 | Tuesday, October 11, 2022 | Approved | |
Ansible VSCode Extension 0.14.82 | 166 | Friday, October 7, 2022 | Approved | |
Ansible VSCode Extension 0.14.81 | 114 | Thursday, October 6, 2022 | Approved | |
Ansible VSCode Extension 0.14.80 | 59 | Thursday, October 6, 2022 | Approved | |
Ansible VSCode Extension 0.14.78 | 54 | Thursday, October 6, 2022 | Approved | |
Ansible VSCode Extension 0.14.77 | 146 | Tuesday, October 4, 2022 | Approved | |
Ansible VSCode Extension 0.14.76 | 173 | Thursday, September 29, 2022 | Approved | |
Ansible VSCode Extension 0.14.75 | 148 | Tuesday, September 27, 2022 | Approved | |
Ansible VSCode Extension 0.14.74 | 72 | Tuesday, September 27, 2022 | Approved | |
Ansible VSCode Extension 0.14.73 | 133 | Saturday, September 24, 2022 | Approved | |
Ansible VSCode Extension 0.14.72 | 64 | Saturday, September 24, 2022 | Approved | |
Ansible VSCode Extension 0.14.71 | 128 | Thursday, September 22, 2022 | Approved | |
Ansible VSCode Extension 0.13.69 | 64 | Thursday, September 22, 2022 | Approved | |
Ansible VSCode Extension 0.13.68 | 250 | Thursday, September 15, 2022 | Approved | |
Ansible VSCode Extension 0.13.65 | 58 | Thursday, September 15, 2022 | Approved | |
Ansible VSCode Extension 0.13.64 | 97 | Thursday, September 15, 2022 | Approved | |
Ansible VSCode Extension 0.13.63 | 57 | Tuesday, September 13, 2022 | Approved | |
Ansible VSCode Extension 0.13.62 | 57 | Tuesday, September 13, 2022 | Approved | |
Ansible VSCode Extension 0.13.60 | 268 | Thursday, September 1, 2022 | Approved | |
Ansible VSCode Extension 0.13.59 | 107 | Wednesday, August 31, 2022 | Approved | |
Ansible VSCode Extension 0.12.57 | 67 | Wednesday, August 31, 2022 | Approved | |
Ansible VSCode Extension 0.12.56 | 202 | Thursday, August 25, 2022 | Approved | |
Ansible VSCode Extension 0.12.30 | 191 | Wednesday, August 17, 2022 | Approved | |
Ansible VSCode Extension 0.11.29 | 240 | Friday, August 5, 2022 | Approved | |
Ansible VSCode Extension 0.11.12 | 186 | Friday, July 29, 2022 | Approved | |
Ansible VSCode Extension 0.11.11 | 128 | Tuesday, July 26, 2022 | Approved | |
Ansible VSCode Extension 0.11.10 | 99 | Monday, July 25, 2022 | Approved | |
Ansible VSCode Extension 0.10.0 | 479 | Tuesday, May 24, 2022 | Approved | |
Ansible VSCode Extension 0.9.0 | 339 | Monday, May 9, 2022 | Approved | |
Ansible VSCode Extension 0.6.0 | 2048 | Friday, January 8, 2021 | Approved | |
Ansible VSCode Extension 0.5.2 | 2182 | Wednesday, April 24, 2019 | Approved |
Red Hat
-
- chocolatey-vscode.extension (≥ 1.0.0)
- vscode (≥ 1.85.0)
Ground Rules:
- This discussion is only about Ansible VSCode Extension and the Ansible VSCode Extension package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Ansible VSCode Extension, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.