vscode-ansible icon indicating copy to clipboard operation
vscode-ansible copied to clipboard

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.

Results 232 vscode-ansible issues
Sort by recently updated
recently updated
newest added

### Problem I'll often run a long Ansible playbook and come back to see some tasks have changed or failed. I usually want to check which tasks changed or failed...

feature

### Problem When I set Editor language to Ansible, VScode change highlight schema. ### Solution Parameters to disable extension highlight. ### Alternatives _No response_ ### Additional context _No response_

feature

### Problem I have the following setup: - `ansible` - `roles` - `dev` - `roles` - `dev.yml` - `ansible.cfg` Whenever I execute the `dev/dev.yml` playbook, I'm always located inside the...

feature
new

### Problem F5 run configuration is not working with ansible. ### Solution Enable a launch.json configuration for ansible like with python. ### Alternatives _No response_ ### Additional context _No response_

feature

### Problem Currently, unit and integration test coverage is not that great ### Solution Add test cases and improve coverage - [ ] Target code coverage ~70% - [x] Integrate...

feature
AAP

### Sanity check - [X] I certify that the `redhat.ansible` extension is in use and the language of the document in this bug report shows up as `Ansible` ### Summary...

bug
AAP

### Problem The extension is not supported on native windows and currently trying enable extension on native windows results in stacktrace. ### Solution Identify if extension is running in windows...

feature

### Sanity check - [X] I certify that the `redhat.ansible` extension is in use and the language of the document in this bug report shows up as `Ansible` ### Summary...

bug

### Problem Add execution environment related client configuration options ### Solution Add client configuration options for execution environments like image-name, volume mount path, host current working directory, container runtime and...

feature
AAP

As ansible-lint have very special requirements for running, we need to be sure that we run `ansible-lint --version` and report any potential error in a visible way in the UI....

new