Make use of fqdn and timezone role (#115)
This commit is contained in:
parent
74fca8c6c3
commit
6ab114d0e0
|
@ -131,6 +131,12 @@ install {
|
|||
roles {
|
||||
role = "{{{init.paths.roles_dir}}}/unattended-upgrades/1.3.1"
|
||||
}
|
||||
roles {
|
||||
role = "{{{init.paths.roles_dir}}}/fqdn/1.2.1"
|
||||
}
|
||||
roles {
|
||||
role = "{{{init.paths.roles_dir}}}/timezone/1.0.0"
|
||||
}
|
||||
tasks {
|
||||
lineinfile = "dest=/home/{{{config.global.ssh.user}}}/.bashrc line=\"alias wtf='sudo tail -f /var/log/*{log,err} /var/log/{dmesg,messages,*{,/*}{log,err}}'\" owner={{{config.global.ssh.user}}} group={{{config.global.ssh.user}}} mode=0644 backup=yes"
|
||||
name = "Common | Add convenience shortcut wtf"
|
||||
|
@ -143,15 +149,6 @@ install {
|
|||
name = "Common | Set motd"
|
||||
copy = "content='Welcome to {{lookup('env', 'FREY_DOMAIN')}}' dest=/etc/motd owner=root group=root mode=0644 backup=yes"
|
||||
}
|
||||
tasks {
|
||||
name = "Common | Set timezone variables"
|
||||
copy = "content='Etc/UTC' dest=/etc/timezone owner=root group=root mode=0644 backup=yes"
|
||||
notify = ["Common | Update timezone"]
|
||||
}
|
||||
handlers {
|
||||
name = "Common | Update timezone"
|
||||
command = "dpkg-reconfigure --frontend noninteractive tzdata"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -180,9 +177,6 @@ setup {
|
|||
}
|
||||
}
|
||||
}
|
||||
roles {
|
||||
role = "{{{init.paths.roles_dir}}}/fqdn/1.2.1"
|
||||
}
|
||||
tasks {
|
||||
file = "path=/mnt/tusd-data state=directory owner=www-data group=ubuntu mode=ug+rwX,o= recurse=yes"
|
||||
name = "tusd | Create tusd data dir"
|
||||
|
|
Loading…
Reference in New Issue