edit readme

This commit is contained in:
Hadrien 2019-11-27 21:18:21 +01:00
parent a68db5443e
commit 03cbc13ef1
1 changed files with 4 additions and 20 deletions

View File

@ -1,24 +1,9 @@
# Fuz Playbooks
Playbooks for (relatively) easy sysadmin!
Playbooks pour installation via Ansible de services pour le Fuz.
ansible-galaxy install -r requirements.yml
## With Vagrant
1. Install Vagrant
2. `vagrant up`
3. Install ansible:
```bash
sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
```
<!-- 3. Install the roles: `ansible-galaxy install -r requirements.yml` -->
4. Launch the playbook: `ansible-playbook setup.yml`
## With a real server
1. Edit the file `hosts.ini`
## Deployment
1. Edit the file `hosts.ini` and the variables in `matrix.yml`.
2. Install ansible:
```bash
sudo apt update
@ -26,5 +11,4 @@ Playbooks for (relatively) easy sysadmin!
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
```
<!-- 3. Install the roles: `ansible-galaxy install -r requirements.yml` -->
3. Launch the playbook: `ansible-playbook setup.yml`
3. Launch the playbook: `ansible-playbook main.yml`