summaryrefslogtreecommitdiffstats
path: root/qa/qa_scripts/openstack/ceph_install_w_ansible/execs/edit_ansible_hosts.sh
blob: 7eb0b701121dc5284ea6a14d430b37baf64a8d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/env bash
ed /etc/ansible/hosts << EOF
$
a

[mons]
${1}

[osds]
${2}
${3}
${4}

.
w
q
EOF