@@ -104,7 +104,7 @@ HOSTS_FILE_HEADER = """\
 # This is an Ansible inventory file in INI format. You can define a list of
 # hosts and groups to be managed by this particular inventory.
 
-# Hosts listed under [ansible_controllers] will have common DebOps plays
+# Hosts listed under [debops_all_hosts] will have common DebOps plays
 # ran against them. It will include services such as iptables, DNS, Postfix,
 # sshd configuration and more.
 #
@@ -115,7 +115,7 @@ HOSTS_FILE_HEADER = """\
 HOSTS_FILE_CONTENT_CONTROLER = """
 # Your host is eligible to be managed by DebOps' common playbook. If you want
 # that functionality and more, then uncomment your hostname below.
-[ansible_controllers]
+[debops_all_hosts]
 #%s ansible_connection=local
 """ % platform.node()
 
@@ -124,7 +124,7 @@ HOSTS_FILE_CONTENT_NO_CONTROLER = """
 # the above features on your current operating system. You can however
 # use Vagrant or something else to setup a VM and install DebOps there.
 
-[ansible_controllers]
+[debops_all_hosts]
 #<VM host IP>
 """
 