Skip to content

Commit

Permalink
INFRA-70: Modify playbook to run on 'local' group rather than 'all'
Browse files Browse the repository at this point in the history
Run against 'local' group rather than 'all', which was including the localhost, thus failing when installed somewhere else than 'localhost'
	modified:   all.yml
  • Loading branch information
rbuisson committed Jan 8, 2018
1 parent f8ab879 commit 4ac3fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
roles:
- { role: httpd-maintenance, maintenance_status: start , tags: always}

- hosts: all
- hosts: local
sudo: yes
roles:
- { role: selinux, selinux_state: enforcing, selinux_policy: targeted, tags: selinux }
Expand Down

0 comments on commit 4ac3fa0

Please sign in to comment.