Use namespaced doc fragment, cleanup

doc fragment will now be at awx.awx.auth
changed from just tower, which source from core

remove Makefile things no longer needed
This commit is contained in:
AlanCoding
2019-09-18 08:43:36 -04:00
parent 75bb7aae14
commit 7dd8e35e8c
27 changed files with 88 additions and 29 deletions

View File

@@ -1,11 +1,11 @@
# AWX Ansible Collection
This Ansible collection allow for easy interaction with an AWX or Ansible Tower
This Ansible collection allows for easy interaction with an AWX or Ansible Tower
server in Ansible playbooks.
The previous home for this collection was in https://github.com/ansible/ansible
inside the folder `lib/ansible/modules/web_infrastructure/ansible_tower`
as well as other places for the inventory plugin, module utils, and
as well as other folders for the inventory plugin, module utils, and
doc fragment.
## Running