Migrated from github.com/shafiqalibhai/ansible2archimate
  • Python 94.6%
  • Dockerfile 5.4%
Find a file
2026-04-27 22:38:01 +00:00
ansible2archimate First publishing 2017-08-08 22:15:50 +03:00
callbacks First publishing 2017-08-08 22:15:50 +03:00
.gitignore First publishing 2017-08-08 22:15:50 +03:00
Dockerfile Add Dockerfile: Python 3 image installing ansible2archimate as a CLI 2026-04-27 22:38:01 +00:00
README.md Update README with comprehensive project information 2026-04-27 20:32:42 +00:00
requirements.txt First publishing 2017-08-08 22:15:50 +03:00
setup.py First publishing 2017-08-08 22:15:50 +03:00

ansible2archimate

Overview

  • Sync Ansible projects with Archi diagramm

Detected project type: Python.

This repository was migrated from upstream source github.com/shafiqalibhai/ansible2archimate and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 30 KB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0

Languages

Language Bytes Share
Python 12,560 bytes 100.0%

Repository structure

  • ansible2archimate/
  • callbacks/
  • .gitignore (215 B)
  • README.md (44 B)
  • requirements.txt (87 B)
  • setup.py (525 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/ansible2archimate.git
cd ansible2archimate

Installation

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

Usage

Invoke the main entry point:

python3 main.py    # or the appropriate module

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

  • Sync Ansible projects with Archi diagramm

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

No LICENSE file is currently present in this repository. Treat the contents as all rights reserved by the author until an explicit license is added. If you intend to share or accept contributions, consider adding an OSI-approved license such as MIT, Apache-2.0, or GPL-3.0.

Repository

  • Browse: https://forgejo.deployview.com/ssa/ansible2archimate
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/ansible2archimate.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/ansible2archimate.git
  • Upstream / origin: github.com/shafiqalibhai/ansible2archimate

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.