|
|
|
@ -4,6 +4,7 @@
|
|
|
|
### users
|
|
|
|
### users
|
|
|
|
### install
|
|
|
|
### install
|
|
|
|
### config
|
|
|
|
### config
|
|
|
|
|
|
|
|
### update_etc_hosts
|
|
|
|
### root_authorized_keys
|
|
|
|
### root_authorized_keys
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Set hostname to <{{ inventory_hostname }}>"
|
|
|
|
- name: "Set hostname to <{{ inventory_hostname }}>"
|
|
|
|
@ -20,6 +21,8 @@
|
|
|
|
{% for host in shared_service_hosts %}
|
|
|
|
{% for host in shared_service_hosts %}
|
|
|
|
{{ host.ip }} {{ host.name }}
|
|
|
|
{{ host.ip }} {{ host.name }}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
tags:
|
|
|
|
|
|
|
|
- update_etc_hosts
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Adding authorized keys for root"
|
|
|
|
- name: "Adding authorized keys for root"
|
|
|
|
ansible.posix.authorized_key:
|
|
|
|
ansible.posix.authorized_key:
|
|
|
|
@ -89,6 +92,7 @@
|
|
|
|
when: docker_enabled
|
|
|
|
when: docker_enabled
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- users
|
|
|
|
- users
|
|
|
|
|
|
|
|
- config
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Insert/Update docker configuration"
|
|
|
|
- name: "Insert/Update docker configuration"
|
|
|
|
template:
|
|
|
|
template:
|
|
|
|
|