Skip to content

Commit

Permalink
update docs (#105)
Browse files Browse the repository at this point in the history
* update docs

* linting
  • Loading branch information
sean-m-sullivan committed Oct 21, 2020
1 parent 01c3b42 commit cf169fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Tower token module would be invoked with this code:

```

### Tower Export
The awx command line can export json that is compatable with this collection.
More details can be found [here](playbooks/tower_configs_export_model/README.md)

### See Also:

* [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
Expand Down
6 changes: 2 additions & 4 deletions playbooks/tower_configs_export_model/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Ansible Tower Export Documentation

## Description
This is documentation on how to use a the Tower export commands in development. All commands are subject to change.
This is documentation on how to use a the Tower export commands in development.

This command for awx allows you to export all available endpoints for tower for use in import, use in your own templates, for backup and many other uses.

## Installation
clone https://github.com/john-westcott-iv/awx/tree/import-export-collection
cd awxkit
sudo pip3 install -r requirements.txt
pip install awxkit

## Basic command options
awx export --conf.host https://localhost --conf.username admin --conf.password ******** --conf.insecure --help
Expand Down

0 comments on commit cf169fc

Please sign in to comment.