README.md

Thu, 15 Jun 2017 06:36:18 +0000

author
Meredith <mhoward@roomag.org>
date
Thu, 15 Jun 2017 06:36:18 +0000
changeset 61
c58e9f53dbec
parent 60
db8f5f12cb74
child 62
a86cf22abcd6
permissions
-rw-r--r--

edited

59
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
1 # Devbox playbook
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
2
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
3 This is a playbook that installs dev tools and DE tools I like to have around
60
Meredith <mhoward@roomag.org>
parents: 59
diff changeset
4 and sets up some other preferences like repositories, and drops in my dotfiles.
59
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
5 It's best-tested on Debian, but has some cases for OSX and FreeBSD too.
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
6
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
7 The `gui_enabled` var controls whether or not to install graphical tools.
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
8
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
9 ## TODO
4
ee7f92e88b1a add README.md
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10
59
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
11 - Adjust to work with ansible-pull via a cloud-config userdata like this:
61
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
12 #cloud-config
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
13 packages:
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
14 - ansible
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
15 - git
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
16 runcmd:
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
17 - echo -e "[localhost]\n127.0.0.1 ansible_connection=local" >> /etc/ansible/hosts
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
18 - ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
19 - mkdir /etc/ansible/web
Meredith <mhoward@roomag.org>
parents: 60
diff changeset
20 - ansible-pull -d /etc/ansible/web/ -U <git repo URL>
59
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
21 - The above will require a git mirror
f1f2724d73a8 expand readme
Meredith Howard <mhoward@roomag.org>
parents: 4
diff changeset
22

mercurial