Remove LXC bridge dhcp

This commit is contained in:
Daniel A. Maierhofer
2018-09-20 23:27:57 +02:00
parent 33f75eb3f3
commit 40eb0cc2f4
8 changed files with 8 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ common_rsyslog: True
common_openssh_permit_root_login: "yes" common_openssh_permit_root_login: "yes"
common_resolvconf: True common_resolvconf: True
common_resolvconf_nameservers: ["10.0.3.1", "192.168.86.1"] common_resolvconf_nameservers: ["192.168.86.1"]
common_resolvconf_search: ["fet.htu.tuwien.ac.at"] common_resolvconf_search: ["fet.htu.tuwien.ac.at"]
common_resolvconf_domain: "fet.htu.tuwien.ac.at" common_resolvconf_domain: "fet.htu.tuwien.ac.at"
nocows: True nocows: True

View File

@@ -2,7 +2,8 @@
inventory_hostname: ariane.fet.htu.tuwien.ac.at inventory_hostname: ariane.fet.htu.tuwien.ac.at
inventory_hostname_short: ariane inventory_hostname_short: ariane
common_interfaces: interfaces_ariane.j2 common_interfaces: True
common_interfaces_file: interfaces_ariane.j2
common_iptables_v4: "iptables_ariane_v4.j2" common_iptables_v4: "iptables_ariane_v4.j2"
common_iptables_v6: "iptables_ariane_v6.j2" common_iptables_v6: "iptables_ariane_v6.j2"

View File

@@ -3,4 +3,4 @@ inventory_hostname_short: progress
common_iptables_v4: "iptables_progress_v4.j2" common_iptables_v4: "iptables_progress_v4.j2"
common_iptables_v6: "iptables_progress_v6.j2" common_iptables_v6: "iptables_progress_v6.j2"
printer_ip: 192.168.86.14 printer_ip: dell3465

View File

@@ -14,7 +14,7 @@
- name: lxc - /etc/default/lxc-net - name: lxc - /etc/default/lxc-net
copy: copy:
dest: /etc/default/lxc-net dest: /etc/default/lxc-net
content: 'USE_LXC_BRIDGE="true"' content: 'USE_LXC_BRIDGE="false"'
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644

View File

@@ -5,7 +5,7 @@
- samba - samba
- name: samba - /etc/smb.conf - name: samba - /etc/smb.conf
template: dest=/etc/smb.conf src=smb.conf.j2 owner=root group=root mode=0644 template: dest=/etc/samba/smb.conf src=smb.conf.j2 owner=root group=root mode=0644
notify: restart samba notify: restart samba
- name: samba - create users group - name: samba - create users group

View File

@@ -6,7 +6,6 @@
server string = PROGRESS server string = PROGRESS
security = user security = user
hosts allow = 192.168.86.14
log file = /var/log/samba/%m.log log file = /var/log/samba/%m.log
max log size = 500 max log size = 500

View File

@@ -9,11 +9,9 @@ allow-hotplug enp8s0
iface enp8s0 inet dhcp iface enp8s0 inet dhcp
auto br0 auto br0
iface br0 inet dhcp iface br0 inet manual
bridge_ports enp9s0 bridge_ports enp9s0
bridge_fd 0 bridge_fd 0
bridge_maxwait 0 bridge_maxwait 0
dns-nameservers 192.168.86.1 dns-nameservers 192.168.86.1
#dns-nameservers 192.168.86.1 10.0.3.1
#dns-nameserver 10.0.3.1