Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-simple-desktop
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
network fix
master
Markus Brechtel
5 anni fa
parent
a1f079856c
commit
18ee3a67bc
2 ha cambiato i file
con
17 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yaml
+15
-0
tasks/network.yaml
+ 2
- 0
tasks/main.yaml
Vedi File
@@ -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
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva