Releases: IronTooch/AnsibleSnippets-VSCode
Releases · IronTooch/AnsibleSnippets-VSCode
v.0.2.0 - Added Task for depolying to Global Snippets file
Initial Release
Initial Release
Contains quick snippets for the following modules:
Ansible Namespace
Ansible.Builtin
- apt – Manages apt-packages
- copy – Copy files to remote locations
- debug – Print statements during execution
- file – Manage files and file properties
- get_url – Downloads files from HTTP, HTTPS, or FTP to node
- git – Deploy software (or files) from git checkouts
- group – Add or remove groups
- hostname – Manage hostname
- include_vars – Load variables from files, dynamically within a task
- iptables – Modify iptables rules
- lineinfile – Manage lines in text files
- rpm_key – Adds or removes a gpg key from the rpm db
- service – Manage services
- set_fact – Set host variable(s) and fact(s).
- shell – Execute shell commands on targets
- unarchive – Unpacks an archive after (optionally) copying it from the local machine
- user – Manage user accounts
- wait_for – Waits for a condition before continuing
- yum_repository – Add or remove YUM repositories
Ansible.Posix
- mount – Control active and configured mount points
Community Namespace
Community.Postgresql
- postgresql_db – Add or remove PostgreSQL databases from a remote host
- postgresql_user – Create, alter, or remove a user (role) from a PostgreSQL server instance
Community.DNS
- wait_for_txt – Wait for TXT entries to be available on all authoritative nameservers
Full Changelog: https://github.com/IronTooch/AnsibleSnippets-VSCode/commits/v0.1.0