Explorar el Código

network fix

master
Markus Brechtel hace 5 años
padre
commit
18ee3a67bc
Se han modificado 2 ficheros con 17 adiciones y 0 borrados
  1. +2
    -0
      tasks/main.yaml
  2. +15
    -0
      tasks/network.yaml

+ 2
- 0
tasks/main.yaml Ver fichero

@@ -16,6 +16,8 @@
- import_tasks: common.yaml
- import_tasks: microcode.yaml

- import_tasks: network.yaml

- import_tasks: xfce.yaml
- import_tasks: backgrounds.yaml
- import_tasks: fonts.yaml


+ 15
- 0
tasks/network.yaml Ver fichero

@@ -0,0 +1,15 @@
---

- name: network tools
apt:
pkg:
- network-manager
- resolvconf

- name: link resolv.conf
file:
src: /etc/
dest: /path/to/symlink
owner: foo
group: foo
state: link

Cargando…
Cancelar
Guardar