Remove LXC bridge dhcp
This commit is contained in:
@@ -20,7 +20,7 @@ common_rsyslog: True
|
||||
common_openssh_permit_root_login: "yes"
|
||||
|
||||
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_domain: "fet.htu.tuwien.ac.at"
|
||||
nocows: True
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
inventory_hostname: ariane.fet.htu.tuwien.ac.at
|
||||
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_v6: "iptables_ariane_v6.j2"
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@ inventory_hostname_short: progress
|
||||
|
||||
common_iptables_v4: "iptables_progress_v4.j2"
|
||||
common_iptables_v6: "iptables_progress_v6.j2"
|
||||
printer_ip: 192.168.86.14
|
||||
printer_ip: dell3465
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- name: lxc - /etc/default/lxc-net
|
||||
copy:
|
||||
dest: /etc/default/lxc-net
|
||||
content: 'USE_LXC_BRIDGE="true"'
|
||||
content: 'USE_LXC_BRIDGE="false"'
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
Submodule roles/common updated: e124771d06...4202214cd9
@@ -5,7 +5,7 @@
|
||||
- samba
|
||||
|
||||
- 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
|
||||
|
||||
- name: samba - create users group
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
server string = PROGRESS
|
||||
|
||||
security = user
|
||||
hosts allow = 192.168.86.14
|
||||
|
||||
log file = /var/log/samba/%m.log
|
||||
max log size = 500
|
||||
|
||||
@@ -9,11 +9,9 @@ allow-hotplug enp8s0
|
||||
iface enp8s0 inet dhcp
|
||||
|
||||
auto br0
|
||||
iface br0 inet dhcp
|
||||
iface br0 inet manual
|
||||
bridge_ports enp9s0
|
||||
bridge_fd 0
|
||||
bridge_maxwait 0
|
||||
|
||||
dns-nameservers 192.168.86.1
|
||||
#dns-nameservers 192.168.86.1 10.0.3.1
|
||||
#dns-nameserver 10.0.3.1
|
||||
|
||||
Reference in New Issue
Block a user