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

[mons]
${1}

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

.
w
q
EOF