forc_ad_automated/README.md

36 lines
587 B
Markdown
Raw Permalink Normal View History

# forc AD automated server install
2022-09-28 19:52:28 +02:00
## Dependencies:
2022-09-28 19:58:16 +02:00
System:
2022-09-28 19:57:17 +02:00
2022-09-28 19:59:06 +02:00
```bash
2022-10-28 23:21:20 +02:00
# apt install python3 python3-pip python3-venv
2022-09-28 19:59:06 +02:00
```
2022-09-28 19:52:28 +02:00
2022-09-28 19:58:16 +02:00
Python:
2022-09-28 19:57:17 +02:00
2022-09-28 19:59:06 +02:00
```bash
2022-10-28 23:21:20 +02:00
python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
2022-09-28 19:59:06 +02:00
```
2022-09-28 19:58:16 +02:00
Ansible:
2022-09-28 19:57:17 +02:00
2022-09-28 19:59:06 +02:00
```bash
2022-10-28 23:21:20 +02:00
ansible-galaxy install -r requirements.yml
2022-09-28 19:59:06 +02:00
```
2022-09-28 19:52:28 +02:00
## Start
You shuold firstly specify server in the `invenvtory` file. Then start the root of repo and execute ` ansible-playbook -i inventory deploy_forcad.yml` command.
2022-09-28 19:52:28 +02:00
2022-10-28 23:18:10 +02:00
## Todo:
2022-11-01 22:52:13 +01:00
2022-11-01 14:04:51 +01:00
- [x] create N teams
2022-11-03 15:20:47 +01:00
- [x] fix docker installation
- [x] **LXC CONTAINERS** <- main focus
2022-11-01 14:04:51 +01:00
- [ ] VPN
- [ ] test