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