Provide keytab before touching home directories to avoid lock.
This commit is contained in:
parent
7f49b191ac
commit
3670bf6597
2 changed files with 5 additions and 4 deletions
|
@ -21,5 +21,5 @@
|
||||||
- up2date-debian
|
- up2date-debian
|
||||||
- lan-client
|
- lan-client
|
||||||
## Choose either gnome or KDE:
|
## Choose either gnome or KDE:
|
||||||
- gnome
|
#- gnome
|
||||||
#- kde
|
#- kde
|
||||||
|
|
|
@ -56,9 +56,6 @@
|
||||||
mode: 0600
|
mode: 0600
|
||||||
notify: restart sssd
|
notify: restart sssd
|
||||||
|
|
||||||
- name: make sure the home mount directory exists
|
|
||||||
file: path={{ lan_homes }} state=directory recurse=yes
|
|
||||||
|
|
||||||
|
|
||||||
## Activate machine after installation:
|
## Activate machine after installation:
|
||||||
- name: create machine principal
|
- name: create machine principal
|
||||||
|
@ -76,6 +73,10 @@
|
||||||
notify: "restart rpc-gssd"
|
notify: "restart rpc-gssd"
|
||||||
when: not run_in_installer|default(false)|bool and kadmin_pwd | length > 0
|
when: not run_in_installer|default(false)|bool and kadmin_pwd | length > 0
|
||||||
|
|
||||||
|
|
||||||
|
- name: make sure the home mount directory exists
|
||||||
|
file: path={{ lan_homes }} state=directory recurse=yes
|
||||||
|
|
||||||
- name: automount
|
- name: automount
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/fstab
|
dest: /etc/fstab
|
||||||
|
|
Loading…
Add table
Reference in a new issue