edit readme
This commit is contained in:
parent
704a1aaba1
commit
4e22ad8967
24
README.md
24
README.md
@ -1,24 +1,9 @@
|
|||||||
# Fuz Playbooks
|
# Fuz Playbooks
|
||||||
|
|
||||||
Playbooks for (relatively) easy sysadmin!
|
Playbooks pour installation via Ansible de services pour le Fuz.
|
||||||
|
|
||||||
ansible-galaxy install -r requirements.yml
|
## Deployment
|
||||||
|
1. Edit the file `hosts.ini` and the variables in `matrix.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`
|
|
||||||
2. Install ansible:
|
2. Install ansible:
|
||||||
```bash
|
```bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@ -26,5 +11,4 @@ Playbooks for (relatively) easy sysadmin!
|
|||||||
sudo apt-add-repository --yes --update ppa:ansible/ansible
|
sudo apt-add-repository --yes --update ppa:ansible/ansible
|
||||||
sudo apt install ansible
|
sudo apt install ansible
|
||||||
```
|
```
|
||||||
<!-- 3. Install the roles: `ansible-galaxy install -r requirements.yml` -->
|
3. Launch the playbook: `ansible-playbook main.yml`
|
||||||
3. Launch the playbook: `ansible-playbook setup.yml`
|
|
Loading…
Reference in New Issue
Block a user