diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-09 23:18:55 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-09 23:18:55 -0400 |
commit | 1495cb21f26faa0fa1e17e92e601b8e5b6ac785b (patch) | |
tree | 12496134ff9bf6543c0bba69ad3710be3959aaae | |
parent | f03ea41c89ebc8dc2f4b41e99ad9f1d601981bc9 (diff) | |
download | infra-1495cb21f26faa0fa1e17e92e601b8e5b6ac785b.tar.gz infra-1495cb21f26faa0fa1e17e92e601b8e5b6ac785b.zip |
update README, TODO, etc
-rw-r--r-- | NOW_WHAT.md | 6 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | TODO | 11 |
3 files changed, 18 insertions, 5 deletions
diff --git a/NOW_WHAT.md b/NOW_WHAT.md new file mode 100644 index 0000000..fddc4af --- /dev/null +++ b/NOW_WHAT.md @@ -0,0 +1,6 @@ + +After running these, there are some things you'll commonly want to do on +servers, but which haven't been automated: + +- setup dotfiles (bashrc, ssh config, etc) +- add/import git repos @@ -5,9 +5,15 @@ servers and infrastructure. Be sure to keep things compatible with ansible 1.7.2 (the version in Debian jessie). +Check out NOW_WHAT.md for next steps after creating a server with these +scripts. + Vault: export ANSIBLE_VAULT_PASSWORD_FILE=vault_pass.txt http://docs.ansible.com/ansible/playbooks_vault.html Example playbook call: ansible-playbook -i hosts playbooks/init_adze.yml --vault-password-file=vault_pass.txt + +Run a single role (helpful for dev): + ansible-playbook -i hosts playbooks/init_adze.yml --vault-password-file=vault_pass.txt -t nginx @@ -1,8 +1,9 @@ +- cgit: front-page README ("about"), logo? +- mediagoblin - finish basic nginx role => SSL with let's encrypt -- gitolite/cgit/git-daemon role -- MOTD -- set the hostname -- prosody -- "my" package list - email... + +- prosody +- a workstation target? eg, with "my" package list +- gh-mirror (?) |