Compare commits
No commits in common. "55c59a8efc70840f48a03de163a0ff34e1504e78" and "fa3922f887afd2dfc441a2922f88cb80572fea95" have entirely different histories.
55c59a8efc
...
fa3922f887
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
connection: local
|
|
||||||
|
|
||||||
vars_files:
|
|
||||||
- vars/common.yml
|
|
||||||
- vars/users.yml
|
|
||||||
- vars/server.yml
|
|
||||||
- vars/abertrand.yml
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- include: tasks/ansible.yml
|
|
||||||
- include: tasks/deb_CLI_packages.yml
|
|
||||||
- include: tasks/prompt.yml
|
|
||||||
- include: tasks/users.yml
|
|
||||||
- include: tasks/sudo.yml
|
|
||||||
- include: tasks/ssh.yml
|
|
||||||
- include: tasks/dotfiles.yml
|
|
||||||
- include: tasks/deb_docker.yml
|
|
||||||
|
|
||||||
handlers:
|
|
||||||
- name: restart sshd
|
|
||||||
service:
|
|
||||||
name: sshd
|
|
||||||
state: restarted
|
|
@ -1 +0,0 @@
|
|||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAmb61dPl1s7oAPfsmNr9SEUYS22XGZb/nei3HySGHsM waha@Combava-2021-01-02
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
public_key:
|
|
||||||
# - user: "{{ admin }}"
|
|
||||||
# key: id_ed25519_choux2panais_admin.pub
|
|
||||||
- user: "{{ admin }}"
|
|
||||||
key: id_ed25519_combava2abertrand_admin.pub
|
|
||||||
# - user: "{{ content }}"
|
|
||||||
# key: id_ed25519_choux2panais_content.pub
|
|
||||||
# - user: "{{ content }}"
|
|
||||||
# key: id_ed25519_combava2panais_content.pub
|
|
||||||
# - user: "{{ backup }}"
|
|
||||||
# key: id_rsa_nas2panais_backup.pub
|
|
Loading…
Reference in New Issue
Block a user