Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pâquerette
Infrastructure
Ansible Pâquerette
Commits
0dcea0ac
Commit
0dcea0ac
authored
Jul 18, 2022
by
Pâquerette Instance
Browse files
[fix] Ajout du serveur_name pour l'ajout des volumes (hard-coded before)
parent
d842b02e
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0dcea0ac
...
...
@@ -6,6 +6,7 @@ group_vars/*
releases/*
contract/*
paquerette_utils.conf.yml
hz_token
# IDE
.idea
\ No newline at end of file
.idea
roles/nextcloud_instance/defaults/main.yml
View file @
0dcea0ac
...
...
@@ -19,3 +19,4 @@
_smtp_authtype
:
"
PLAIN"
_smtp_secure
:
"
tls"
_smtp_auth
:
"
1"
roles/nextcloud_instance/tasks/volume.yml
View file @
0dcea0ac
...
...
@@ -4,7 +4,7 @@
hcloud_volume
:
api_token
:
"
{{
hcloud_token
}}"
name
:
"
{{
volume_name
}}"
server
:
vps11.paquerette.eu
server
:
"
{{
server_name
}}"
format
:
ext4
size
:
"
{{
volume_size
}}"
state
:
present
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment