Open
Bug 1283458
Opened 9 years ago
Updated 7 years ago
Rename all ansible var files as .yml
Categories
(Participation Infrastructure :: Community Ops, task, P3)
Participation Infrastructure
Community Ops
Tracking
(Not tracked)
NEW
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.
Reporter | ||
Updated•9 years ago
|
Mentor: jgiannelos
Priority: -- → P3
Reporter | ||
Comment 1•9 years ago
|
||
Hey :tanner !
This is another easy ansible fix. Let me know if you are interested in working on it.
Flags: needinfo?(tanner.sumo.bugs)
Assignee | ||
Comment 2•9 years ago
|
||
Yup, I can take care of this.
Assignee: nobody → tanner.sumo.bugs
Flags: needinfo?(tanner.sumo.bugs)
Reporter | ||
Comment 3•9 years ago
|
||
Awesome, ping me if you need any help.
You need to log in
before you can comment on or make changes to this bug.
Description
•