diff --git a/roles/gcp-http-lb/.travis.yml b/roles/gcp-http-lb/.travis.yml deleted file mode 100644 index 36bbf62..0000000 --- a/roles/gcp-http-lb/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -language: python -python: "2.7" - -# Use the new container infrastructure -sudo: false - -# Install ansible -addons: - apt: - packages: - - python-pip - -install: - # Install ansible - - pip install ansible - - # Check ansible version - - ansible --version - - # Create ansible.cfg with correct roles_path - - printf '[defaults]\nroles_path=../' >ansible.cfg - -script: - # Basic role syntax check - - ansible-playbook tests/test.yml -i tests/inventory --syntax-check - -notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ \ No newline at end of file diff --git a/roles/gcp-http-lb/README.md b/roles/gcp_http_lb/README.md similarity index 92% rename from roles/gcp-http-lb/README.md rename to roles/gcp_http_lb/README.md index 6cf889d..901de6e 100644 --- a/roles/gcp-http-lb/README.md +++ b/roles/gcp_http_lb/README.md @@ -1,4 +1,4 @@ -gcp-http-lb +gcp_http_lb ========= This role helps you set up a Google Cloud Load Balancer. @@ -25,12 +25,12 @@ Example Playbook vars: gcp_http_lb_backend: projects/project/zones/us-central1-c/instanceGroups/my-instance-group roles: - - role: gcp-http-lb + - role: gcp_http_lb License ------- -Apache2 +GPLv3 Author Information ------------------ diff --git a/roles/gcp-http-lb/defaults/main.yml b/roles/gcp_http_lb/defaults/main.yml similarity index 100% rename from roles/gcp-http-lb/defaults/main.yml rename to roles/gcp_http_lb/defaults/main.yml diff --git a/roles/gcp-http-lb/meta/main.yml b/roles/gcp_http_lb/meta/main.yml similarity index 100% rename from roles/gcp-http-lb/meta/main.yml rename to roles/gcp_http_lb/meta/main.yml diff --git a/roles/gcp-http-lb/tasks/main.yml b/roles/gcp_http_lb/tasks/main.yml similarity index 100% rename from roles/gcp-http-lb/tasks/main.yml rename to roles/gcp_http_lb/tasks/main.yml diff --git a/roles/gcp-http-lb/tests/inventory b/roles/gcp_http_lb/tests/inventory similarity index 100% rename from roles/gcp-http-lb/tests/inventory rename to roles/gcp_http_lb/tests/inventory diff --git a/roles/gcp-http-lb/tests/test.yml b/roles/gcp_http_lb/tests/test.yml similarity index 74% rename from roles/gcp-http-lb/tests/test.yml rename to roles/gcp_http_lb/tests/test.yml index cc74a2b..341c7a4 100644 --- a/roles/gcp-http-lb/tests/test.yml +++ b/roles/gcp_http_lb/tests/test.yml @@ -2,4 +2,4 @@ - hosts: localhost remote_user: root roles: - - gcp-http-lb \ No newline at end of file + - gcp_http_lb diff --git a/roles/gcp-http-lb/vars/main.yml b/roles/gcp_http_lb/vars/main.yml similarity index 100% rename from roles/gcp-http-lb/vars/main.yml rename to roles/gcp_http_lb/vars/main.yml