]> arthur.barton.de Git - AnsibleRoles.git/log
AnsibleRoles.git
8 years agosshd: Support more operating systems
Alexander Barton [Tue, 20 Oct 2015 13:01:38 +0000 (15:01 +0200)]
sshd: Support more operating systems

- Don't use apt-get on non-Debian platforms.
- Handle "ssh" and "sushi" service names.

8 years agonet-base: Setting the hostname on OpenBSD is not supported
Alexander Barton [Tue, 20 Oct 2015 13:00:16 +0000 (15:00 +0200)]
net-base: Setting the hostname on OpenBSD is not supported

8 years agoUse "group=0" instead of "group=root", which is more portable
Alexander Barton [Tue, 20 Oct 2015 12:59:44 +0000 (14:59 +0200)]
Use "group=0" instead of "group=root", which is more portable

For example on OpenBSD and OS X, the primary group of the "root" user
is named "wheel".

8 years agoImplement generic "os-base" role
Alexander Barton [Tue, 20 Oct 2015 12:58:28 +0000 (14:58 +0200)]
Implement generic "os-base" role

This role includes the actual base role of the operating system
which is being used on the target system.

8 years agopostfix: Add "postfix_mailname" variable
Alexander Barton [Tue, 20 Oct 2015 08:50:14 +0000 (10:50 +0200)]
postfix: Add "postfix_mailname" variable

8 years agolinux-zfs: Add host information to zpool-scrub.sh output
Alexander Barton [Wed, 14 Oct 2015 09:19:12 +0000 (11:19 +0200)]
linux-zfs: Add host information to zpool-scrub.sh output

8 years agolinux-zfs: Fix permissions of zpool-scrub.sh script
Alexander Barton [Wed, 14 Oct 2015 09:16:34 +0000 (11:16 +0200)]
linux-zfs: Fix permissions of zpool-scrub.sh script

8 years agoNew "linux-bfs" role
Alexander Barton [Tue, 13 Oct 2015 08:42:35 +0000 (10:42 +0200)]
New "linux-bfs" role

- Setup "ZFS on Linux" APT repository
- Install packages
- Install "scrub" script
- Install CRON job for scrub script

8 years agogit-backup-script: Make Git URL configurable
Alexander Barton [Mon, 12 Oct 2015 09:24:44 +0000 (11:24 +0200)]
git-backup-script: Make Git URL configurable

8 years agoAdd "docker-engine" role
Alexander Barton [Tue, 22 Sep 2015 11:14:40 +0000 (13:14 +0200)]
Add "docker-engine" role

8 years agodebian-base: Add "update APT repositories" handler
Alexander Barton [Tue, 22 Sep 2015 09:30:09 +0000 (11:30 +0200)]
debian-base: Add "update APT repositories" handler

9 years agoansible-base: Ignore "ansible_*" tasks in logcheck
Alexander Barton [Thu, 29 Jan 2015 10:42:10 +0000 (11:42 +0100)]
ansible-base: Ignore "ansible_*" tasks in logcheck

9 years agoAdd "zabbix-agent" role
Alexander Barton [Wed, 21 Jan 2015 14:42:49 +0000 (15:42 +0100)]
Add "zabbix-agent" role

This role downloads, installs, and configures the official
(non-Debian) Zabbix agent, see <http://www.zabbix.com/download.php>,
for Debian 7 "Wheezy".

9 years agologcheck task: reword title, use "rule" instead of "configuration"
Alexander Barton [Tue, 20 Jan 2015 16:34:31 +0000 (17:34 +0100)]
logcheck task: reword title, use "rule" instead of "configuration"

This is shorter and looks better in Ansible output, because it
doesn't wrap in the next line ;-)

9 years agoRename roles/ntpd/templates/ntp.conf template to "ntp.conf.j2"
Alexander Barton [Thu, 18 Dec 2014 16:28:38 +0000 (17:28 +0100)]
Rename roles/ntpd/templates/ntp.conf template to "ntp.conf.j2"

9 years agoInitial import
Alexander Barton [Thu, 18 Dec 2014 16:05:50 +0000 (17:05 +0100)]
Initial import