X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-registry.git;a=blobdiff_plain;f=ansible%2Froles%2Fswift%2Ftasks%2Fswift_main.yml;fp=ansible%2Froles%2Fswift%2Ftasks%2Fswift_main.yml;h=1626fd63a02a10e8c734d4a4b92eb0ab066158ec;hp=5a7267dec0cdf09a97ce2093a029efdc273e0ecc;hb=5d6a4fd8f953fcfa04cb249800f5c324128b7e64;hpb=9513f902e8edab56d18d1579ceb53b6ba257dbc5 diff --git a/ansible/roles/swift/tasks/swift_main.yml b/ansible/roles/swift/tasks/swift_main.yml index 5a7267d..1626fd6 100644 --- a/ansible/roles/swift/tasks/swift_main.yml +++ b/ansible/roles/swift/tasks/swift_main.yml @@ -13,18 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Get Swift pass from file - shell: 'grep "export SWIFT_PASS=" /etc/swift/usr/admin/env_file | awk -F"=" "{ print \$2 }"' - register: swift_password_for_template - -- name: Get Swift pass from file - shell: 'grep "export SWIFT_USER=" /etc/swift/usr/admin/env_file | awk -F"=" "{ print \$2 }"' - register: swift_user_for_template - -- name: Get Swift pass from file - shell: 'grep "export SWIFT_TENANT=" /etc/swift/usr/admin/env_file | awk -F"=" "{ print \$2 }"' - register: swift_tenant_for_template - - name: template config files template: src: "main/{{ item }}"