...!
This commit is contained in:
parent
72fd854aa1
commit
672e110b1f
@ -33,7 +33,7 @@
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
when: not minimal
|
||||
when: not minimal or not server
|
||||
|
||||
- name: More colorfull pacman
|
||||
lineinfile:
|
||||
|
@ -32,4 +32,4 @@
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
when: not minimal
|
||||
when: not minimal or not server
|
||||
|
@ -18,10 +18,6 @@
|
||||
line: "PermitRootLogin no"
|
||||
backrefs: yes
|
||||
|
||||
- name: debug
|
||||
debug:
|
||||
msg: "{{ deploy_public_key }}"
|
||||
|
||||
- name: Add public key for deploy user
|
||||
authorized_key:
|
||||
user: "{{ item.username }}"
|
||||
|
@ -14,5 +14,5 @@
|
||||
uid: "{{ item.uid }}"
|
||||
shell: /bin/zsh
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal
|
||||
when: not minimal or not server
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
|
||||
deploy_public_key: files/id_ed25519_Embrevade.pub
|
||||
# deploy_public_key: files/id_ed25519_Embrevade.pub
|
||||
deploy_public_key: files/id_ed25519_home.pub
|
||||
|
||||
minimal: true
|
||||
server: true
|
||||
|
||||
|
@ -7,5 +7,6 @@ deploy_users:
|
||||
- { username: 'waha', password: '$6$tQLlZ3lI/NDcT3.C$VCBzrpNxDgOK7b2que2/BnAYWl.zKVugZrQEPxtsq3iWcskEzQ1NvytZRXkB4GCDa/xEohxiodyCaZyFnhxby1', uid: '999'}
|
||||
|
||||
minimal: false
|
||||
server: false
|
||||
deploy_public_key: files/id_ed25519_embrevade.pub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user