Restructure repository, removing old stuff
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
---
|
||||
ansible_user: ansible
|
@@ -1,27 +0,0 @@
|
||||
---
|
||||
gateway: router.net.enp.one
|
||||
|
||||
dhcp:
|
||||
- name: PUBLIC
|
||||
subnet: 10.42.100.1/24
|
||||
dns: 10.42.100.1
|
||||
domain: tre2.local
|
||||
lease: 21600
|
||||
start: 10.42.100.26
|
||||
stop: 10.42.100.254
|
||||
|
||||
- name: DOMAIN
|
||||
subnet: 10.42.101.0/24
|
||||
dns: 10.42.101.1
|
||||
domain: net.enp.one
|
||||
lease: 21600
|
||||
start: 10.42.101.100
|
||||
stop: 10.42.101.254
|
||||
|
||||
- name: SECURE
|
||||
subnet: 10.42.102.0/24
|
||||
dns: 10.42.102.1
|
||||
domain: net.enp.one
|
||||
lease: 3600
|
||||
start: 10.42.102.50
|
||||
stop: 10.42.102.254
|
@@ -1,28 +0,0 @@
|
||||
---
|
||||
packages_global:
|
||||
- cmake
|
||||
- curl
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- git
|
||||
- libselinux-python
|
||||
- make
|
||||
- nano
|
||||
- openssl-devel
|
||||
- policycoreutils-python
|
||||
- python-devel
|
||||
- python-virtualenv
|
||||
- systemd-devel
|
||||
- unzip
|
||||
- vim
|
||||
- vim-minimal
|
||||
|
||||
packages_dnf:
|
||||
- python3-devel
|
||||
|
||||
packages_yum:
|
||||
- bash-completion
|
||||
- bash-completion-extras
|
||||
- nc
|
||||
- nfs-utils
|
||||
- wget
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
users:
|
||||
omni_users:
|
||||
# name: (required) username
|
||||
# password: (required) password encrypted using "python -c 'import crypt; print(crypt.crypt(raw_input(), crypt.mksalt(crypt.METHOD_SHA512)))'"
|
||||
# targets: (required) list of targets to grant the user permission on
|
||||
|
Reference in New Issue
Block a user