remove host from inventory.ini

This commit is contained in:
Denis-Cosmin Nutiu 2025-02-06 22:51:31 +02:00
parent 68c5198418
commit b8ba773cb2
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[nuculabs] [nuculabs]
legion.nuculabs.com ansible_user=dnutiu xxx.nuculabs ansible_user=xxx
[local] [local]
localhost ansible_connection=local localhost

View file

@ -1,7 +1,7 @@
[Container] [Container]
ContainerName=redis ContainerName=redis
ServiceName=redis ServiceName=redis
Image={{ redis.image_name }} Image={{redis.image_name}}
Network=peertube.network Network=peertube.network
[Service] [Service]