Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/x86-39/ansible_project_awx_mesh
- Owner: x86-39
- License: mit
- Created: 2024-02-04T15:25:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T15:25:32.000Z (10 months ago)
- Last Synced: 2024-11-08T10:54:50.104Z (11 days ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.