Initial Commit

This commit is contained in:
2021-12-11 22:46:32 +01:00
commit 8354baa32f
47 changed files with 1283 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
ansible_connection: ssh
ansible_ssh_user: root
ansible_ssh_pass: linuxws2122
ansible_ssh_extra_args: "-o PubkeyAuthentication=no -o PasswordAuthentication=yes"

View File

@ -0,0 +1,7 @@
---
sudo_users:
- root
- linuxws2122
sudo_without_password: true

View File

@ -0,0 +1,16 @@
---
unix_groups:
- linuxws2122
unix_users:
linuxws2122:
name: "linuxws2122"
ssh_key: markus@markus-pc.pub
additional_ssh_keys:
- name: markus@markus-nb.pub
hosts:
- all
shell: /bin/bash
main_group: linuxws2122
password: "linuxws2122"

View File

@ -0,0 +1,6 @@
---
vim_users:
- user: root
branch: no-plugins
- user: linuxws2122
branch: no-plugins