]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): By default run on all systems
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 16:29:34 +0000 (19:29 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 16:29:34 +0000 (19:29 +0300)
Include `localhost`.

playbooks/debian/init-system.yml
playbooks/debian/init-system2.yml

index ad82015cdd6cf1a7190d71b0d1012af7c95d30ed..b1dbd6848976c0fa2fc34b03b8902fa2f55ac11e 100644 (file)
@@ -1,5 +1,5 @@
 - name: Setup Debain system
-  hosts: "{{ hosts | default('servers') }}"
+  hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   roles:
     - sudo
index 0ca133fe9982fea80c89a05126738d3cf92a81c8..f28026d855f29fc796334c46272d193f7e053597 100644 (file)
@@ -1,5 +1,5 @@
 - name: Setup Debain system - part 2
-  hosts: "{{ hosts | default('servers') }}"
+  hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   roles:
     - init-system2