Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x86-39/ansible_project_awx_mesh

Ansible Project to install AWX with a mesh topology
https://github.com/x86-39/ansible_project_awx_mesh

Last synced: about 4 hours ago
JSON representation

Ansible Project to install AWX with a mesh topology

Awesome Lists containing this project

README

        

Ansible Project - template
========================================

This is a template project

Using Template
--------------
To use this template for a new role, run

```bash
export NEW_PROJECT_NAME="NEW_NAME"

find README.md inventories playbooks vars files -type f -exec sed -i "s/template/${NEW_PROJECT_NAME}/g" {} + # Do not run this more than once

# Remove this section from README.md
sed -i "/Using Template/Q" README.md
```

This is also provided as a script as `replace.sh`.