Restructure repository, removing old stuff
This commit is contained in:
8
_legacy/groups/all.yml
Normal file
8
_legacy/groups/all.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
ansible_user: ansible
|
||||
|
||||
protected_users:
|
||||
- root
|
||||
- ansible
|
||||
|
||||
domain: net.enp.one
|
12
_legacy/groups/cloud.yml
Normal file
12
_legacy/groups/cloud.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
enable_gui: False
|
||||
|
||||
enable_ssh: True
|
||||
|
||||
enable_ssh_password_auth: False
|
||||
|
||||
disable_sudo_password: True
|
||||
|
||||
enable_networkd: True
|
||||
|
||||
generate_keys: False
|
12
_legacy/groups/servers.yml
Normal file
12
_legacy/groups/servers.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
enable_gui: False
|
||||
|
||||
enable_ssh: True
|
||||
|
||||
enable_ssh_password_auth: False
|
||||
|
||||
disable_sudo_password: False
|
||||
|
||||
enable_networkd: True
|
||||
|
||||
generate_keys: False
|
12
_legacy/groups/vms.yml
Normal file
12
_legacy/groups/vms.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
enable_gui: False
|
||||
|
||||
enable_ssh: True
|
||||
|
||||
enable_ssh_password_auth: False
|
||||
|
||||
disable_sudo_password: True
|
||||
|
||||
enable_networkd: True
|
||||
|
||||
generate_keys: False
|
12
_legacy/groups/workstations.yml
Normal file
12
_legacy/groups/workstations.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
enable_gui: True
|
||||
|
||||
enable_ssh: False
|
||||
|
||||
enable_ssh_password_auth: False
|
||||
|
||||
disable_sudo_password: False
|
||||
|
||||
enable_networkd: False
|
||||
|
||||
generate_keys: False
|
Reference in New Issue
Block a user