added all the old stuff
This commit is contained in:
8
roles/base_config/templates/custom.conf.j2
Normal file
8
roles/base_config/templates/custom.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
PermitRootLogin no
|
||||
PasswordAuthentication no
|
||||
PermitEmptyPasswords no
|
||||
PubkeyAuthentication yes
|
||||
Port 22
|
||||
X11Forwarding no
|
||||
3
roles/base_config/templates/hostname.j2
Normal file
3
roles/base_config/templates/hostname.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
{{ ansible_facts['hostname'] }}
|
||||
3
roles/base_config/templates/sudoers.j2
Normal file
3
roles/base_config/templates/sudoers.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
{{ base_config_user.name }} ALL=(ALL) NOPASSWD: ALL
|
||||
Reference in New Issue
Block a user