From 61b62727361db45e6588bb273573092b67c11b74 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 9 Apr 2019 16:34:35 +0200 Subject: [PATCH] improve bootstrap --- README.md | 11 +++++------ bootstrap.yml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 230ef19..415d909 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ ## commande ansible ***launch playbook on staging*** -`ansible-playbook -i staging site.yml --ask-become-pass --ask-vault-pass` +`ansible-playbook -i staging site.yml --ask-vault-pass` ***init new role architecture*** `ansible-galaxy user_config init ` ***launch ansible bootstrap*** -` ansible-playbook -i staging bootstrap.yml -u root --ask-pass` +` ansible-playbook -i nas, bootstrap.yml -u root --ask-pass` + ## Prerequis @@ -41,10 +42,10 @@ - [X] davfs mount - - - [ ] VM server +- [ ] syncthing role + ### Workstation roles - [x] mpd role @@ -62,8 +63,6 @@ - [ ] grubtheme -- [ ] syncthing role - ### Server Roles diff --git a/bootstrap.yml b/bootstrap.yml index d6e5265..d468bb0 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -1,5 +1,5 @@ --- -- hosts: nas +- hosts: all gather_facts: no roles: - ansible_bootstrap