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