Add uatu
This commit is contained in:
parent
19f52d682e
commit
257b710ce3
@ -20,6 +20,8 @@ all:
|
|||||||
ansible_host: 192.168.50.103
|
ansible_host: 192.168.50.103
|
||||||
node-04.lan:
|
node-04.lan:
|
||||||
ansible_host: 192.168.50.104
|
ansible_host: 192.168.50.104
|
||||||
|
uatu.lan:
|
||||||
|
ansible_host: 192.168.50.106
|
||||||
node-x86.lan:
|
node-x86.lan:
|
||||||
ansible_host: 192.168.50.186
|
ansible_host: 192.168.50.186
|
||||||
remote_server:
|
remote_server:
|
||||||
|
53
main.yml
53
main.yml
@ -1,26 +1,31 @@
|
|||||||
---
|
---
|
||||||
#- hosts: prusa
|
- hosts: prusa
|
||||||
# roles:
|
roles:
|
||||||
# - ssh
|
- ssh
|
||||||
# - octoprint
|
- octoprint
|
||||||
# - ubuntu
|
- ubuntu
|
||||||
|
|
||||||
#- hosts: docker_cluster
|
- hosts: docker_cluster
|
||||||
# roles:
|
roles:
|
||||||
# - node_explorer
|
- node_explorer
|
||||||
# - ssh
|
- ssh
|
||||||
# - docker-cluster
|
- docker-cluster
|
||||||
# - ubuntu
|
- ubuntu
|
||||||
#
|
|
||||||
#- hosts: raspberry
|
- hosts: raspberry
|
||||||
# roles:
|
roles:
|
||||||
# - i2c-clock
|
- i2c-clock
|
||||||
#
|
|
||||||
#- hosts: router.lan
|
- hosts: router.lan
|
||||||
# roles:
|
roles:
|
||||||
# - router
|
- router
|
||||||
#
|
|
||||||
#- hosts: remote_server
|
- hosts: remote_server
|
||||||
# roles:
|
roles:
|
||||||
# - docker
|
- docker
|
||||||
#
|
|
||||||
|
- hosts: uatu.lan
|
||||||
|
roles:
|
||||||
|
- ssh
|
||||||
|
- ubuntu
|
||||||
|
- docker
|
@ -34,18 +34,28 @@
|
|||||||
pip:
|
pip:
|
||||||
virtualenv: /home/octoprint
|
virtualenv: /home/octoprint
|
||||||
name:
|
name:
|
||||||
|
# Bed Visualizer
|
||||||
- https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip
|
- https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip
|
||||||
- https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/master.zip
|
# Cancel Objects
|
||||||
- https://github.com/juniorRubyist/OctoPrint-OctoFlat/archive/master.zip
|
|
||||||
- https://github.com/kanocz/octopi_eta_override/archive/master.zip
|
|
||||||
# - https://github.com/OllisGit/OctoPrint-SpoolManager/releases/latest/download/master.zip
|
|
||||||
- https://github.com/OllisGit/OctoPrint-DeleteAfterPrint/releases/latest/download/master.zip
|
|
||||||
# - https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/latest/download/master.zip
|
|
||||||
- https://github.com/paukstelis/OctoPrint-Cancelobject/archive/master.zip
|
- https://github.com/paukstelis/OctoPrint-Cancelobject/archive/master.zip
|
||||||
- https://github.com/jukebox42/Octoprint-PrusaMMU/releases/latest/download/Octoprint-PrusaMmu.zip
|
# Continuous Print
|
||||||
# - https://github.com/Renaud11232/OctoPrint-Resource-Monitor/archive/master.zip
|
|
||||||
- https://github.com/agrif/OctoPrint-InfluxDB/archive/master.zip
|
|
||||||
- https://github.com/BillyBlaze/OctoPrint-TouchUI/archive/master.zip
|
|
||||||
- https://github.com/smartin015/continuousprint/archive/refs/heads/master.zip
|
- https://github.com/smartin015/continuousprint/archive/refs/heads/master.zip
|
||||||
|
# DeleteAfterPrint Plugin
|
||||||
|
- https://github.com/OllisGit/OctoPrint-DeleteAfterPrint/releases/latest/download/master.zip
|
||||||
|
# Firmware Updater
|
||||||
- https://github.com/OctoPrint/OctoPrint-FirmwareUpdater/archive/refs/heads/master.zip
|
- https://github.com/OctoPrint/OctoPrint-FirmwareUpdater/archive/refs/heads/master.zip
|
||||||
|
# HomeAssistant Discovery
|
||||||
|
- https://github.com/cmroche/OctoPrint-HomeAssistant/archive/master.zip
|
||||||
|
# MQTT
|
||||||
|
- https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip
|
||||||
|
# OctoFlat Theme
|
||||||
|
- https://github.com/juniorRubyist/OctoPrint-OctoFlat/archive/master.zip
|
||||||
|
# Octolapse
|
||||||
- https://github.com/FormerLurker/Octolapse/archive/master.zip
|
- https://github.com/FormerLurker/Octolapse/archive/master.zip
|
||||||
|
# Prusa ETA override Plugin
|
||||||
|
- https://github.com/kanocz/octopi_eta_override/archive/master.zip
|
||||||
|
# Prusa MMU
|
||||||
|
- https://github.com/jukebox42/Octoprint-PrusaMMU/releases/latest/download/Octoprint-PrusaMmu.zip
|
||||||
|
# Slicer Thumbnails
|
||||||
|
- https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/master.zip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user