unit_type string | repo_path string | commit_id string | stars int32 | unit_prefix string | shard int32 | license_types list | files list | quality dict | flags dict |
|---|---|---|---|---|---|---|---|---|---|
ansible_role | otaviomedeiros/my-evernote | 941fb8f04a9c425cbfd21f11e275c70fbdfc28a0 | 0 | setup-automation/roles/user | 7,735 | [
"no_license"
] | [
{
"path": "setup-automation/roles/user/tasks/main.yml",
"content": "---\n- name: create user\n user:\n name: \"{{ ssh_user }}\"\n shell: /bin/bash\n state: present\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>')}}\"\n groups: sudo,docker\n changed_when: false\n\n- authorized_key: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | mikhail-pavliy/mysql | 8e513385c812a74599e24868fe9236a33d8bdc37 | 0 | roles/db_provision | 7,735 | [
"no_license"
] | [
{
"path": "roles/db_provision/meta/main.yml",
"content": "---\ngalaxy_info:\n author: mbfx\n description: mysql db provisoon\n galaxy_tags: [mysql, db]\n\ndependencies: []\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/db_provisio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | mikhail-pavliy/mysql | 8e513385c812a74599e24868fe9236a33d8bdc37 | 0 | roles/mysql_server | 7,735 | [
"no_license"
] | [
{
"path": "roles/mysql_server/tasks/main.yml",
"content": "---\n- name: Install mysql repo\n yum:\n name: \"https://repo.percona.com/yum/percona-release-latest.noarch.rpm\"\n state: present\n\n- name: Install Percona-Server\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | mikhail-pavliy/mysql | 8e513385c812a74599e24868fe9236a33d8bdc37 | 0 | roles/mysql_slave | 7,735 | [
"no_license"
] | [
{
"path": "roles/mysql_slave/meta/main.yml",
"content": "---\ngalaxy_info:\n author: mbfx\n description: mysql slave server\n min_ansible_version: 2.0\n galaxy_tags: [mysql]\n\ndependencies: [mysql_server]\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2593,
"all_permissive": false
} |
ansible_role | ariaksonova/rs1 | e8c1f6f5cfe88c07d64b4ba79ec9cf0387d2da93 | 0 | ansible/roles/common | 7,735 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install list of packages\n become: yes\n apt:\n pkg:\n - curl\n - git\n - git-core\n - zsh\n - htop\n - vim\n - ufw\n- name: clone oh my zsh\n become: true\n git: repo=https://github.com/robby... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | ariaksonova/rs1 | e8c1f6f5cfe88c07d64b4ba79ec9cf0387d2da93 | 0 | ansible/roles/rs1 | 7,735 | [
"no_license"
] | [
{
"path": "ansible/roles/rs1/tasks/motd.yml",
"content": "---\n- name: copy motd\n become: true\n copy: src=motd dest=/etc/motd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible/roles/rs1/files/cron_check.sh",
"content": "#!/bin/bash\... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2999,
"all_permissive": false
} |
ansible_role | wlieberz/rundeck | e07d9877fdd769a1d12e971650e38601c58e64d5 | 0 | rundeck-community-testing/ansible/roles/prep-rundeck-target | 7,735 | [
"no_license"
] | [
{
"path": "rundeck-community-testing/ansible/roles/prep-rundeck-target/vars/main.yml",
"content": "---\n# vars file for prep-rundeck-target.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "rundeck-community-testing/ansible/roles/prep-rundeck-t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2649,
"all_permissive": false
} |
ansible_role | wlieberz/rundeck | e07d9877fdd769a1d12e971650e38601c58e64d5 | 0 | rundeck-community-testing/ansible/roles/rundeck-community-server-install-rpm-4440-http | 7,735 | [
"no_license"
] | [
{
"path": "rundeck-community-testing/ansible/roles/rundeck-community-server-install-rpm-4440-http/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rundeck-community-server-install-rpm-4440-http\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2340,
"all_permissive": false
} |
ansible_role | wlieberz/rundeck | e07d9877fdd769a1d12e971650e38601c58e64d5 | 0 | rundeck-community-testing/ansible/roles/rundeck-community-server-install-rpm-nginx-proxy | 7,735 | [
"no_license"
] | [
{
"path": "rundeck-community-testing/ansible/roles/rundeck-community-server-install-rpm-nginx-proxy/README.md",
"content": "Role Name\n=========\n\nThis role installs and configures Rundeck Community Edition. Also installs and configures nginx as a tls terminating reverse proxy.\n\nFor the reverse proxy to ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4497,
"all_permissive": false
} |
ansible_role | wlieberz/rundeck | e07d9877fdd769a1d12e971650e38601c58e64d5 | 0 | rundeck-community-testing/ansible/roles/self-signed-tls-cert | 7,735 | [
"no_license"
] | [
{
"path": "rundeck-community-testing/ansible/roles/self-signed-tls-cert/defaults/main.yml",
"content": "---\n# defaults file for self-signed-tls-cert\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "rundeck-community-testing/ansible/roles/self-sig... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1622,
"all_permissive": false
} |
ansible_role | jwronquillo/Activity9 | 4ee7ea3e3f99ae6992df63e88402359cc9a277b6 | 0 | roles/CentOS | 7,735 | [
"no_license"
] | [
{
"path": "roles/CentOS/tasks/main.yml",
"content": "---\n\n- name: Install Prometheus (CentOS)\n tags: prometheus, centos\n command: snap install prometheus --classic\n when: ansible_distribution == \"CentOS\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | jwronquillo/Activity9 | 4ee7ea3e3f99ae6992df63e88402359cc9a277b6 | 0 | roles/Ubuntu | 7,735 | [
"no_license"
] | [
{
"path": "roles/Ubuntu/tasks/main.yml",
"content": "---\n\n- name: Install Prometheus (Ubuntu)\n tags: prometheus, ubuntu\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | gordonmurray/ansible_webserver_aws | 315805ec36dc91cceb497fac154bcefaa72fcdcc | 1 | roles/deploy | 7,735 | [
"no_license"
] | [
{
"path": "roles/deploy/templates/database.php.j2",
"content": "<?php\n\n$host = 'localhost';\n$dbname = 'website';\n$username = 'website_user';\n$password = '{{ <PASSWORD> }}';",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/deploy/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | gordonmurray/ansible_webserver_aws | 315805ec36dc91cceb497fac154bcefaa72fcdcc | 1 | roles/mysql | 7,735 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Install mySQL\n vars:\n packages:\n - python3-pip\n - mysql-server\n apt:\n pkg: \"{{ packages }}\"\n update_cache: yes\n state: latest\n\n- name: Install the Python PyMySQL module using Pip\n pip:\n name: pymysql\n\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1944,
"all_permissive": false
} |
ansible_role | gordonmurray/ansible_webserver_aws | 315805ec36dc91cceb497fac154bcefaa72fcdcc | 1 | roles/php | 7,735 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "- name: Install PHP and some related packages\n vars:\n packages:\n - php\n - php-mysql\n apt:\n pkg: \"{{ packages }}\"\n update_cache: yes\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | timyuer/tarball-ambari-mpack | 1eaba62b5f61b6f9883e870b2d905866eabb1512 | 0 | src/main/script/ansible/roles/ambari | 7,738 | [
"no_license"
] | [
{
"path": "src/main/script/ansible/roles/ambari/tasks/main.yml",
"content": "- name: 安装ambari-server\n include_tasks: ambari-server.yml\n when: \"inventory_hostname in groups['master']\"\n\n- name: 安装ambari-agent\n include_tasks: ambari-agent.yml",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | timyuer/tarball-ambari-mpack | 1eaba62b5f61b6f9883e870b2d905866eabb1512 | 0 | src/main/script/ansible/roles/chrony | 7,738 | [
"no_license"
] | [
{
"path": "src/main/script/ansible/roles/chrony/tasks/chrony-master.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The A... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2624,
"all_permissive": false
} |
ansible_role | timyuer/tarball-ambari-mpack | 1eaba62b5f61b6f9883e870b2d905866eabb1512 | 0 | src/main/script/ansible/roles/common | 7,738 | [
"no_license"
] | [
{
"path": "src/main/script/ansible/roles/common/tasks/openeuler.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The ASF l... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 11728,
"all_permissive": false
} |
ansible_role | timyuer/tarball-ambari-mpack | 1eaba62b5f61b6f9883e870b2d905866eabb1512 | 0 | src/main/script/ansible/roles/java | 7,738 | [
"no_license"
] | [
{
"path": "src/main/script/ansible/roles/java/tasks/java.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The ASF licenses... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3628,
"all_permissive": false
} |
ansible_role | timyuer/tarball-ambari-mpack | 1eaba62b5f61b6f9883e870b2d905866eabb1512 | 0 | src/main/script/ansible/roles/mysql | 7,738 | [
"no_license"
] | [
{
"path": "src/main/script/ansible/roles/mysql/files/mysql8-my.cnf",
"content": "[client]\nport= 3306\nsocket= /tmp/mysql.sock\n\n[mysqld]\n# 时区\ndefault-time-zone = '+8:00'\n# 字符集\ncharacter_set_server=utf8mb4\ncollation_server=utf8mb4_0900_ai_ci\nport= 3306\nsocket= /tmp/mysql.sock\ndatadir = /var/lib/mys... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 11373,
"all_permissive": false
} |
ansible_role | b-reyn/Cookiecutter-Django-Ansible | 89c9597b027dc118df6bf6b5deef11e7addf6670 | 0 | {{cookiecutter.repo_name}}/provisioning/playbooks/roles/swapfile | 7,738 | [
"no_license"
] | [
{
"path": "{{cookiecutter.repo_name}}/provisioning/playbooks/roles/swapfile/tasks/main.yml",
"content": "---\n- name: Create swap file\n command: dd if=/dev/zero of={{ swap_file_path }} bs=1024 count={{ swap_file_size }}\n creates=\"{{ swap_file_path }}\"\n sudo: True\n tags: swap.file.create\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1069,
"all_permissive": false
} |
ansible_role | bobishh/pg_replication_test | 1b7352378152b3e2f79753ac3fa19ad38730e628 | 2 | roles/open_standby_db | 7,738 | [
"no_license"
] | [
{
"path": "roles/open_standby_db/tasks/main.yml",
"content": "---\n- name: Stop the server\n become_user: postgres\n service:\n name: postgresql\n state: stopped\n\n- name: Backup old data directory\n shell: 'tar -cvzf /tmp/data_backup-`date +%s`.tgz {{ postgresql_data_directory }}'\n\n- name: Remo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1794,
"all_permissive": false
} |
ansible_role | bobishh/pg_replication_test | 1b7352378152b3e2f79753ac3fa19ad38730e628 | 2 | roles/plain_rails | 7,738 | [
"no_license"
] | [
{
"path": "roles/plain_rails/defaults/main.yml",
"content": "---\napp_name: 'testapp'\napp_user: 'vagrant'\napp_home: '/home/{{ app_user }}/{{ app_name }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/plain_rails/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/configure_docker_logging | 7,738 | [
"no_license"
] | [
{
"path": "roles/configure_docker_logging/tasks/main.yml",
"content": "---\n- name: Configure Docker logging\n copy:\n dest: /etc/docker/daemon.json\n content: |\n {\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"max-size\": \"100m\"\n }\n }\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/copy_src | 7,738 | [
"no_license"
] | [
{
"path": "roles/copy_src/tasks/main.yml",
"content": "---\n- name: Copy src directory to /home\n copy:\n src: /home/yoyo/Desktop/cloud_1/src\n dest: /home/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/create_directories | 7,738 | [
"no_license"
] | [
{
"path": "roles/create_directories/tasks/main.yml",
"content": "---\n- name: Create directories for MariaDB and WordPress\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - /home/data/mariadb\n - /home/data/wordpress\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/docker_compose | 7,738 | [
"no_license"
] | [
{
"path": "roles/docker_compose/tasks/main.yml",
"content": "---\n- name: Run Docker Compose for building images and running containers\n command: docker compose up -d --build\n args:\n chdir: \"{{ docker_compose_path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/docker_images | 7,738 | [
"no_license"
] | [
{
"path": "roles/docker_images/tasks/main.yml",
"content": "---\n- name: Build and push MariaDB Docker image\n docker_image:\n build:\n path: \"{{ image_build_path_mariadb }}\"\n name: \"localhost:5000/{{ image_mariadb }}\"\n tag: \"{{ image_tag }}\"\n push: yes\n source: build\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/docker_registry | 7,738 | [
"no_license"
] | [
{
"path": "roles/docker_registry/tasks/main.yml",
"content": "---\n- name: Pull Docker registry image\n docker_image:\n name: registry\n tag: latest\n source: pull\n\n- name: Run Docker registry container\n docker_container:\n name: my_registry\n image: registry:latest\n state: started\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/install_required_packages | 7,738 | [
"no_license"
] | [
{
"path": "roles/install_required_packages/tasks/main.yml",
"content": "---\n- name: Install required packages\n become: yes\n apt:\n name:\n - docker.io\n - docker-compose\n - python3-pip\n state: present\n update_cache: yes",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | yismaili/cloud_1 | 19bb4f125205f5fc2ccc92bfca4666de82dbdd73 | 0 | roles/remove_conflicting_containerd | 7,738 | [
"no_license"
] | [
{
"path": "roles/remove_conflicting_containerd/tasks/main.yml",
"content": "---\n- name: Remove conflicting containerd if installed\n apt:\n name: containerd\n state: absent\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | spmoreno/redis-lab | f382303aef6e10874b28125404aa670a05b1936f | 0 | ansible/roles/docker | 7,738 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# gather_facts: yes\n# become: yes\n# become_method: sudo\n# remote_user: \"{{pivot_user}}\"\n# tasks:\n - name: Install required system packages\n yum: name={{ item }} state=present update_cache=yes\n loop: [ 'yum-utils','python3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2617,
"all_permissive": false
} |
ansible_role | Mieneas/Uni-Projects | 32b1eb25874488257cdc8399b59eef5173f4326c | 0 | OpenStack/Setup/roles/host | 7,738 | [
"no_license"
] | [
{
"path": "OpenStack/Setup/roles/host/tasks/main.yml",
"content": "- name: install packages via aptitude\n apt:\n name:\n - python3\n - python3-pip\n - docker\n - python3-docker\n - python3-dev\n - libffi-dev\n - gcc\n - libssl-dev\n state: latest\n when: ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1415,
"all_permissive": false
} |
ansible_role | Mieneas/Uni-Projects | 32b1eb25874488257cdc8399b59eef5173f4326c | 0 | OpenStack/Setup/roles/openstack | 7,738 | [
"no_license"
] | [
{
"path": "OpenStack/Setup/roles/openstack/tasks/main.yml",
"content": "- include: bootstrap.yml\n- include: deploy.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "OpenStack/Setup/roles/openstack/templates/netplan.yml.j2",
"content": "---... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/centos-ssm | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/centos-ssm/tasks/main.yml",
"content": "- file:\n path: /tmp/ssm\n state: directory\n\n- name: Install ssm\n shell: dnf install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm\n args:\n chdir: /tmp/ssm\n\n- name: Enable SSM ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/datadog | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/datadog/tasks/agent5.yml",
"content": "---\n\n# Added this command twice because could not amend path as credstash is in /usr/local/bin/ in ecs instances otherwise /usr/bin for all others\n- shell: credstash -r eu-west-1 get datadog/api_key\n register: credstash_query_output\n ignore... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6097,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/dhcp-revert | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/dhcp-revert/tasks/main.yml",
"content": "- name: Modify dhclient.conf to put freeipa nameserver and dns search on reboot to override AWS\n blockinfile:\n path: /etc/dhcp/dhclient.conf\n block: |\n supersede domain-name-servers 172.16.41.114, 172.16.40.49;\n supersede d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/filebeat-centos | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/filebeat-centos/tasks/main.yml",
"content": "# Install Filebeat\n\n\n- shell: rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch\n- copy:\n src: files/elastic.repo\n dest: /etc/yum.repos.d/\n- name: install Filebeat\n package:\n name: filebeat\n state: latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/filebeat-ubuntu | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/filebeat-ubuntu/tasks/main.yml",
"content": "# Install Filebeat\n\n- shell: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -\n- name: Add Elasticsearch repository\n shell: echo \"deb https://artifacts.elastic.co/packages/6.x/apt stable main\" | sudo t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/freeipa-client | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/freeipa-client/tasks/main.yml",
"content": "- name: Install freeipa-client\n package:\n name: freeipa-client\n state: latest\n\n- shell: credstash -r eu-west-1 get freeipa/system_user\n register: credstash_freeipa_output\n ignore_errors: yes\n\n- file:\n path: /etc/resolv.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1294,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/freeipa-saml | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/freeipa-saml/tasks/main.yaml",
"content": "- shell: credstash -r eu-west-1 get freeipa/system_user\n register: credstash_freeipa_output\n ignore_errors: yes\n \n- file:\n path: /etc/dhcp/dhclient.conf\n state: touch\n\n- name: Modify dhclient.conf to put freeipa nameserver and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/gocd-agent | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/gocd-agent/tasks/main.yml",
"content": "- file:\n path: /var/go/.ssh/id_rsa\n state: touch\n mode: 0600\n owner: go\n group: go\n\n\n- name: place private gocd agent key in go home directory\n shell: credstash -r eu-west-1 get ssh/gocd-agent > /var/go/.ssh/id_rsa\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/gocd-agent-ansible | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/gocd-agent-ansible/tasks/main.yml",
"content": "- file:\n path: /var/go/.ssh/id_rsa\n mode: 0600\n\n\n\n- name: place private deployer key in go home directory\n shell: credstash -r eu-west-1 get ssh/deployer_id_rsa > /var/go/.ssh/id_rsa\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/gocd-slack | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/gocd-slack/tasks/main.yml",
"content": "---\n\n- shell: credstash -r eu-west-1 get gocd/server_host\n register: server_host\n ignore_errors: yes \n\n- shell: credstash -r eu-west-1 get gocd/api_host\n register: api_host\n ignore_errors: yes \n\n\n- shell: credstash -r eu-west-1 g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/hosts | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/hosts/defaults/main.yml",
"content": "shortname: \"{{ ec2_tag_Name }}-{{ inventory_hostname}}\"\ndomain: \"access.common-pds.org\"\nfqdn: \"{{ ec2_tag_Name }}-{{ inventory_hostname}}.access.common-pds.org\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/npm-login | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/npm-login/tasks/main.yaml",
"content": "- shell: credstash -r eu-west-1 get npm/token\n register: credstash_npm_token\n ignore_errors: yes \n\n\n- file:\n path: ~/.npmrc\n state: touch\n owner: go\n group: go\n mode: 0644\n become_user: go\n\n- name: modify file with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/openvpn | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/openvpn/tasks/main.yml",
"content": "- name: Start openvpn service\n service:\n name: openvpn\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/packages-centos | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/packages-centos/tasks/main.yml",
"content": "- name: Install ntpdate\n package:\n name: ntpdate\n state: latest\n\n- name: Install python-setuptools\n package:\n name: python-setuptools\n state: latest\n\n- name: Install python*-pip\n package:\n name: python*-pip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/packages-ubuntu | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/packages-ubuntu/tasks/main.yml",
"content": "\n- name: update\n apt:\n update_cache: yes\n\n- name: Install software-properties-common\n apt:\n name: software-properties-common\n\n\n- name: Upgrade\n apt:\n name: ansible\n\n- name: Install ntp\n package:\n name: ntp\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/packer | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/packer/tasks/main.yml",
"content": "- name: Install unzip\n package:\n name: unzip\n state: latest\n \n- name: Extract file\n unarchive:\n src: https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/ruby | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/ruby/tasks/main.yml",
"content": "# Install Ruby\n\n- name: Install Required Packages\n apt:\n state: present\n with_items:\n - libgdbm-dev\n - libncurses5-dev\n - automake\n - libtool\n - bison\n - libffi-dev\n - libgmp-dev\n\n- name: Import GPG keys\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | base/roles/users | 7,738 | [
"no_license"
] | [
{
"path": "base/roles/users/tasks/main.yml",
"content": "- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1298,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/apache | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/apache/tasks/main.yml",
"content": "- shell: credstash -r eu-west-1 get freeipa/system_user\n register: credstash_query_output\n\n\n\n\n\n\n\n- name: ECR login\n shell: \"$(aws ecr get-login --no-include-email --region eu-west-1)\"\n\n- name: Build the image\n command: docker bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/cluster | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/cluster/defaults/main.yml",
"content": "\nldap_password: \"{{ credstash_system_user.stdout }}\"\nfreeipa_server_ip_address: '172.16.40.168'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "elkstack/roles/cluster/templates... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1196,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/ecr | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/ecr/tasks/main.yml",
"content": "- shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n- shell: sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"\n- name: Update repositories cache and in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/elasticsearch | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/elasticsearch/tasks/main.yml",
"content": "- name: ECR login\n shell: \"$(aws ecr get-login --no-include-email --region eu-west-1)\"\n\n- name: Build the image\n command: docker build -t elasticsearch /var/lib/go-agent/pipelines/elkstack/elkstack/files/elasticsearch\n\n- name: tq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/kibana | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/kibana/tasks/main.yml",
"content": "- name: ECR login\n shell: \"$(aws ecr get-login --no-include-email --region eu-west-1)\"\n\n- name: Build the image\n command: docker build -t kibana /var/lib/go-agent/pipelines/elkstack/elkstack/files/kibana\n\n- name: tqg the image\n comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/logspout-common | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/logspout-common/tasks/main.yml",
"content": "- name: Update repositories cache and install \"docker-ce\" package\n apt:\n name: docker-ce\n update_cache: yes\n\n- pip:\n name: awscli\n\n- name: ECR login\n shell: \"$(aws ecr get-login --no-include-email --region eu-west-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/logspout-web1devci | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/logspout-web1devci/tasks/main.yml",
"content": "- name: ECR login\n shell: \"$(aws ecr get-login --no-include-email --region eu-west-1)\"\n\n\n# web1devci\n- name: Build the image\n command: docker build -t logspout /var/lib/go-agent/pipelines/logspout/elkstack/files/logspout\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | elkstack/roles/logstash | 7,738 | [
"no_license"
] | [
{
"path": "elkstack/roles/logstash/tasks/main.yml",
"content": "- name: ECR login\n shell: \"$(aws ecr get-login --no-include-email --region eu-west-1)\"\n\n- name: Build the image\n command: docker build -t logstash /var/lib/go-agent/pipelines/elkstack/elkstack/files/logstash\n\n- name: tqg the image\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | gocd-ansible/roles/agent | 7,738 | [
"no_license"
] | [
{
"path": "gocd-ansible/roles/agent/tasks/main.yml",
"content": "---\n\n- name: Add new repository definition to the APT sources configuration directory\n shell: echo \"deb https://download.gocd.org /\" | sudo tee /etc/apt/sources.list.d/gocd.list\n args:\n creates: gocd.list\n\n- name: Add the GoCD GP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | gocd-ansible/roles/gocd-server | 7,738 | [
"no_license"
] | [
{
"path": "gocd-ansible/roles/gocd-server/tasks/main.yml",
"content": "---\n\n- name: Add new repository definition to the APT sources configuration directory\n shell: echo \"deb https://download.gocd.org /\" | sudo tee /etc/apt/sources.list.d/gocd.list\n args:\n creates: gocd.list\n\n- name: Add the G... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3170,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | httpd-proxy/roles/ansible-httpd | 7,738 | [
"no_license"
] | [
{
"path": "httpd-proxy/roles/ansible-httpd/templates/etc/apache2/sites-available/default.conf.j2",
"content": "# {{ ansible_managed }}\n\n{% set item = (apache2_default_sites['default'] | combine(item.value, recursive=True)) %}\n\n<VirtualHost *:80>\n ServerName {{ item.domains | join(' ') }}\n ServerAdmi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11089,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | httpd-proxy/roles/google-analytics | 7,738 | [
"no_license"
] | [
{
"path": "httpd-proxy/roles/google-analytics/files/google-analytics.yaml",
"content": "init_config:\n\ninstances:\n [{}]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "httpd-proxy/roles/google-analytics/files/google-analytics.py",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6743,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | httpd-proxy/roles/misc | 7,738 | [
"no_license"
] | [
{
"path": "httpd-proxy/roles/misc/tasks/main.yml",
"content": "- name: Copy network interfaces file\n copy:\n src: files/interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n notify:\n - Restart networking\n\n- name: Copy freeipa-ssl.conf file\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2217,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | nginx-proxy/roles/ansible-nginx | 7,738 | [
"no_license"
] | [
{
"path": "nginx-proxy/roles/ansible-nginx/templates/etc/nginx/sites-available/default.conf.j2",
"content": "# {{ ansible_managed }}\n\n{% set item = (nginx_default_sites['default'] | combine(item.value, recursive=True)) %}\n\n\nserver {\n listen {{ item.listen_http }}{{ ' default deferred' if item.default... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3877,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | nginx-proxy/roles/misc | 7,738 | [
"no_license"
] | [
{
"path": "nginx-proxy/roles/misc/tasks/main.yml",
"content": "# amend freeip virtual hosts file to change proxy_pass http:// to proxy_pass https://\n\n- lineinfile:\n path: /etc/nginx/sites-available/freeipa.conf\n regexp: 'proxy_pass'\n line: 'proxy_pass https://172.16.40.168;'\n noti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1529,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | patching/roles/core-fedora | 7,738 | [
"no_license"
] | [
{
"path": "patching/roles/core-fedora/tasks/main.yml",
"content": "- name: Install postfix to send alert emails\n dnf:\n name: postfix\n state: latest\n\n\n\n- shell: credstash -r eu-west-1 get ses/smtp-password\n register: credstash_smtp_password_output\n\n- shell: credstash -r eu-west-1 get ses/sm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1589,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | patching/roles/core-ubuntu | 7,738 | [
"no_license"
] | [
{
"path": "patching/roles/core-ubuntu/tasks/main.yml",
"content": "- name: Install postfix\n apt:\n name: postfix\n state: latest\n\n- name: enable and start postfix\n systemd:\n name: postfix\n state: started\n enabled: yes\n\n- name: Copy 50unattended-upgrades\n copy:\n src: files/50u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | patching/roles/ubuntu-common | 7,738 | [
"no_license"
] | [
{
"path": "patching/roles/ubuntu-common/tasks/main.yml",
"content": "- name: Install unattended-upgrades\n apt:\n name: unattended-upgrades\n update_cache: yes\n\n- name: Install apticron\n apt:\n name: apticron\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | wordpress/roles/mysql | 7,738 | [
"no_license"
] | [
{
"path": "wordpress/roles/mysql/tasks/main.yml",
"content": "---\n\n- shell: credstash -r eu-west-1 get wordpress/wp_db\n register: wp_db\n ignore_errors: yes \n\n- shell: credstash -r eu-west-1 get wordpress/wp_db_user\n register: wp_db_user\n ignore_errors: yes \n\n\n- shell: credstash -r eu-west-1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | wordpress/roles/php | 7,738 | [
"no_license"
] | [
{
"path": "wordpress/roles/php/tasks/main.yml",
"content": "---\n- name: Install php extensions\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - php7.0-gd \n - php-ssh2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | wordpress/roles/server | 7,738 | [
"no_license"
] | [
{
"path": "wordpress/roles/server/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - mysql-server\n - php7.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | ukparliament/uk.parliament-ansible | 0af5b2c4de6306af2e00a1934957b8b93942881d | 1 | wordpress/roles/wordpress | 7,738 | [
"no_license"
] | [
{
"path": "wordpress/roles/wordpress/tasks/main.yml",
"content": "---\n\n- shell: credstash -r eu-west-1 get wordpress/wp_db\n register: wp_db\n ignore_errors: yes \n\n- shell: credstash -r eu-west-1 get wordpress/wp_db_user\n register: wp_db_user\n ignore_errors: yes \n\n- shell: credstash -r eu-west... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | ashishworkspace/ansible-Task2 | 978276cfafb31e672a834828e5c2dab294f83acd | 0 | Task2/Roles/aws_ec2 | 7,738 | [
"no_license"
] | [
{
"path": "Task2/Roles/aws_ec2/vars/main.yml",
"content": "key: passcode\ninstance_type: t2.micro\nimage_name: ami-0ebc1ac48dfd14136\ninstanceNum: 1\nsubnet_id: subnet-fa0075b6\nsecurity_group: sg-0e876941ef6fde568\nregion: ap-south-1\naccess_key: \"*******************\" \nsecret_key: \"********************... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | ashishworkspace/ansible-Task2 | 978276cfafb31e672a834828e5c2dab294f83acd | 0 | Task2/Roles/aws_httpd | 7,738 | [
"no_license"
] | [
{
"path": "Task2/Roles/aws_httpd/templates/localconf.conf.j2",
"content": "Listen {{ httpd_port }}\n\n<VirtualHost {{ ansible_default_ipv4.address }}:{{ httpd_port }}>\n\nDocumentRoot {{ destination }}\n\n</VirtualHost>\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | amitkv1983/Ansible-Playbooks | 6b366cce5528b3e84f34edc642953495beba2f36 | 1 | roles/mongodb | 7,738 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: add 10gen repo file\n become: yes\n template: src=repo.j2 dest=/etc/yum.repos.d/10gen.repo\n tags: mongodb\n\n- name: install mongodb\n become: yes \n yum: name=mongo-10gen-server state=present\n tags: mongodb\n\n- name: configure mong... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | amitkv1983/Ansible-Playbooks | 6b366cce5528b3e84f34edc642953495beba2f36 | 1 | roles/nginx | 7,738 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n yum: name=nginx state=present\n become: true\n\n- name: Copy configuration file\n copy: src=nginx.conf dest=/etc/nginx/nginx.conf\n notify: restart nginx\n become: true\n\n- name: insert firewalld rule for nginx http port\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/certbot | 7,738 | [
"permissive"
] | [
{
"path": "roles/certbot/templates/ovh.ini",
"content": "dns_ovh_endpoint = {{endpoint}}\ndns_ovh_application_key = {{application_key}}\ndns_ovh_application_secret = {{application_secret}}\ndns_ovh_consumer_key = {{consumer_key}}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2353,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/checkmk | 7,738 | [
"permissive"
] | [
{
"path": "roles/checkmk/tasks/checkmk.yml",
"content": "- name: Install checkmk\n become: yes\n apt:\n deb: https://download.checkmk.com/checkmk/2.0.0p17/check-mk-raw-2.0.0p17_0.focal_amd64.deb\n state: present\n\n- name: Check site status\n become: yes\n shell: omd status mon\n register: status... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 794,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/checkmkaddhosts | 7,738 | [
"permissive"
] | [
{
"path": "roles/checkmkaddhosts/tasks/main.yml",
"content": "---\n- name: checkmkaddhosts\n import_tasks: checkmkaddhosts.yml\n tags: checkmkaddhosts",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 87
},
{
"path": "roles/checkmkaddhosts/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1108,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/checkmkagent | 7,738 | [
"permissive"
] | [
{
"path": "roles/checkmkagent/tasks/checkmkagent.yml",
"content": "- name: Install checkmkagent\n become: yes\n apt:\n deb: http://{{cmk_fqdn}}/mon/check_mk/agents/check-mk-agent_2.0.0p17-1_all.deb\n state: present\n\n\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 240,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/docker | 7,738 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/docker.yml",
"content": "- name: Add Docker GPG key\n become: yes\n apt_key:\n url: \"{{ docker_apt_gpg_key }}\"\n state: present\n\n- name: Add Docker repository\n become: yes\n apt_repository:\n repo: \"{{ docker_apt_repository }}\"\n state: present\n updat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1351,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/envoy | 7,738 | [
"permissive"
] | [
{
"path": "roles/envoy/templates/Dockerfile",
"content": "FROM envoyproxy/envoy-dev:latest\n\nRUN apt-get update \\\n && apt-get install --no-install-recommends -y curl \\\n && apt-get autoremove -y \\\n && apt-get clean \\\n && rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*\nCOPY ./fullchain.pem... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5260,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/grafana | 7,738 | [
"permissive"
] | [
{
"path": "roles/grafana/tasks/grafana.yml",
"content": "- name: Install grafana\n become: yes\n apt:\n deb: https://dl.grafana.com/enterprise/release/grafana-enterprise_8.3.4_amd64.deb\n state: present\n\n- name: Create grafana config\n become: yes\n template:\n src: \"{{item}}\"\n dest: \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 495,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/loki | 7,738 | [
"permissive"
] | [
{
"path": "roles/loki/tasks/loki.yml",
"content": "- include_role:\n name: nginx\n\n- name: Get loki\n become: yes\n ansible.builtin.unarchive:\n src: https://github.com/grafana/loki/releases/download/v2.4.2/loki-linux-amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n\n- name: Create loki s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1604,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/microserver | 7,738 | [
"permissive"
] | [
{
"path": "roles/microserver/templates/docker-compose.yml",
"content": "version: '3'\n\nservices:\n latest:\n build: .\n restart: always\n ports:\n - \"80:8000\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 95
},
{
"path": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2996,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/nginx | 7,738 | [
"permissive"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n import_tasks: nginx.yml\n tags: nginx",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 65
},
{
"path": "roles/nginx/tasks/nginx.yml",
"content": "- name: I... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/prometheus | 7,738 | [
"permissive"
] | [
{
"path": "roles/prometheus/tasks/prometheus.yml",
"content": "- name: Get prometheus\n become: yes\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-amd64.tar.gz\n dest: /tmp\n remote_src: yes\n\n- name: Copy prometheus... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2616,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/promtail | 7,738 | [
"permissive"
] | [
{
"path": "roles/promtail/tasks/promtail.yml",
"content": "- name: Get promtail\n become: yes\n ansible.builtin.unarchive:\n src: https://github.com/grafana/loki/releases/download/v2.4.2/promtail-linux-amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n\n- name: Create promtail symbolic link\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1725,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/secrets | 7,738 | [
"permissive"
] | [
{
"path": "roles/secrets/tasks/main.yml",
"content": "---\n- name: Create secrets\n import_tasks: secrets.yml\n tags: secrets",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 71
},
{
"path": "roles/secrets/tasks/secrets.yml",
"content"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 303,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/system | 7,738 | [
"permissive"
] | [
{
"path": "roles/system/tasks/system.yml",
"content": "- name: Set hostname\n become: yes\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Add SSH-Keys\n shell: ssh-import-id gh:{{item}}\n with_items:\n - atrawog\n\n- name: Add letsencrypt-stg-root-x1\n become: yes \n get_url:\n ur... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1123,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/terraform | 7,738 | [
"permissive"
] | [
{
"path": "roles/terraform/templates/instance.tf",
"content": "resource \"openstack_compute_instance_v2\" \"{{name}}\" {\n name = \"{{name}}\" # Instance name\n provider = {{provider}} # Provider name\n region = \"{{region}}\"\n image_name = \"{{image}}\" # Image name\n flavor_name = ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9440,
"all_permissive": true
} |
ansible_role | dorgeln/infrabuilder | e99c625ce26ade07141cba6271e3082e5b6628f9 | 0 | roles/wait | 7,738 | [
"permissive"
] | [
{
"path": "roles/wait/tasks/main.yml",
"content": "---\n- name: Sleep for 60 seconds\n wait_for:\n timeout: 60\n delegate_to: localhost\n\n\n- name: Wait for connections\n wait_for_connection:\n delay: 10\n timeout: 300",
"license_type": "permissive",
"detected_licenses": [
"Apache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": true
} |
ansible_role | PC-Admin/checkmk-playbook | 53fbe47ce5b6d3b9ff16bfd85cf868a5568fbb3a | 0 | roles/checkmk-server | 7,738 | [
"no_license"
] | [
{
"path": "roles/checkmk-server/templates/default.conf.j2",
"content": "<VirtualHost *:80>\n ServerName {{ checkmk_server_url }}\n Redirect permanent / https://{{ checkmk_server_url }}/\n</VirtualHost>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 13750,
"all_permissive": false
} |
ansible_role | PC-Admin/checkmk-playbook | 53fbe47ce5b6d3b9ff16bfd85cf868a5568fbb3a | 0 | roles/connect-clients | 7,738 | [
"no_license"
] | [
{
"path": "roles/connect-clients/tasks/main.yml",
"content": "---\n\n- name: Fetch check_mk agent file to Ansible controller\n delegate_to: \"{{ checkmk_server_url }}\"\n ansible.builtin.fetch:\n src: \"/omd/sites/{{ checkmk_site_name }}/var/check_mk/agents/linux_deb/_PACKAGES/{{ check_mk_agent_hash }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4023,
"all_permissive": false
} |
ansible_role | PC-Admin/checkmk-playbook | 53fbe47ce5b6d3b9ff16bfd85cf868a5568fbb3a | 0 | roles/disconnect-clients | 7,738 | [
"no_license"
] | [
{
"path": "roles/disconnect-clients/tasks/main.yml",
"content": "---\n\n- name: \"Remove host from CheckMK server.\"\n delegate_to: localhost\n become: false\n tribe29.checkmk.host:\n server_url: \"https://{{ checkmk_server_url }}/\"\n site: \"{{ checkmk_site_name }}\"\n automation_user: \"autom... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1540,
"all_permissive": false
} |
ansible_role | kalaolani/cassandra22x-ansible-backup-restore | 4871f3445389e60e863eb5bdcfcfd34e99b4c765 | 4 | ansible/etc/ansible/roles/cassandra22x_clear_aged_logs | 7,738 | [
"no_license"
] | [
{
"path": "ansible/etc/ansible/roles/cassandra22x_clear_aged_logs/tasks/clear_aged_logs.yml",
"content": "---\n- name: find aged cassandra22x ansible logs on the Ansible system\n find:\n paths: \"{{ cassandra22x_ansible_log_path }}/\"\n age: \"{{ cassandra22x_ansible_log_age }}\"\n run_once: true\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | kalaolani/cassandra22x-ansible-backup-restore | 4871f3445389e60e863eb5bdcfcfd34e99b4c765 | 4 | ansible/etc/ansible/roles/cassandra22x_configure_incremental | 7,738 | [
"no_license"
] | [
{
"path": "ansible/etc/ansible/roles/cassandra22x_configure_incremental/handlers/main.yml",
"content": "---\n- name: incremental_backups configuration change\n debug:\n msg: \"execute a rolling restart on the reconfigured nodes - {{ target }}\"",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | kalaolani/cassandra22x-ansible-backup-restore | 4871f3445389e60e863eb5bdcfcfd34e99b4c765 | 4 | ansible/etc/ansible/roles/cassandra22x_configure_paths | 7,738 | [
"no_license"
] | [
{
"path": "ansible/etc/ansible/roles/cassandra22x_configure_paths/tasks/main.yml",
"content": "---\n- import_tasks: configure_ansible_vars_paths.yml\n- import_tasks: configure_local_archive_paths.yml\n- import_tasks: mount_remote_nfs_paths.yml\n- import_tasks: configure_remote_local_archive_paths.yml",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1854,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.