From 075164d1839dea9d4f60a3e0f2d0cdba90889c39 Mon Sep 17 00:00:00 2001 From: Fabien Sanglier Date: Thu, 16 Jun 2022 18:33:02 -0400 Subject: [PATCH 1/2] update docs --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36a69e1..f60a897 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # webmethods-ansible-api-gateway A starter project to automate with Ansible the tasks related to APIGateway platform -supersecret +This project makes use of various common Ansible roles available at [github.com/SoftwareAG](https://github.com/SoftwareAG) (search for "ansible") +For more details, go to [Preparation Steps](./README_Preps.md) + +## Authors + +Fabien Sanglier +- Emails: [@Software AG](mailto:fabien.sanglier@softwareag.com) // [@Software AG Government Solutions](mailto:fabien.sanglier@softwareaggov.com) +- Github: + - [Fabien Sanglier](https://github.com/lanimall) + - [Fabien Sanglier @ SoftwareAG Government Solutions](https://github.com/fabien-sanglier-saggs) ## Preparation steps @@ -62,3 +71,13 @@ run_ansible_uat workflow_apigateway_clustering.yaml ```bash run_ansible_uat configure_apigateway_settings.yaml ``` + + +______________________ +These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project. +_____________ +For more information you can Ask a Question in the [TECHcommunity Forums](http://tech.forums.softwareag.com/techjforum/forums/list.page?product=webmethods). + +You can find additional information in the [Software AG TECHcommunity](http://techcommunity.softwareag.com/home/-/product/name/webmethods). +_____________ +Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions. From 7d311a1309360b0c30b5ae29da5385cc4c616328 Mon Sep 17 00:00:00 2001 From: Fabien Sanglier Date: Thu, 16 Jun 2022 18:33:12 -0400 Subject: [PATCH 2/2] update docs --- README_Preps.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README_Preps.md b/README_Preps.md index c6af3bd..3531fbd 100644 --- a/README_Preps.md +++ b/README_Preps.md @@ -2,6 +2,14 @@ Preparation steps!! +## Authors + +Fabien Sanglier +- Emails: [@Software AG](mailto:fabien.sanglier@softwareag.com) // [@Software AG Government Solutions](mailto:fabien.sanglier@softwareaggov.com) +- Github: + - [Fabien Sanglier](https://github.com/lanimall) + - [Fabien Sanglier @ SoftwareAG Government Solutions](https://github.com/fabien-sanglier-saggs) + ## Get the project's code Get the project on the ansible server: @@ -78,3 +86,13 @@ ansible all -m ping ```bash ansible all --become -m raw -a "yum install -y python3" ``` + + +______________________ +These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project. +_____________ +For more information you can Ask a Question in the [TECHcommunity Forums](http://tech.forums.softwareag.com/techjforum/forums/list.page?product=webmethods). + +You can find additional information in the [Software AG TECHcommunity](http://techcommunity.softwareag.com/home/-/product/name/webmethods). +_____________ +Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions.