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]
|
||||
legion.nuculabs.com ansible_user=dnutiu
|
||||
xxx.nuculabs ansible_user=xxx
|
||||
|
||||
[local]
|
||||
localhost ansible_connection=local
|
||||
localhost
|
|
@ -1,7 +1,7 @@
|
|||
[Container]
|
||||
ContainerName=redis
|
||||
ServiceName=redis
|
||||
Image={{ redis.image_name }}
|
||||
Image={{redis.image_name}}
|
||||
Network=peertube.network
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Add table
Reference in a new issue