Last change
on this file since 13840 was
13839,
checked in by uli, 9 years ago
|
Tell about bootstrapping and add respective playbook.
|
File size:
449 bytes
|
Rev | Line | |
---|
[13839] | 1 | --- |
---|
| 2 | # This ansible-playbook prepares fresh-from-hetzner |
---|
| 3 | # servers for work with ansible. |
---|
| 4 | # |
---|
| 5 | # What it does: |
---|
| 6 | # secures sshd (according to bettercrypto.org) |
---|
| 7 | # adds accounts uli/henrik/deploy |
---|
| 8 | # disables root access |
---|
| 9 | # |
---|
| 10 | # This playbook should be executed as first thing |
---|
| 11 | # after getting your hands over new hardware |
---|
| 12 | # |
---|
| 13 | # It will normally be run with ``ask-pass`` |
---|
| 14 | # |
---|
| 15 | - hosts: yet-untouched |
---|
| 16 | tasks: |
---|
| 17 | - name: "Start" |
---|
| 18 | command: echo "Hello world." |
---|
Note: See
TracBrowser for help on using the repository browser.