1.0.0 Release IaaS
This commit is contained in:
9
ansible/roles/common/tasks/node/deploy_hosts.yaml
Normal file
9
ansible/roles/common/tasks/node/deploy_hosts.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Deploy /etc/hosts
|
||||
ansible.builtin.template:
|
||||
src: "{{ hostvars['console']['node']['config_path'] }}/node/common/hosts.j2"
|
||||
dest: "/etc/hosts"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
become: true
|
||||
Reference in New Issue
Block a user