The UI for the Ansible Automation Platform.
A live instance of the latest development version is running at AnsibleDev.com.
-
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.
-
Clone Repository
git clone [email protected]:ansible/ansible-ui.git
-
Install Package Dependencies
npm ci
-
Start Project
npm start
This will start the frontend and the proxy in parallel.
The UI will open and load after a few seconds.
-
View the development documentation
- Development
- Framework - A framework for building applications using PatternFly.
The latest version of the Ansible UI can be run locally using docker.
docker run --rm -e PORT=4321 -p 4321:4321 quay.io/ansible/ansible-ui
Then goto https://localhost:4321