Cleanup Frey file (#104)
This commit is contained in:
parent
d016e08918
commit
63014c78cc
|
@ -111,7 +111,22 @@ install {
|
||||||
name = "Install tusd"
|
name = "Install tusd"
|
||||||
roles {
|
roles {
|
||||||
role = "{{{init.paths.roles_dir}}}/apt/1.4.0"
|
role = "{{{init.paths.roles_dir}}}/apt/1.4.0"
|
||||||
apt_install = ["apg", "build-essential", "curl", "git-core", "htop", "iotop", "libpcre3", "logtail", "mlocate", "mtr", "psmisc", "telnet", "vim", "wget"]
|
apt_install = [
|
||||||
|
"apg",
|
||||||
|
"build-essential",
|
||||||
|
"curl",
|
||||||
|
"git-core",
|
||||||
|
"htop",
|
||||||
|
"iotop",
|
||||||
|
"libpcre3",
|
||||||
|
"logtail",
|
||||||
|
"mlocate",
|
||||||
|
"mtr",
|
||||||
|
"psmisc",
|
||||||
|
"telnet",
|
||||||
|
"vim",
|
||||||
|
"wget"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
roles {
|
roles {
|
||||||
role = "{{{init.paths.roles_dir}}}/unattended-upgrades/1.3.1"
|
role = "{{{init.paths.roles_dir}}}/unattended-upgrades/1.3.1"
|
||||||
|
@ -167,7 +182,6 @@ setup {
|
||||||
}
|
}
|
||||||
roles {
|
roles {
|
||||||
role = "{{{init.paths.roles_dir}}}/fqdn/1.2.1"
|
role = "{{{init.paths.roles_dir}}}/fqdn/1.2.1"
|
||||||
fqdn = "{{lookup('env', 'FREY_DOMAIN')}}"
|
|
||||||
}
|
}
|
||||||
tasks {
|
tasks {
|
||||||
file = "path=/mnt/tusd-data state=directory owner=www-data group=ubuntu mode=ug+rwX,o= recurse=yes"
|
file = "path=/mnt/tusd-data state=directory owner=www-data group=ubuntu mode=ug+rwX,o= recurse=yes"
|
||||||
|
|
Loading…
Reference in New Issue