Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2017-05-11 17:32:28 +00:00
commit b1a1e8fff3

View file

@ -48,6 +48,13 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
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
copy:
src: "{{private}}/files/os/{{env}}/control_key"