edit readme
This commit is contained in:
parent
a68db5443e
commit
03cbc13ef1
24
README.md
24
README.md
@ -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`
|
Loading…
Reference in New Issue
Block a user