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