add stirling pdf deployment

This commit is contained in:
2026-07-21 15:28:16 +00:00
parent c18e167506
commit 3a57faf55c
4 changed files with 127 additions and 10 deletions

View File

@@ -14,3 +14,11 @@ docker-test ansible_host=10.100.5.90 ansible_user=ansible ansible_python_interpr
[tracearr_servers]
tracearr ansible_host=10.100.5.102 ansible_user=ansible ansible_python_interpreter=/usr/bin/python3
# END ANSIBLE MANAGED tracearr
# BEGIN ANSIBLE MANAGED stirling-pdf
[stirling_pdf_servers]
stirling-pdf ansible_host=10.100.5.105 ansible_user=ansible ansible_python_interpreter=/usr/bin/python3
# END ANSIBLE MANAGED stirling-pdf
# BEGIN ANSIBLE MANAGED passwordpusher
[passwordpusher_servers]
passwordpusher ansible_host=10.100.5.104 ansible_user=ansible ansible_python_interpreter=/usr/bin/python3
# END ANSIBLE MANAGED passwordpusher