[Groonga-commit] groonga/packages.groonga.org at f7e141f [master] Use the same directory structure

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Apr 18 18:37:44 JST 2018


Kouhei Sutou	2018-04-18 18:37:44 +0900 (Wed, 18 Apr 2018)

  New Revision: f7e141f3d525c99ccedfeae3be556df1f091ea86
  https://github.com/groonga/packages.groonga.org/commit/f7e141f3d525c99ccedfeae3be556df1f091ea86

  Message:
    Use the same directory structure

  Modified files:
    ansible/playbook.yml
  Renamed files:
    ansible/files/etc/aliases
      (from ansible/files/aliases)
    ansible/files/etc/apt/listchanges.conf
      (from ansible/files/listchanges.conf)
    ansible/files/etc/postfix/main.cf
      (from ansible/files/main.cf)
    ansible/files/etc/td-agent/td-agent.conf
      (from ansible/files/fluentd/fluentd.conf)
    ansible/files/home/packages/.ssh/authorized_keys
      (from ansible/files/authorized_keys)
    ansible/files/home/packages/create-snapshot-package.sh
      (from ansible/files/create-snapshot-package.sh)
    ansible/templates/etc/groonga/httpd/groonga-httpd.conf.j2
      (from ansible/files/groonga-httpd.conf)

  Renamed: ansible/files/etc/aliases (+0 -0) 100%
===================================================================

  Renamed: ansible/files/etc/apt/listchanges.conf (+0 -0) 100%
===================================================================

  Renamed: ansible/files/etc/postfix/main.cf (+0 -0) 100%
===================================================================

  Renamed: ansible/files/etc/td-agent/td-agent.conf (+0 -0) 100%
===================================================================

  Renamed: ansible/files/home/packages/.ssh/authorized_keys (+0 -0) 100%
===================================================================

  Renamed: ansible/files/home/packages/create-snapshot-package.sh (+0 -0) 100%
===================================================================

  Modified: ansible/playbook.yml (+7 -7)
===================================================================
--- ansible/playbook.yml    2017-08-25 22:34:42 +0900 (0869c3d)
+++ ansible/playbook.yml    2018-04-18 18:37:44 +0900 (629c27a)
@@ -24,7 +24,7 @@
       command: update-alternatives --set editor /usr/bin/vim.basic
     - name: Use e-mail for apt-listchanges
       copy:
-        src=files/listchanges.conf
+        src=etc/apt/listchanges.conf
         dest=/etc/apt/listchanges.conf
 
     # User
@@ -54,7 +54,7 @@
         mode=0700
     - name: Put ~packages/.ssh/authorized_keys
       copy:
-        src=files/authorized_keys
+        src=home/packages/.ssh/authorized_keys
         dest=~packages/.ssh/authorized_keys
         owner=packages
         group=packages
@@ -115,7 +115,7 @@
       apt: name=postfix
     - name: Set /etc/aliases
       copy:
-        src=files/aliases
+        src=etc/aliases
         dest=/etc/aliases
       notify:
         - Update /etc/aliases
@@ -125,7 +125,7 @@
         dest=/etc/mailname
     - name: Put Postfix configuration
       copy:
-        src=files/main.cf
+        src=etc/postfix/main.cf
         dest=/etc/postfix/main.cf
       notify:
         - Restart Postfix
@@ -161,7 +161,7 @@
     #     - archive-zip
     # - name: Install nightly package builder
     #   copy:
-    #     src=files/create-snapshot-package.sh
+    #     src=home/packages/create-snapshot-package.sh
     #     dest=/home/packages/bin/
     #     owner=packages
     #     group=packages
@@ -193,7 +193,7 @@
     #     dest=/usr/local/share/
     # - name: Put groonga-httpd configuration
     #   template:
-    #     src=files/groonga-httpd.conf
+    #     src=etc/groonga/httpd/groonga-httpd.conf.j2
     #     dest=/etc/groonga/httpd/groonga-httpd.conf
     #   notify:
     #     - Restart Groonga
@@ -246,7 +246,7 @@
     #     group=td-agent
     # - name: Put fluentd.conf
     #   copy:
-    #     src=files/fluentd/fluentd.conf
+    #     src=etc/td-agent/td-agent.conf
     #     dest=/etc/td-agent/td-agent.conf
     #   notify:
     #     - Restart Fluentd

  Renamed: ansible/templates/etc/groonga/httpd/groonga-httpd.conf.j2 (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180418/7e0c500d/attachment-0001.htm 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index