mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Update main.yml
add the image variables
This commit is contained in:
parent
e13092fb76
commit
6561eddece
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ nextcloud_available_externally: false
|
|||
# directories
|
||||
nextcloud_data_directory: "{{ docker_home }}/nextcloud"
|
||||
|
||||
# images
|
||||
nextcloud_image: "nextcloud:14"
|
||||
nextcloud_mysql_image: "mysql:5.7"
|
||||
|
||||
# network
|
||||
nextcloud_port: "8080"
|
||||
nextcloud_hostname: "nextcloud"
|
||||
|
|
Loading…
Reference in a new issue