From 48286dadbf33f21887c162812a5978de55d524cb Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 15 Mar 2022 14:55:07 +0100 Subject: [PATCH] added vars --- host_vars/ubuntu-test.universe.local.yml | 2 ++ os_vars/debian.yml | 15 ++++++++++++++- os_vars/ubuntu.yml | 15 ++++++++++++++- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/host_vars/ubuntu-test.universe.local.yml b/host_vars/ubuntu-test.universe.local.yml index fd66c59..45e03a7 100644 --- a/host_vars/ubuntu-test.universe.local.yml +++ b/host_vars/ubuntu-test.universe.local.yml @@ -1,4 +1,6 @@ --- +hostname: mewitoot.de + copy_ssh_priv_keys: true netdata: true webserver: true diff --git a/os_vars/debian.yml b/os_vars/debian.yml index 28ad247..fc36047 100644 --- a/os_vars/debian.yml +++ b/os_vars/debian.yml @@ -1 +1,14 @@ -snmp-user: Debian-snmp \ No newline at end of file +snmp-user: Debian-snmp + +redis: + packages: + - package: "redis-server" + - package: "redis-tools" + +postgres: + packages: + - package: "libpq-dev" + - package: "postgresql" + - package: "postgresql-contrib" + - package: "python3-psycopg2" + - package: "sudo" \ No newline at end of file diff --git a/os_vars/ubuntu.yml b/os_vars/ubuntu.yml index 28ad247..fc36047 100644 --- a/os_vars/ubuntu.yml +++ b/os_vars/ubuntu.yml @@ -1 +1,14 @@ -snmp-user: Debian-snmp \ No newline at end of file +snmp-user: Debian-snmp + +redis: + packages: + - package: "redis-server" + - package: "redis-tools" + +postgres: + packages: + - package: "libpq-dev" + - package: "postgresql" + - package: "postgresql-contrib" + - package: "python3-psycopg2" + - package: "sudo" \ No newline at end of file