diff options
author | Adriano C <acataluddi@gmail.com> | 2020-05-29 19:38:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 19:38:06 +0200 |
commit | bfc510a0f86e2201160a831c31126907ae520994 (patch) | |
tree | 6f778cc9854de7c19d383439c11f70d6564d1dff /docs/docsite | |
parent | Add support to install collections from git repositories (#69154) (diff) | |
download | ansible-bfc510a0f86e2201160a831c31126907ae520994.tar.xz ansible-bfc510a0f86e2201160a831c31126907ae520994.zip |
Update other_tools_and_programs.rst (#69499)
Diffstat (limited to 'docs/docsite')
-rw-r--r-- | docs/docsite/rst/community/other_tools_and_programs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 0b8e84e4f6..4d7326bc29 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -119,3 +119,5 @@ Other Tools - `nanvault <https://github.com/marcobellaccini/nanvault>`_ - a standalone tool to encrypt and decrypt files in the Ansible Vault format, featuring UNIX-style composability. - `OpsTools-ansible <https://github.com/centos-opstools/opstools-ansible>`_ - uses Ansible to configure an environment that provides the support of `OpsTools <https://wiki.centos.org/SpecialInterestGroup/OpsTools>`_, namely centralized logging and analysis, availability monitoring, and performance monitoring. - `TD4A <https://github.com/cidrblock/td4a>`_ - a template designer for automation. TD4A is a visual design aid for building and testing jinja2 templates. It will combine data in yaml format with a jinja2 template and render the output. +- `PHP-Ansible <https://github.com/maschmann/php-ansible>`_ - an object oriented Ansible wrapper for PHP. + |