Download:
child 21:40558d07f6d0
parent 19:0b0d1d97f49f
20:92a12df47b17
Anton Shestakov <av6@dwimlabs.net>, Tue, 09 Aug 2016 16:00:33 +0800
playbook: rephrase the first note a bit

1 файлов изменено, 3 вставок(+), 2 удалений(-) [+]
playbook-example.yml file | annotate | diff | comparison | revisions
--- a/playbook-example.yml Fri Jul 29 22:32:18 2016 +0800
+++ b/playbook-example.yml Tue Aug 09 16:00:33 2016 +0800
@@ -4,10 +4,11 @@
vars:
hostname: mydomain
pre_tasks:
- # NOTE: you probably don't want to run these commands on a real box. But
+ # NOTE: you probably don't want to run these pre_tasks on a real box. Just
# bear in mind that to be able to access hgweb from inside the box, you
# need to use the virtual host name (i.e. http://127.0.0.1/ won't work).
- # Make sure you have DNS records for hg.mydomain or add it to /etc/hosts.
+ # So make sure you either have DNS records for hg.mydomain or it's in
+ # /etc/hosts.
- name: Set hostname
hostname:
name: '{{ hostname }}'