3270b5cc3e
Remove all hosts which aren't set up by ansible, yet. Prepare to start from scratch. Only add hosts to the inventory which will be set up completly by ansible.
8 lines
110 B
YAML
Executable file
8 lines
110 B
YAML
Executable file
#!/usr/bin/ansible-playbook
|
|
---
|
|
|
|
- hosts: ffmwu-servers
|
|
remote_user: admin
|
|
|
|
roles:
|
|
- test-prerequisites
|