Make use of new apt role (#79)
* Add working public private key pair * Make use of forked roles * Make use of new apt role
This commit is contained in:
parent
f5c1aa9085
commit
d8b5c77cf5
|
@ -113,8 +113,11 @@ install {
|
|||
name = "Install tusd"
|
||||
|
||||
roles {
|
||||
role = "{{{init.paths.roles_dir}}}/apt/v1.0.0"
|
||||
apt_packages = ["apg", "build-essential", "curl", "git-core", "htop", "iotop", "libpcre3", "logtail", "mlocate", "mtr", "psmisc", "telnet", "vim", "wget"]
|
||||
role = "{{{init.paths.roles_dir}}}/apt/1.3.0"
|
||||
apt_manage_sources_list = true
|
||||
apt_src_enable = false
|
||||
apt_install = ["apg", "build-essential", "curl", "git-core", "htop", "iotop", "libpcre3", "logtail", "mlocate", "mtr", "psmisc", "telnet", "vim", "wget"]
|
||||
apt_install_state = "present"
|
||||
}
|
||||
|
||||
roles {
|
||||
|
|
Loading…
Reference in New Issue