Move this from using a target to a regular hostlist. Add hosts we have moved to ansible.
This commit is contained in:
parent
fa09b80aee
commit
172f73275f
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
# NOTE: most of these vars come from group_vars/backup_server or from hostvars
|
# NOTE: most of these vars come from group_vars/backup_server or from hostvars
|
||||||
|
|
||||||
- name: make virthost server system
|
- name: make virthost server system
|
||||||
hosts: $target
|
hosts: virthost15.phx2.fedoraproject.org:bvirthost07.phx2.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
accelerate: True
|
accelerate: True
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
@ -30,7 +30,5 @@
|
||||||
- include: $tasks/collectd/client.yml
|
- include: $tasks/collectd/client.yml
|
||||||
- include: $tasks/virthost.yml
|
- include: $tasks/virthost.yml
|
||||||
|
|
||||||
# TODO: add iscsi task
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: $handlers/restart_services.yml
|
- include: $handlers/restart_services.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue