From 683b48bd684f4e8f3e8b0c571c5a71e686ef96d6 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Wed, 31 Oct 2018 10:46:30 +0100 Subject: [PATCH] Add 6 pts for lxc container --- host_vars/ariane | 1 + hosts/production | 1 + roles/ldap/tasks/main.yml | 3 +++ site.yml | 4 ++++ 4 files changed, 9 insertions(+) create mode 100644 roles/ldap/tasks/main.yml diff --git a/host_vars/ariane b/host_vars/ariane index e68e942..307a2a0 100644 --- a/host_vars/ariane +++ b/host_vars/ariane @@ -24,6 +24,7 @@ lxc: - lxc.network.1.flags = up - lxc.network.1.ipv4 = 128.131.95.206/24 - lxc.network.1.ipv4.gateway = 128.131.95.1 + - lxc.pts = 6 - name: laika revision: "01" diff --git a/hosts/production b/hosts/production index 9499faf..47fc6e5 100644 --- a/hosts/production +++ b/hosts/production @@ -11,6 +11,7 @@ all: proteus: fet_lxc_void: hosts: + sputnikov: zyklon: sojus: progress: diff --git a/roles/ldap/tasks/main.yml b/roles/ldap/tasks/main.yml new file mode 100644 index 0000000..943b715 --- /dev/null +++ b/roles/ldap/tasks/main.yml @@ -0,0 +1,3 @@ +--- +- import_tasks: ldap.yml + tags: [ ldap ] diff --git a/site.yml b/site.yml index 012e9b2..22cc3bc 100644 --- a/site.yml +++ b/site.yml @@ -26,6 +26,10 @@ - ariane # - rvm1-ansible +#- hosts: sputnikov +# roles: +# - ldap + - hosts: betam roles: - ups