krb5.keytab für amse und amss eingebaut
This commit is contained in:
parent
341a603008
commit
96097d3083
BIN
roles/ams_sso/files/polsa5069bit03_krb5.keytab
Normal file
BIN
roles/ams_sso/files/polsa5069bit03_krb5.keytab
Normal file
Binary file not shown.
BIN
roles/ams_sso/files/polsa5069stu02_krb5.keytab
Normal file
BIN
roles/ams_sso/files/polsa5069stu02_krb5.keytab
Normal file
Binary file not shown.
@ -26,17 +26,17 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
##hier muss noch eine Lösung gefunden werden für die zwei Prod-Server mit jeweils eigenen Dateien
|
||||
##denkbar: host_vars und dort Variable auf den Quellpfad oder den Dateinamen
|
||||
##noch nicht umgesetzt, da sich die Namen und Ordner noch ändern können
|
||||
##M. Gillitzer 20200401
|
||||
- name: synchronize File remote from /sw/AMS/WEB/SSO_Komponenten/Keytabs_AMSE/krb5.keytab to /etc
|
||||
|
||||
|
||||
- name: copy File remote from ./files/{{ ansible_hostname }}_krb5.keytab to /etc
|
||||
become_user: root
|
||||
become: yes
|
||||
synchronize:
|
||||
src: /sw/AMS/WEB/SSO_Komponenten/Keytabs_AMSE/krb5.keytab
|
||||
copy:
|
||||
src: ./files/{{ ansible_hostname }}_krb5.keytab
|
||||
dest: /etc/krb5.keytab
|
||||
delegate_to: "{{ ansible_facts['default_ipv4']['address'] }}"
|
||||
|
||||
|
||||
|
||||
- name: Template file krb5.conf with owner and permissions
|
||||
become_user: root
|
||||
become: yes
|
||||
|
2
roles/ams_sso/vars/amsqs_fehlt_noch.yml
Normal file
2
roles/ams_sso/vars/amsqs_fehlt_noch.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
sso_keytab: polsa5069stu02
|
2
roles/ams_sso/vars/polsa5069bit03.yml
Normal file
2
roles/ams_sso/vars/polsa5069bit03.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
sso_keytab: polsa5069bit03
|
2
roles/ams_sso/vars/polsa5069stu02.yml
Normal file
2
roles/ams_sso/vars/polsa5069stu02.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
sso_keytab: polsa5069stu02
|
2
roles/ams_sso/vars/polsa5079bit03.yml
Normal file
2
roles/ams_sso/vars/polsa5079bit03.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
sso_keytab: polsa5079bit03
|
2
roles/ams_sso/vars/polsa5079stu02.yml
Normal file
2
roles/ams_sso/vars/polsa5079stu02.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
sso_keytab: polsa5079stu02
|
Loading…
x
Reference in New Issue
Block a user