AnsibleWeb
The Ansible Web management interface based on Flask and React provides functions such as host management, command execution, file transfer, and Web terminal.
# Ansible Web Management Panel The Ansible Web management interface based on Flask and React provides functions such as host management, command execution, file transfer, and Web terminal. Username/Password: admin123/admin123 ##Functional characteristics - Host management: Add, edit, delete, and batch import hosts - Host password encryption storage improves security - Command execution: Send a command to the selected host and view the results - File Upload: Upload files to the selected host - Customize Playbook execution: Writing and executing Ansible Playbook tasks - Web terminal: Connect directly to remote host via browser - SFTP management: Browse and manage remote file systems - Access Log: Record and view system access ##Security Features - ** Certificate derived encryption **: The system uses the administrator's username and password to derive the encryption key, providing an additional layer of security - ** Session isolation **: The encryption key only exists during the user login session, and the encrypted data cannot be accessed without login - ** Zero local storage **: Encryption keys are not stored in the file system at all, only derived and used in memory - ** No default credentials **: The system forces the setting of administrator environment variables, and does not use any default values or alternative solutions

