/ansible-ui

Ansible UI

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Ansible UI

The UI for Ansible.

A live instance of the latest development version is running at AnsibleDev.com.

Getting Started

  1. Prerequisites

    • Node 18.x (recommended)
    • NPM 8.x (recommended)

    Note: The project should with older versions of node and npm but may require regenerating the package-lock.json.

  2. Clone Repository

    git clone git@github.com:ansible/ansible-ui.git
    
  3. Install Package Dependencies

    npm ci
    
  4. Start Project

    npm start
    

    This will start the frontend and the proxy in parallel.

    The UI will open and load after a few seconds.

  5. View the development documentation

Code of Conduct

We ask all of our community members and contributors to adhere to the Ansible code of conduct. If you have questions or need assistance, please reach out to our community team at codeofconduct@ansible.com