Open Bug 1283458 Opened 8 years ago Updated 6 years ago

Rename all ansible var files as .yml

Categories

(Participation Infrastructure :: Community Ops, task, P3)

Tracking

(Not tracked)

People

(Reporter: nemo-yiannis, Assigned: tanner, Mentored)

Details

At the moment we don't have a consistent filename format for ansible variable files. eg we have both <file>.yml and just <file>. Specifically:

$ find . -type d -iname '*var*' | xargs tree

./roles/mesos-slave/vars
└── main.yml
./roles/mesos-master/vars
└── main.yml
./roles/storage/vars
└── main.yml
./roles/consul/vars
└── main.yml
./group_vars
├── all
│   ├── email
│   ├── email_secrets
│   └── unattended_upgrades
├── mesos-slave
└── openvpn

Let's stick to .yml since its easier for editors/github to detect YAML indentation/highlighting.
Mentor: jgiannelos
Priority: -- → P3
Hey :tanner !
This is another easy ansible fix. Let me know if you are interested in working on it.
Flags: needinfo?(tanner.sumo.bugs)
Yup, I can take care of this.
Assignee: nobody → tanner.sumo.bugs
Flags: needinfo?(tanner.sumo.bugs)
Awesome, ping me if you need any help.
You need to log in before you can comment on or make changes to this bug.