issue-457: Update all occurrences of Ansible core to Ansible Core (#471) (#525)

(cherry picked from commit 0bc0a653c5)

Co-authored-by: Michelle McCausland <141345897+michellemacrh@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2023-10-05 14:27:49 -04:00
committed by GitHub
parent 19167885b9
commit 8504f3d97d
10 changed files with 14 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
# ansible-documentation
This repository holds the ReStructuredText (RST) source, and other files, for user documentation related to the Ansible package and Ansible core.
This repository holds the ReStructuredText (RST) source, and other files, for user documentation related to the Ansible package and Ansible Core.
> Documentation for modules and plugins that are officially supported by the Ansible core engineering team is available in the [`ansible/ansible`](https://github.com/ansible/ansible) repository.
> Documentation for modules and plugins that are officially supported by the Ansible Core engineering team is available in the [`ansible/ansible`](https://github.com/ansible/ansible) repository.
## Building Ansible community documentation

View File

@@ -181,7 +181,7 @@ Your first post to the mailing list will be moderated (to reduce spam), so pleas
* `Ansible Announce list <https://groups.google.com/forum/#!forum/ansible-announce>`_ is a read-only list that shares information about new releases of Ansible, and also rare infrequent event information, such as announcements about an upcoming AnsibleFest, which is our official conference series. Worth subscribing to!
* `Ansible AWX List <https://groups.google.com/forum/#!forum/awx-project>`_ is for `Ansible AWX <https://github.com/ansible/awx>`_
* `Ansible Development List <https://groups.google.com/forum/#!forum/ansible-devel>`_ is for questions about developing Ansible modules (mostly in Python), fixing bugs in the Ansible core code, asking about prospective feature design, or discussions about extending Ansible or features in progress.
* `Ansible Development List <https://groups.google.com/forum/#!forum/ansible-devel>`_ is for questions about developing Ansible modules (mostly in Python), fixing bugs in the Ansible Core code, asking about prospective feature design, or discussions about extending Ansible or features in progress.
* `Ansible Outreach List <https://groups.google.com/forum/#!forum/ansible-outreach>`_ help with promoting Ansible and `Ansible Meetups <https://www.meetup.com/topics/ansible/>`_
* `Ansible Project List <https://groups.google.com/forum/#!forum/ansible-project>`_ is for sharing Ansible tips, answering questions about playbooks and roles, and general user discussion.
* `Molecule Discussions <https://github.com/ansible-community/molecule/discussions>`_ is designed to aid with the development and testing of Ansible roles with Molecule.

View File

@@ -99,7 +99,7 @@ Drop the ``--user`` option in the following commands if you use a virtual enviro
pip install --user --upgrade pip
#. Clone required parts of Ansible core for the docs build.
#. Clone required parts of Ansible Core for the docs build.
.. code-block:: bash
@@ -149,13 +149,13 @@ Building the documentation is the best way to check for errors and review your c
If building on macOS with Python 3.8 or later, you must use Sphinx >= 2.2.2. See `#6803 <https://github.com/sphinx-doc/sphinx/pull/6879>`_ for details.
Periodically cloning Ansible core
Periodically cloning Ansible Core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Documentation in the ``ansible/ansible-documentation`` repository builds "on top of" the ``ansible/ansible`` repository.
When you set up your local build environment, you clone the relevant parts Ansible core.
When you set up your local build environment, you clone the relevant parts Ansible Core.
To ensure that you use the latest source from Ansible core, you should periodically run the following script before you build documentation:
To ensure that you use the latest source from Ansible Core, you should periodically run the following script before you build documentation:
.. code-block:: bash

View File

@@ -69,7 +69,7 @@ You can also get started with solving GitHub issues labeled with the ``easyfix``
When you choose an issue to work on, add a comment directly on the GitHub issue to say you are looking at it and let others know to avoid conflicting work.
You can also ask for help in a comment if you need it.
Another good way to help is to review pull requests that other Ansible users have submitted. Ansible core keeps a full list of `open pull requests by file <https://ansible.sivel.net/pr/byfile.html>`_, so if a particular module or plugin interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback. Alternatively, you can review the pull requests for any collections that interest you. Click :guilabel:`Issue tracker` on the collection documentation page to find the issues and PRs for that collection.
Another good way to help is to review pull requests that other Ansible users have submitted. Ansible Core keeps a full list of `open pull requests by file <https://ansible.sivel.net/pr/byfile.html>`_, so if a particular module or plugin interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback. Alternatively, you can review the pull requests for any collections that interest you. Click :guilabel:`Issue tracker` on the collection documentation page to find the issues and PRs for that collection.
Become a collection maintainer
==============================

View File

@@ -7,7 +7,7 @@
Ansible Core Documentation
**************************
Ansible core, or ``ansible-core`` is the main building block and architecture for Ansible, and includes:
Ansible Core, or ``ansible-core`` is the main building block and architecture for Ansible, and includes:
* CLI tools such as ``ansible-playbook``, ``ansible-doc``. and others for driving and interacting with automation.
* The Ansible language that uses YAML to create a set of rules for developing Ansible Playbooks and includes functions such as conditionals, blocks, includes, loops, and other Ansible imperatives.

View File

@@ -4,7 +4,7 @@
Creating a new collection
*************************
Starting with Ansible 2.10, related modules should be developed in a collection. The Ansible core team and community compiled these module development tips and tricks to help companies developing Ansible modules for their products and users developing Ansible modules for third-party products. See :ref:`developing_collections` for a more detailed description of the collections format and additional development guidelines.
Starting with Ansible 2.10, related modules should be developed in a collection. The Ansible Core team and community compiled these module development tips and tricks to help companies developing Ansible modules for their products and users developing Ansible modules for third-party products. See :ref:`developing_collections` for a more detailed description of the collections format and additional development guidelines.
.. contents::
:local:

View File

@@ -32,7 +32,7 @@ At a high level we have the following classifications of tests:
* The primary purpose of these tests is to enforce Ansible coding standards and requirements.
:integration:
* :ref:`testing_integration`
* Functional tests of modules and Ansible core functionality.
* Functional tests of modules and Ansible Core functionality.
:units:
* :ref:`testing_units`
* Tests directly against individual parts of the code base.

View File

@@ -14,7 +14,7 @@ You may need to track hosts from multiple sources: cloud providers, LDAP, `Cobbl
Ansible integrates all of these options through a dynamic external inventory system.
Ansible supports two ways to connect with external inventory: :ref:`inventory_plugins` and `inventory scripts`.
Inventory plugins take advantage of the most recent updates to the Ansible core code.
Inventory plugins take advantage of the most recent updates to the Ansible Core code.
We recommend plugins over scripts for dynamic inventory.
You can :ref:`write your own plugin <developing_inventory>` to connect to additional dynamic inventory sources.

View File

@@ -406,7 +406,7 @@ The deprecation cycle in ``ansible-core`` is normally across 4 feature releases
.. seealso::
:ref:`community_committer_guidelines`
Guidelines for Ansible core contributors and maintainers
Guidelines for Ansible Core contributors and maintainers
:ref:`testing_strategies`
Testing strategies
:ref:`ansible_community_guide`

View File

@@ -2,7 +2,7 @@ Hi!
Thank you very much for your submission to Ansible. It means a lot to us that you've taken the time to contribute.
Since Ansible 2.10 we are no longer accepting new modules/plugins into Ansible core. However, we recommend looking into providing this functionality through Ansible Galaxy via Ansible Collections. You can find more information about collections at:
Since Ansible 2.10 we are no longer accepting new modules/plugins into Ansible Core. However, we recommend looking into providing this functionality through Ansible Galaxy via Ansible Collections. You can find more information about collections at:
* https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html.