fehlerhaft benanntes File für Schulung gelöscht

This commit is contained in:
Marcus Gillitzer
2020-05-28 07:35:14 +02:00
parent 5a273cfae0
commit a9a3737cc8
4 changed files with 20 additions and 7 deletions

View File

@ -1,4 +1,12 @@
---
##
- name: debug
debug:
var: ansible_facts
- name: debug
debug:
var: ansible_fqdn
##prüfen ob die erforderliche Software installiert ist
- name: ensure software krb5-workstation and krb5-libs are installed
yum:
@ -19,7 +27,9 @@
owner: root
group: root
mode: '0600'
- name: Template file ssh_config with owner and permissions
- name: Template file ssh_config with owner and permissions
become_user: root
become: yes
template:
src: ./templates/ssh_config.j2
dest: /etc/ssh/ssh_config
@ -63,9 +73,10 @@
become: yes
become_user: root
- name: Kinit zum erstellen der erstmaligen Verbindung
command: /usr/bin/kinit -k HOST/{{ ansible_fqdn }}@{{ sso_domain_upper }}
become: yes
become_user: root
command: /usr/bin/kinit -k HOST/{{ ansible_fqdn }}@{{ sso_domain_upper }}
- name: commit changes to git
shell: |
git add .

View File

@ -1,2 +1 @@
80.155.207.111
80.155.207.161
80.155.205.161

View File

@ -63,7 +63,10 @@
become: yes
roles:
- base_installation
- git
- ams_0008_8.0.8.0
#- base_installation
#- git
#- ams_0008_8.0.8.0
- ams_sso
#- ams_0008_8.0.8.0_AdminServer
#- ams_0013_8.0.9.0