Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
ea28fa1f
Commit
ea28fa1f
authored
Jan 28, 2017
by
julian.gethmann
Browse files
Delete nmcli module
* it does not work
parent
2ea6ab12
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/tasks/hostname.yml
View file @
ea28fa1f
...
...
@@ -7,6 +7,7 @@
dnf
:
name
:
'
{{
item
}}'
state
:
installed
become
:
yes
with_items
:
-
NetworkManager-glib
-
libnm-qt-devel.x86_64
...
...
@@ -14,10 +15,13 @@
-
libsemanage-python
-
policycoreutils-python
-
name
:
set DNS Server
nmcli
:
dns4
:
-
129.13.64.5
-
141.3.175.65
-
8.8.8.8
state
:
present
# does not work at the moment
# - name
:
set DNS Server
# nmcli
:
# conn_name: enp0s31f6
# dns4:
# - 129.13.64.5
# - 141.3.175.65
# # - 8.8.8.8
# state: present
# type: ethernet
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment