4 lines
88 B
Bash
4 lines
88 B
Bash
|
#!/bin/sh -eux
|
||
|
|
||
|
ansible-playbook -i inventory install-server.yml -v --connection=local
|