diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2022-03-29 17:09:09 +0200 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2022-06-13 23:10:52 +0200 |
commit | c854267a3b7e70668beced393c6b8f2f5f64ed58 (patch) | |
tree | 155f8e898e97770ec1d7e6df8addc5923e52c6f7 /docs | |
parent | 39552c97f0bcb60e41b82424bed22eb25e790c9a (diff) | |
download | debian-ansible-core-c854267a3b7e70668beced393c6b8f2f5f64ed58.zip |
New upstream version 2.12.4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/installation_guide/intro_installation.rst | 5 | ||||
-rw-r--r-- | docs/man/man1/ansible-config.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-console.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-doc.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-galaxy.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-inventory.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-playbook.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-pull.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible-vault.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible.1 | 2 |
10 files changed, 10 insertions, 13 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 7ec8f6d9..ce360ce1 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -85,6 +85,7 @@ Ansible also distributes a minimalist object called ``ansible-core`` (or ``ansib You can choose any of the following ways to install ``ansible-core``: * Install ``ansible-core`` (version 2.11 and greater) or ``ansible-base`` (version 2.10) with ``pip``. +* Install ``ansible-core`` (version 2.11 and greater) RPM package with ``dnf``. * Install ``ansible-core`` from source from the ansible/ansible GitHub repository to access the development (``devel``) version to develop or test the latest features. .. note:: @@ -241,10 +242,6 @@ On CentOS: RPMs for currently supported versions of RHEL and CentOS are also available from `EPEL <https://fedoraproject.org/wiki/EPEL>`_. -.. note:: - - Since Ansible 2.10 for RHEL is not available at this time, continue to use Ansible 2.9. - Ansible can manage older operating systems that contain Python 2.6 or higher. .. _from_apt: diff --git a/docs/man/man1/ansible-config.1 b/docs/man/man1/ansible-config.1 index 95a7fcfb..c10b447a 100644 --- a/docs/man/man1/ansible-config.1 +++ b/docs/man/man1/ansible-config.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-CONFIG 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-CONFIG 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-config \- View ansible configuration. . diff --git a/docs/man/man1/ansible-console.1 b/docs/man/man1/ansible-console.1 index a66e8fa1..ebc61205 100644 --- a/docs/man/man1/ansible-console.1 +++ b/docs/man/man1/ansible-console.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-CONSOLE 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-CONSOLE 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-console \- REPL console for executing Ansible tasks. . diff --git a/docs/man/man1/ansible-doc.1 b/docs/man/man1/ansible-doc.1 index 5142e598..53c7c98a 100644 --- a/docs/man/man1/ansible-doc.1 +++ b/docs/man/man1/ansible-doc.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-DOC 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-DOC 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-doc \- plugin documentation tool . diff --git a/docs/man/man1/ansible-galaxy.1 b/docs/man/man1/ansible-galaxy.1 index 0b4c0f0e..67fd5128 100644 --- a/docs/man/man1/ansible-galaxy.1 +++ b/docs/man/man1/ansible-galaxy.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-GALAXY 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-GALAXY 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-galaxy \- Perform various Role and Collection related operations. . diff --git a/docs/man/man1/ansible-inventory.1 b/docs/man/man1/ansible-inventory.1 index a6724b4f..69cdaccf 100644 --- a/docs/man/man1/ansible-inventory.1 +++ b/docs/man/man1/ansible-inventory.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-INVENTORY 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-INVENTORY 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-inventory \- None . diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index 1521cc43..b8e1cdde 100644 --- a/docs/man/man1/ansible-playbook.1 +++ b/docs/man/man1/ansible-playbook.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-PLAYBOOK 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-PLAYBOOK 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-playbook \- Runs Ansible playbooks, executing the defined tasks on the targeted hosts. . diff --git a/docs/man/man1/ansible-pull.1 b/docs/man/man1/ansible-pull.1 index 5eb87f23..522ac194 100644 --- a/docs/man/man1/ansible-pull.1 +++ b/docs/man/man1/ansible-pull.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-PULL 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-PULL 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-pull \- pulls playbooks from a VCS repo and executes them for the local host . diff --git a/docs/man/man1/ansible-vault.1 b/docs/man/man1/ansible-vault.1 index 431b1516..da04c000 100644 --- a/docs/man/man1/ansible-vault.1 +++ b/docs/man/man1/ansible-vault.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE-VAULT 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE-VAULT 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible-vault \- encryption/decryption utility for Ansible data files . diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1 index 6ee36c5a..98845e32 100644 --- a/docs/man/man1/ansible.1 +++ b/docs/man/man1/ansible.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH ANSIBLE 1 "" "Ansible 2.12.3" "System administration commands" +.TH ANSIBLE 1 "" "Ansible 2.12.4" "System administration commands" .SH NAME ansible \- Define and run a single task 'playbook' against a set of hosts . |