From 03cbc13ef16d1a1507e6d41b43c80aaa9d85e89a Mon Sep 17 00:00:00 2001 From: Hadrien Date: Wed, 27 Nov 2019 21:18:21 +0100 Subject: [PATCH] edit readme --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index adda2b3..7672352 100644 --- a/README.md +++ b/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 - ``` - -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. Launch the playbook: `ansible-playbook setup.yml` \ No newline at end of file +3. Launch the playbook: `ansible-playbook main.yml` \ No newline at end of file