Ansible Full: add_host |
ansible-add_host-full |
Add a host (and group) with variables to the in-memory inventory. |
Ansible Full: apt |
ansible-apt-full |
Manages apt-packages (Debian/Ubuntu) with more options. |
Ansible Full: apt_key |
ansible-apt_key-full |
Add or remove an apt key with more options. |
Ansible Full: apt_repository |
ansible-apt_repository-full |
Add and remove APT repositories with more options. |
Ansible Full: assemble |
ansible-assemble-full |
Assemble configuration files from fragments with more options. |
Ansible Full: assert |
ansible-assert-full |
Asserts given expressions are true with more options. |
Ansible Full: async_status |
ansible-async_status-full |
Obtain status of asynchronous task with polling. |
Ansible Full: blockinfile |
ansible-blockinfile-full |
Insert/update/remove a text block surrounded by marker lines with more options. |
Ansible Full: command |
ansible-command-full |
Execute commands on targets with more options. |
Ansible Full: copy |
ansible-copy-full |
Copy files to remote locations with more options. |
Ansible Full: cron |
ansible-cron-full |
Manage cron.d and crontab entries with more options. |
Ansible Full: deb822_repository |
ansible-deb822_repository-full |
Add and remove deb822 formatted repositories with more options. |
Ansible Full: debconf |
ansible-debconf-full |
Configure a .deb package using debconf with more options. |
Ansible Full: debug |
ansible-debug-full |
Print statements during execution with verbosity control. |
Ansible Full: dnf |
ansible-dnf-full |
Manages packages with the DNF package manager with more options. |
Ansible Full: dnf5 |
ansible-dnf5-full |
Manages packages with the dnf5 package manager with more options. |
Ansible Full: dpkg_selections |
ansible-dpkg_selections-full |
Dpkg package selection selections (e.g., hold a package). |
Ansible Full: expect |
ansible-expect-full |
Executes a command and responds to prompts with more options. |
Ansible Full: fail |
ansible-fail-full |
Fail the playbook execution with a custom message and condition. |
Ansible Full: fetch |
ansible-fetch-full |
Fetch files from remote nodes to the controller with more options. |
Ansible Full: file |
ansible-file-full |
Manage files and file properties with more options. |
Ansible Full: find |
ansible-find-full |
Return a list of files based on specific criteria with more options. |
Ansible Full: gather_facts |
ansible-gather_facts-full |
Gathers facts about remote hosts explicitly with more options. |
Ansible Full: get_url |
ansible-get_url-full |
Downloads files from HTTP, HTTPS, or FTP to node with more options. |
Ansible Full: getent |
ansible-getent-full |
A wrapper to the unix getent utility with more options. |
Ansible Full: git |
ansible-git-full |
Deploy software (or files) from git checkouts with more options. |
Ansible Full: group |
ansible-group-full |
Add or remove groups with more options. |
Ansible Full: group_by |
ansible-group_by-full |
Create Ansible groups based on facts or variables with more options. |
Ansible Full: hostname |
ansible-hostname-full |
Manage system hostname with method selection. |
Ansible Full: import_playbook |
ansible-import_playbook-full |
Import a playbook (statically) with variable passing. |
Ansible Full: import_role |
ansible-import_role-full |
Import a role into a play (statically) with more options. |
Ansible Full: import_tasks |
ansible-import_tasks-full |
Import a task list (statically) with variable passing. |
Ansible Full: include_role |
ansible-include_role-full |
Load and execute a role (dynamically) with more options. |
Ansible Full: include_tasks |
ansible-include_tasks-full |
Dynamically include a task list with more options. |
Ansible Full: include_vars |
ansible-include_vars-full |
Load variables from files/directories, dynamically within a task, with more options. |
Ansible Full: iptables |
ansible-iptables-full |
Modify iptables rules with more options. |
Ansible Full: known_hosts |
ansible-known_hosts-full |
Add or remove a host from the known_hosts file with more options. |
Ansible Full: lineinfile |
ansible-lineinfile-full |
Manage lines in text files with more options. |
Ansible Full: meta |
ansible-meta-full |
Execute Ansible 'actions' to control playbook execution. |
Ansible Full: mount_facts |
ansible-mount_facts-full |
Retrieve mount information about remote hosts. |
Ansible Full: package |
ansible-package-full |
Generic OS package manager with backend selection. |
Ansible Full: package_facts |
ansible-package_facts-full |
Package information as facts with manager selection. |
Ansible Full: pause |
ansible-pause-full |
Pause playbook execution with timed options and prompt. |
Ansible Full: ping |
ansible-ping-full |
Try to connect to host, verify a usable python and return 'pong' on success. |
Ansible Full: pip |
ansible-pip-full |
Manages Python library dependencies with pip with more options. |
Ansible Full: raw |
ansible-raw-full |
Executes a low-down and dirty command (bypasses module subsystem). |
Ansible Full: reboot |
ansible-reboot-full |
Reboot a machine, with options for waiting and testing reconnection. |
Ansible Full: replace |
ansible-replace-full |
Replace all instances of a string in a file using a back-referenced regular expression with more options. |
Ansible Full: rpm_key |
ansible-rpm_key-full |
Adds or removes a GPG key from the RPM database with more options. |
Ansible Full: script |
ansible-script-full |
Runs a local script on a remote node after transferring it, with more options. |
Ansible Full: service |
ansible-service-full |
Manage services with more options. |
Ansible Full: service_facts |
ansible-service_facts-full |
Return service state information as fact data. |
Ansible Full: set_fact |
ansible-set_fact-full |
Set host variable(s) and fact(s) with more complex examples. |
Ansible Full: set_stats |
ansible-set_stats-full |
Define and display stats for the current ansible run with more options. |
Ansible Full: setup |
ansible-setup-full |
Gathers facts about remote hosts (often run implicitly) with more options. |
Ansible Full: shell |
ansible-shell-full |
Execute shell commands on targets, allows pipes, redirects, etc., with more options. |
Ansible Full: slurp |
ansible-slurp-full |
Slurps a file from remote nodes (content is base64 encoded). |
Ansible Full: stat |
ansible-stat-full |
Retrieve file or file system status with more options. |
Ansible Full: subversion |
ansible-subversion-full |
Deploys a subversion repository with more options. |
Ansible Full: systemd_service |
ansible-systemd_service-full |
Manage systemd units with more options and states. |
Ansible Full: sysvinit |
ansible-sysvinit-full |
Manage SysV services with more options. |
Ansible Full: tempfile |
ansible-tempfile-full |
Creates temporary files and directories with more options. |
Ansible Full: template |
ansible-template-full |
Template a file out to a target host using Jinja2 with more options. |
Ansible Full: unarchive |
ansible-unarchive-full |
Unpacks an archive after (optionally) copying it from the local machine, with more options. |
Ansible Full: uri |
ansible-uri-full |
Interacts with web services with comprehensive options. |
Ansible Full: user |
ansible-user-full |
Manage user accounts with comprehensive options. |
Ansible Full: validate_argument_spec (Role Meta) |
ansible-validate_argument_spec-full |
Validate role argument specs within meta/argument_specs.yml. |
Ansible Full: wait_for |
ansible-wait_for-full |
Waits for a condition (port, path, regex) before continuing, with more options. |
Ansible Full: wait_for_connection |
ansible-wait_for_connection-full |
Waits until remote system is reachable/usable via the connection plugin. |
Ansible Full: yum_repository |
ansible-yum_repository-full |
Add or remove YUM/DNF repositories with comprehensive options. |
Ansible Full: yum |
ansible-yum-full |
Manages packages with the YUM package manager (also DNF on newer systems) with comprehensive options. |