Merge branch 'master' of /git/ansible
This commit is contained in:
commit
b1a1e8fff3
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,13 @@
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: fix hosts file
|
||||||
|
copy:
|
||||||
|
src: "{{roles_path}}/hosts/files/os-hosts"
|
||||||
|
dest: "/etc/hosts"
|
||||||
|
owner: root
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: deploy private key to control hosts
|
- name: deploy private key to control hosts
|
||||||
copy:
|
copy:
|
||||||
src: "{{private}}/files/os/{{env}}/control_key"
|
src: "{{private}}/files/os/{{env}}/control_key"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue