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
18624c6c
Commit
18624c6c
authored
Jan 26, 2017
by
julian.gethmann
Browse files
Add admin software
parent
b23a3c8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
admin.yml
0 → 100644
View file @
18624c6c
-
hosts
:
admin_pcs
tasks
:
-
dnf
:
name={{item}} state=latest
become
:
yes
with_items
:
admin_software
group_vars/all
View file @
18624c6c
...
...
@@ -6,11 +6,27 @@ common_software:
- htop
- tmux
- iotop
- iftop
- ncdu
- dmidecode
client_software:
- gnuplot
handy_software:
- zsh
admin_software:
- ansible
- sshpass
- git
- rsync
- freeipa-admintools
- python-passlib
- nmap
- createrepo
- ansible-lint
- ansible-inventory-grapher
python_software:
- python3-scipy
...
...
hosts
View file @
18624c6c
...
...
@@ -67,7 +67,7 @@ las-bernhard.anka.kit.edu
[local]
127.0.0.1 ansible_connection=local
[admin]
[admin
-pcs
]
las113.las.kit.edu
las101.las.kit.edu
las-gethmann.las.kit.edu
...
...
sites.yml
View file @
18624c6c
...
...
@@ -3,7 +3,7 @@
-
include
:
clients.yml
#- include: opera.yml
#- include: elegant.yml
#
- include: admin
computer
.yml
-
include
:
admin.yml
#- include: scipy.yml
#- include: server.yml
#- include: nfs.yml
...
...
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