mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
libravatar: mount volume to /dev/vdc due to swap being on /dev/vdb already
This commit is contained in:
@@ -10,7 +10,7 @@ root_auth_users: clime
|
||||
description: libravatar production server
|
||||
tcp_ports: ['22', '80', '443']
|
||||
# volumes: libravatar-data
|
||||
volumes: [ {volume_id: '50141ea0-9d3f-41bd-a78a-f902bb6a99c2', device: '/dev/vdb'} ]
|
||||
volumes: [ {volume_id: '50141ea0-9d3f-41bd-a78a-f902bb6a99c2', device: '/dev/vdc'} ]
|
||||
inventory_tenant: persistent
|
||||
# name of machine in OpenStack
|
||||
inventory_instance_name: libravatar
|
||||
|
||||
Reference in New Issue
Block a user