forc_ad_automated/README.md

36 lines
544 B
Markdown
Raw 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
python3
python3-pip
python3-venv
```
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
python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
```
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
ansible-galaxy install -r requirements.yml
```
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:
- create N teams
- fix docker installation
- VPN
- test