From: Oleg Broytman Date: Mon, 29 Jul 2019 16:29:34 +0000 (+0300) Subject: Feat(init-system): By default run on all systems X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=6fdac46bf121d2852e984f3171cb600eeed57385 Feat(init-system): By default run on all systems Include `localhost`. --- 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