Project

General

Profile

Segnalazione #123 » t123.patch

Christopher R. Gabriel, 12/16/2016 07:03 PM

View differences:

ansible/roles/client-conf/tasks/main.yml
36 36
  command: ssh-keygen -t rsa -P "" -f /root/.ssh/id_rsa
37 37
  args:
38 38
    creates: /root/.ssh/id_rsa
39
  
39

  
40 40
- name: Publish root SSH public key
41 41
  command: cp -a /root/.ssh/id_rsa.pub {{client_data_dir}}
42 42
  args:
......
55 55
- name: Install password change additional files
56 56
  synchronize:
57 57
      src: files/webpasswd
58
      dest: /var/www/webpasswd
58
      dest: /usr/share/fuss-server/webpasswd
59 59
      recursive: yes
60 60

  
61 61
- name: Install password change page
62 62
  template:
63 63
      src: index.php
64
      dest: /var/www/webpasswd/index.php
64
      dest: /usr/share/fuss-server/webpasswd/index.php
65 65

  
66 66
- name: Enable ssl in apache
67 67
  apache2_module:
(1-1/2)