ansible-development-environ.../roles/robertdebock.common/defaults/main.yml

19 lines
535 B
YAML

---
# defaults file for common
# A list of nameservers to configure.
common_nameservers:
- name: 1.1.1.1
- name: 1.0.0.1
# Fill /etc/hosts with all hosts in the play.
common_hosts: "{{ groups.all }}"
# Do you want to reboot on a hostname change?
common_reboot: yes
# Some Docker containers do not allow managing services, rebooting and writing
# to some locations in /etc. The role skips tasks that will typically fail in
# Docker. With this parameter you can tell the role to -not- skip these tasks.
common_ignore_docker: yes