Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Options
Browse Files
Download
Email Patches
Plain Diff
Add admin software
parent
b23a3c8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
2 deletions
+23
-2
admin.yml
admin.yml
+5
-0
group_vars/all
group_vars/all
+16
-0
hosts
hosts
+1
-1
sites.yml
sites.yml
+1
-1
No files found.
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: admincomputer
.yml
-
include
:
admin
.yml
#- include: scipy.yml
#- include: server.yml
#- include: nfs.yml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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