remove host from inventory.ini
This commit is contained in:
parent
68c5198418
commit
b8ba773cb2
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[nuculabs]
|
[nuculabs]
|
||||||
legion.nuculabs.com ansible_user=dnutiu
|
xxx.nuculabs ansible_user=xxx
|
||||||
|
|
||||||
[local]
|
[local]
|
||||||
localhost ansible_connection=local
|
localhost
|
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue