ceb474bb9e
Batch of docs backports: * docs: Clarify include_task v import_tasks with conditionals (#43856) (cherry picked from commit6be42a2a0e
) * Add single quotes around package name (#45152) (cherry picked from commit0d81386144
) * prefer ansible_facts namespace and dict notation (#44980) (cherry picked from commit44510448b0
) * fix cherrypick conflict - scenario_guides * Update implicit_localhost.rst (#45455) (cherry picked from commitf68cd1acc6
) * updated fbsd install instructions (#45309) (cherry picked from commite9c2695ce7
) * Change "Defaulting Undefined Variables" (#41379) (cherry picked from commite35c4be1c1
) * adds license details to dev guide pages (#45574) (cherry picked from commit6e68d77f6d
) * FAQ: fix a typo, add link to 'vars' lookup (#42412) (cherry picked from commit95649dc793
) * Fix link and toctree (#45595) (cherry picked from commit6999bf318f
) * Improve the local toctree (and title) (#45590) (cherry picked from commitafea00fa9f
) * Add undocumented configuration parameter and explain in porting guide (#36059) (cherry picked from commita892a6ef03
) * Simplify PPA installation for Ubuntu (#45690) (cherry picked from commit78e9f452a5
) * adding git+ssh uri scheme (#36025) (cherry picked from commit84a4257774
) * Add workaround for non-standard kerberos environments (#41465) (cherry picked from commit4e532e0ad9
) * Restore license agreement (#45809) (cherry picked from commitf430f60541
) * partial cherry-pick - lenovo doc update PR 45483
75 lines
3.6 KiB
ReStructuredText
75 lines
3.6 KiB
ReStructuredText
.. _communication:
|
|
|
|
*************
|
|
Communicating
|
|
*************
|
|
|
|
.. contents:: Topics
|
|
|
|
Code of Conduct
|
|
===============
|
|
|
|
Please read and understand the :ref:`code_of_conduct`.
|
|
|
|
Mailing list information
|
|
========================
|
|
|
|
Ansible has several mailing lists. Your first post to the mailing list will be moderated (to reduce spam), so please allow up to a day or so for your first post to appear.
|
|
|
|
`Ansible Project List <https://groups.google.com/forum/#!forum/ansible-project>`_ is for sharing Ansible tips, answering questions, and general user discussion.
|
|
|
|
`Ansible Development List <https://groups.google.com/forum/#!forum/ansible-devel>`_ is for learning how to develop on Ansible, asking about prospective feature design, or discussions about extending ansible or features in progress.
|
|
|
|
`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.
|
|
|
|
`Ansible Container List <https://groups.google.com/forum/#!forum/ansible-container>`_ is for users and developers of the Ansible Container project.
|
|
|
|
`Ansible Lockdown List <https://groups.google.com/forum/#!forum/ansible-lockdown>`_ is for all things related to Ansible Lockdown projects, including DISA STIG automation and CIS Benchmarks.
|
|
|
|
To subscribe to a group from a non-Google account, you can send an email to the subscription address requesting the subscription. For example: `ansible-devel+subscribe@googlegroups.com`
|
|
|
|
IRC channels
|
|
============
|
|
|
|
Ansible has several IRC channels on Freenode (irc.freenode.net).
|
|
|
|
General channels
|
|
----------------
|
|
|
|
- ``#ansible`` - For general use questions and support.
|
|
- ``#ansible-devel`` - For discussions on developer topics and code related to features/bugs.
|
|
- ``#ansible-meeting`` - For public community meetings. We will generally announce these on one or more of the above mailing lists. See the `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/meetings/README.md>`_
|
|
- ``#ansible-notices`` - Mostly bot output from things like GitHub, etc.
|
|
|
|
Working groups
|
|
--------------
|
|
|
|
- ``#ansible-aws`` - For discussions on Amazon Web Services.
|
|
- ``#ansible-community`` - Channel for discussing Ansible Community related things.
|
|
- ``#ansible-container`` - For discussions on Ansible Container.
|
|
- ``#ansible-jboss`` - Channel for discussing JBoss and Ansible related things.
|
|
- ``#ansible-network`` - Channel for discussing Network and Ansible related things.
|
|
- ``#ansible-news`` - Channel for discussing Ansible Communication & News related things.
|
|
- ``#ansible-vmware`` - For discussions on Ansible & VMware.
|
|
- ``#ansible-windows`` - For discussions on Ansible & Windows.
|
|
|
|
|
|
Language-specific channels
|
|
--------------------------
|
|
|
|
- ``#ansible-es`` - Channel for Spanish speaking Ansible community.
|
|
- ``#ansible-fr`` - Channel for French speaking Ansible community.
|
|
|
|
|
|
IRC meetings
|
|
------------
|
|
|
|
The Ansible community holds regular IRC meetings on various topics, and anyone who is interested is invited to
|
|
participate. For more information about Ansible meetings, consult the `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/meetings/README.md>`_.
|
|
|
|
Tower support questions
|
|
========================
|
|
|
|
Ansible `Tower <https://www.ansible.com/products/tower>`_ is a UI, Server, and REST endpoint for Ansible.
|
|
|
|
If you have a question about Ansible Tower, visit `Red Hat support <https://access.redhat.com/products/ansible-tower-red-hat/>`_ rather than using the IRC channel or the general project mailing list.
|