From 6fdac46bf121d2852e984f3171cb600eeed57385 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 29 Jul 2019 19:29:34 +0300 Subject: [PATCH] Feat(init-system): By default run on all systems Include `localhost`. --- playbooks/debian/init-system.yml | 2 +- playbooks/debian/init-system2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/debian/init-system.yml b/playbooks/debian/init-system.yml index ad82015..b1dbd68 100644 --- a/playbooks/debian/init-system.yml +++ b/playbooks/debian/init-system.yml @@ -1,5 +1,5 @@ - name: Setup Debain system - hosts: "{{ hosts | default('servers') }}" + hosts: "{{ hosts | default('all') }}" gather_facts: false roles: - sudo diff --git a/playbooks/debian/init-system2.yml b/playbooks/debian/init-system2.yml index 0ca133f..f28026d 100644 --- a/playbooks/debian/init-system2.yml +++ b/playbooks/debian/init-system2.yml @@ -1,5 +1,5 @@ - name: Setup Debain system - part 2 - hosts: "{{ hosts | default('servers') }}" + hosts: "{{ hosts | default('all') }}" gather_facts: false roles: - init-system2 -- 2.39.2