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 | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/httpd | 526 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "- name: Install HTTPD and HTTPD-modules\n yum:\n state: present\n name:\n - httpd\n - mod_ssl\n - libsemanage-python\n\n- name: Start and enable HTTPD (at boot time)\n service:\n name: httpd\n enabled: yes\n state: started\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/minio | 526 | [
"no_license"
] | [
{
"path": "roles/minio/tasks/main.yml",
"content": "- name: Install Minio\n yum:\n state: present\n name:\n - minio-19.4.0-1\n\n- name: Start and enable Minio (at boot time)\n service:\n name: minio\n enabled: yes\n state: started\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/molgenis | 526 | [
"no_license"
] | [
{
"path": "roles/molgenis/tasks/main.yml",
"content": "- name: Install MOLGENIS\n yum:\n name: molgenis-{{ molgenis_version }}\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/postgres | 526 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "- name: Create the repository for postgres\n copy:\n src: postgres.repo\n dest: /etc/yum.repos.d/postgres.repo\n\n- name: Install PostgreSQL\n yum:\n state: present\n name:\n - postgresql11-server\n - python-psycopg2\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/postinstall | 526 | [
"no_license"
] | [
{
"path": "roles/postinstall/tasks/main.yml",
"content": "- name: Install versionlock plugin\n yum:\n state: present\n name:\n - yum-plugin-versionlock\n\n- name: Use versionlock plugin for tools, Tomcat and Java\n command: yum versionlock molgenis-ops-tomcat molgenis-ops-tools\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/preinstall | 526 | [
"no_license"
] | [
{
"path": "roles/preinstall/tasks/main.yml",
"content": "- name: Install packages which are used by the default installation\n yum:\n state: present\n name:\n - redhat-lsb-core\n - libselinux-python\n - epel-release\n - nano\n - sudo\n - rsync\n - lsof\n - wget... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | molgenis/ansible | 2eae59f27698017962075f6f6790974920b0085c | 0 | roles/tomcat | 526 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "- name: Remove tomcat6\n yum:\n name: tomcat6*\n state: absent\n\n- name: Remove molgenis-ops-tomcat (version >= 9.2.0)\n yum:\n name: molgenis-ops-tomcat\n state: absent\n\n- name: Install Tomcat\n yum:\n state: present\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | StarScream902/course-work-otus | 47aa9ec605b85527f2ebc1926162a55609e276d8 | 0 | ansible/roles/deploy | 529 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/templates/ui/docker-compose.yml.j2",
"content": "version: '3.4'\n\nservices:\n\n ui:\n image: starscream902/search-engine-ui:{{ CI_PIPELINE_ID }}\n environment:\n - MONGO={{MONGO}}\n - MONGO_PORT={{MONGO_PORT}}\n ports:\n - 8000:8000\n command: [ \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | StarScream902/course-work-otus | 47aa9ec605b85527f2ebc1926162a55609e276d8 | 0 | ansible/roles/exporters | 529 | [
"no_license"
] | [
{
"path": "ansible/roles/exporters/tasks/db.yml",
"content": "- name: Creating the mongodb-exporter directory for docker-compose file\n file:\n state: directory\n recurse: yes\n path: /opt/docker/mongodb-exporter/\n\n- name: Create docker-compose file for mongodb-exporter\n template:\n src: mo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2281,
"all_permissive": false
} |
ansible_role | StarScream902/course-work-otus | 47aa9ec605b85527f2ebc1926162a55609e276d8 | 0 | ansible/roles/tanadeau.ansible_role_rabbitmq | 529 | [
"no_license"
] | [
{
"path": "ansible/roles/tanadeau.ansible_role_rabbitmq/tasks/cluster.yml",
"content": "---\n- name: stop rabbitmq app\n command: rabbitmqctl stop_app\n\n- name: reset rabbitmq on non-master node\n command: rabbitmqctl reset\n\n- name: join rabbitmq cluster\n command: \"rabbitmqctl join_cluster {{ rabbit... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9959,
"all_permissive": false
} |
ansible_role | SyedRehanAli25/Rehan-Repository-1 | b937ac43e4627896d0f9f6b27fb5f2d033888aad | 0 | Ansible_31/Rehan_Ansible_Assignments/Assignment_4/roles/system_manager | 529 | [
"no_license"
] | [
{
"path": "Ansible_31/Rehan_Ansible_Assignments/Assignment_4/roles/system_manager/tasks/main.yml",
"content": "---\n- name: Install required software\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop: \"{{ software_list }}\"\n\n- name: Create users\n user:\n name: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | SyedRehanAli25/Rehan-Repository-1 | b937ac43e4627896d0f9f6b27fb5f2d033888aad | 0 | roles/kube_installer | 529 | [
"no_license"
] | [
{
"path": "roles/kube_installer/tasks/main.yml",
"content": "- name: Install on Ubuntu (Debian family)\n include_tasks: install_ubuntu.yml\n when: ansible_os_family == \"Debian\"\n\n\n# - name: Install on CentOS (RedHat family)\n# include_tasks: install_centos.yml\n# when: ansible_os_family == \"RedHa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1850,
"all_permissive": false
} |
ansible_role | surendrabommidi/ansible | d6cf75ef303fc43602909cb481b8d578bd1a79bf | 0 | roles/prometheus | 529 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/systemd/system/prometheus.service.j2",
"content": "[Unit]\nDescription=Prometheus\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=root\nGroup=root\nType=simple\nExecStart={{ prometheus_binary_location }}/{{ prometheus_binary_name }} --confi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2896,
"all_permissive": false
} |
ansible_role | dubovsky-andrey/ansible-fedora-install | f2079b1279416dad9a26a768206365413016b5c5 | 0 | roles/terraform | 529 | [
"no_license"
] | [
{
"path": "roles/terraform/vars/main.yml",
"content": "# Default download URL template\nterraform_pkg_url: \"https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_{{ ansible_system | lower }}_amd64.zip\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | Gertrido/vagrant-lemp | 583aa953eead43236e6e691c1711c7d8729b7ed7 | 0 | roles/backend | 529 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "---\n- name: install php\n apt:\n name: \"{{ php_packages | list }}\"\n update_cache: yes\n\n- name: install composer\n apt:\n name: composer\n update_cache: yes\n\n- name: install nginx\n apt:\n name: nginx\n update_cache: yes\n\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | Gertrido/vagrant-lemp | 583aa953eead43236e6e691c1711c7d8729b7ed7 | 0 | roles/frontend | 529 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/install-nodejs.yml",
"content": "---\n- shell: curl -sL https://deb.nodesource.com/setup_{{ node_version }}.x | sudo -E bash -\n args:\n warn: no\n\n- apt:\n name: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | mrleerkotte/vm2ssp-django | 0534cc56a76da41ef40d8efc25ffcde83354c3d0 | 0 | customers/1_Leerkotte/gold/roles/db | 529 | [
"no_license"
] | [
{
"path": "customers/1_Leerkotte/gold/roles/db/tasks/main.yml",
"content": "---\n- name: Install MariaDB\n apt: pkg=mysql-server state=latest update_cache=yes\n\n- name: Set MySQL root password before installing\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{mysql_root_pass ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | mrleerkotte/vm2ssp-django | 0534cc56a76da41ef40d8efc25ffcde83354c3d0 | 0 | customers/1_Leerkotte/gold/roles/lb | 529 | [
"no_license"
] | [
{
"path": "customers/1_Leerkotte/gold/roles/lb/tasks/main.yml",
"content": "---\n- name: gather facts from webservers\n setup:\n delegate_to: \"{{item}}\"\n delegate_facts: True\n with_items: \"{{groups['webservers']}}\"\n\n- name: install haproxy and socat\n apt: pkg={{ item }} state=latest update_cac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1852,
"all_permissive": false
} |
ansible_role | LeonidKhoroshev/my_own_collection | 63d7317e30bb6e01ac5f1d1b64c7c79b50d80f21 | 0 | roles/single-task-role | 529 | [
"no_license"
] | [
{
"path": "roles/single-task-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - single-task-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/single-task-role/vars/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | abhishek3171/november | 9510caa560eaa6ddabf99d5ebd5ce693f2bcbf0e | 0 | playbook/roles/myroles | 529 | [
"no_license"
] | [
{
"path": "playbook/roles/myroles/tasks/main.yml",
"content": " - name: Install {{pkag}} service\n action: yum pkg={{pkag}} state=present\n notify: Restart {{pkag}} service\n\n - name: copy yml playbook\n action: copy src=/home/ansible/tasks.yml dest=/home/ansible mode=777\n\n - name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | richiehales123/ansible_task | 25223e539231c8840762ab2e4934c781bfd3dd4b | 0 | roles/dhcpd_conf_setup | 529 | [
"no_license"
] | [
{
"path": "roles/dhcpd_conf_setup/tasks/main.yml",
"content": "---\n# tasks file for dhcpd_conf_setup\n- name: Update/create dhcpd.conf file\n ansible.builtin.template:\n src: templates/dhcpd_conf_file.j2\n dest: /etc/dhcp/dhcpd.conf",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | richiehales123/ansible_task | 25223e539231c8840762ab2e4934c781bfd3dd4b | 0 | roles/dns_fwd_richie_local_db | 529 | [
"no_license"
] | [
{
"path": "roles/dns_fwd_richie_local_db/vars/main.yml",
"content": "---\n# vars file for richie_local_db\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/dns_fwd_richie_local_db/tasks/main.yml",
"content": "---\n# tasks file for dns_ric... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | richiehales123/ansible_task | 25223e539231c8840762ab2e4934c781bfd3dd4b | 0 | roles/dns_named_conf | 529 | [
"no_license"
] | [
{
"path": "roles/dns_named_conf/templates/name_conf.j2",
"content": "options {\n directory \"/var/named\";\n dump-file \"/var/named/data/cache_dump.db\";\n statistics-file \"/var/named/data/named_stats.txt\";\n memstatistics-file \"/var/named/data/named_mem_stats.txt\";\n secroots-file \"/v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1271,
"all_permissive": false
} |
ansible_role | richiehales123/ansible_task | 25223e539231c8840762ab2e4934c781bfd3dd4b | 0 | roles/ifcfg_setup | 529 | [
"no_license"
] | [
{
"path": "roles/ifcfg_setup/templates/ifcfg-ens33.j2",
"content": "TYPE=Ethernet\nPROXY_METHOD=none\nBROWSER_ONLY=no\nBOOTPROTO=none\nDEFROUTE=yes\nIPV4_FAILURE_FATAL=no\nIPV6INIT=yes\nIPV6_AUTOCONF=yes\nIPV6_DEFROUTE=yes\nIPV6_FAILURE_FATAL=no\nIPV6_ADDR_GEN_MODE=eui64\nNAME=ens33\nUUID=58a2e0f0-16ea-4a15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | richiehales123/ansible_task | 25223e539231c8840762ab2e4934c781bfd3dd4b | 0 | roles/update_resolv_conf | 529 | [
"no_license"
] | [
{
"path": "roles/update_resolv_conf/vars/main.yml",
"content": "---\n# vars file for update_resolv_conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/update_resolv_conf/tasks/main.yml",
"content": "---\n# tasks file for update_resolv_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | ZimmerHao/k8s-scaffold | 0f3b4c403f2296774f5d8edede4577a32f02303b | 0 | ansible/roles/k8s-master | 529 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/defaults/main.yml",
"content": "K8S_VERSION: v1.16.3\nK8S_VIRTUAL_IP: 172.26.238.126",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/k8s-master/templates/keepalived.yaml.j2",
"content": "kind: P... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1661,
"all_permissive": false
} |
ansible_role | ZimmerHao/k8s-scaffold | 0f3b4c403f2296774f5d8edede4577a32f02303b | 0 | ansible/roles/prepare | 529 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare/files/hosts",
"content": "::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n\n172.26.238.117 qw-0001 qw-0001\n172.26.238.122 qw-0002 qw-0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2178,
"all_permissive": false
} |
ansible_role | ZimmerHao/k8s-scaffold | 0f3b4c403f2296774f5d8edede4577a32f02303b | 0 | ansible/roles/ss | 529 | [
"no_license"
] | [
{
"path": "ansible/roles/ss/tasks/main.yml",
"content": "---\n\n- name: pip install ss\n pip:\n name: shadowsocks\n\n- name: yum install libsodium\n yum:\n name: libsodium\n state: present\n\n- name: prepare ss dirs\n file:\n path: /etc/shadowsocks\n state: directory\n mode: \"0755\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2121,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/chrome | 529 | [
"no_license"
] | [
{
"path": "roles/chrome/vars/main.yml",
"content": "chrome_driver_uri: https://chromedriver.storage.googleapis.com/{{ chrome_driver_version }}/chromedriver_win32.zip\nchrome_driver_version: 2.31\n\nchrome_uri: https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi\nchrome_uri_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/ec2-instance | 529 | [
"no_license"
] | [
{
"path": "roles/ec2-instance/tasks/main.yml",
"content": "---\n - name: Create EC2 instance\n ec2:\n aws_access_key: '{{ aws_access_key }}'\n aws_secret_key: '{{ aws_secret_key }}'\n region: '{{ win_ec2_region }}'\n instance_type: '{{ win_ec2_instance_type }}'\n instance_tags:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/firefox | 529 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "---\n - name: Win firefox | Copy Executable\n win_get_url:\n url: \"{{ firefox_uri }}\"\n dest: 'C:\\Firefox.exe'\n\n - name: Win firefox | Configure and edit config file\n win_template:\n src: Configuration.ini.j2\n dest: C:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/firewall | 529 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n - name: Win Firewall | Copy Powershell\n win_copy:\n src: 'CloseWinFirewall.ps1'\n dest: 'C:\\CloseWinFirewall.ps1'\n\n - name: Win Firewall | Close Firewall\n win_shell: C:\\CloseWinFirewall.ps1\n\n - name: Win Firewall | Delet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/iis-feature | 529 | [
"no_license"
] | [
{
"path": "roles/iis-feature/tasks/main.yml",
"content": "---\n - name: Install IIS Web-Server with sub features and management tools\n win_feature:\n name: Web-Server\n state: present\n restart: False\n include_sub_features: True\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/jdk-8 | 529 | [
"no_license"
] | [
{
"path": "roles/jdk-8/files/Download_n_Install_Java.ps1",
"content": "$JDK_VER = '9.0.4'\r\n$JDK_FULL_VER = '9.0.4+11'\r\n$JDK_PATH = 'JDK1.9.0'\r\n$JRE_PATH = 'JRE1.9.0'\r\n$InstallJDKDir = \"C:\\Java\\$JDK_PATH\"\r\n$InstallJREDir = \"C:\\Java\\$JRE_PATH\"\r\n$JavaDownloadPath = 'C:\\Java\\Downloads'\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2832,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/selenium-hub | 529 | [
"no_license"
] | [
{
"path": "roles/selenium-hub/tasks/main.yml",
"content": "---\n - name: Win Selenium | Create Folder\n win_file:\n path: C:\\Selenium\\{{selenium_version}}\n state: directory\n\n - name: Win Selenium | Download Selenium Package\n win_get_url:\n url: \"{{selenium_uri}}\"\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | boranx/ansible-aws-windows-kit | fb69a49b2f7e7de7190b8f2943acfd391bf05a08 | 5 | roles/selenium-node | 529 | [
"no_license"
] | [
{
"path": "roles/selenium-node/tasks/main.yml",
"content": "---\n - name: Win Selenium | Create Folder\n win_file:\n path: C:\\Selenium\\{{selenium_version}}\n state: directory\n\n - name: Win Selenium | Download Selenium Package\n win_get_url:\n url: \"{{selenium_uri}}\"\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | mayanknoldus/ansibleAssignment | 9195796ddd867beae6f821526cbc4525f81fbb65 | 0 | roles/static-website | 529 | [
"no_license"
] | [
{
"path": "roles/static-website/vars/main.yml",
"content": "---\n# vars file for roles/role1\nrestart: restarted\nstart: started ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/static-website/tests/test.yml",
"content": "---\n- hosts: lo... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | qovert/proxmox-dc | a69cefc9c9caaef0a06ed537e0fc83cab7e1a598 | 1 | ansible/roles/active_directory | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/active_directory/tasks/main.yml",
"content": "---\n# Active Directory Domain Services Role\n- name: Install AD DS Features\n ansible.windows.win_feature:\n name:\n - AD-Domain-Services\n - DNS\n - RSAT-ADDS\n - RSAT-AD-AdminCenter\n - RSAT-ADDS-Tools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3228,
"all_permissive": false
} |
ansible_role | qovert/proxmox-dc | a69cefc9c9caaef0a06ed537e0fc83cab7e1a598 | 1 | ansible/roles/dns_server | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/dns_server/files/Configure-DNS.ps1",
"content": "# Configure-DNS.ps1\n# DNS Configuration script for Active Directory Domain Controller\n# Configures DNS forwarders, scavenging, and reverse lookup zones\n\nparam(\n [Parameter(Mandatory=$true)]\n [array]$DnsForwarders,\n \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4800,
"all_permissive": false
} |
ansible_role | qovert/proxmox-dc | a69cefc9c9caaef0a06ed537e0fc83cab7e1a598 | 1 | ansible/roles/monitoring | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/files/Performance-Monitor.ps1",
"content": "# Performance-Monitor.ps1\n# Performance monitoring script for Active Directory Domain Controller\n# Collects and logs performance metrics\n\nparam(\n [Parameter(Mandatory=$false)]\n [string]$LogPath = \"C:\\Scripts\\Repor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11250,
"all_permissive": false
} |
ansible_role | qovert/proxmox-dc | a69cefc9c9caaef0a06ed537e0fc83cab7e1a598 | 1 | ansible/roles/windows_base | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/windows_base/tasks/main.yml",
"content": "---\n# Windows Base Configuration Role\n- name: Set computer name\n ansible.windows.win_hostname:\n name: \"{{ inventory_hostname }}\"\n register: hostname_change\n\n- name: Reboot if hostname changed\n ansible.windows.win_reboot:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4545,
"all_permissive": false
} |
ansible_role | measles/laptop-setup | 44deb5929b8dd0f8bc025fa7a7b5935eaa7d5c1f | 0 | roles/laptop | 527 | [
"no_license"
] | [
{
"path": "roles/laptop/tasks/software_install.yml",
"content": "---\n\n- name: Install Software\n apt: \n pkg: \"{{ utils + \\\n text_editors + \\\n latex + \\\n development + \\\n internet + \\\n graphic + \\\n photo + \\\n ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5168,
"all_permissive": false
} |
ansible_role | maxamin/psychic-parakeet-1 | ff607c716b35de604e5267e2e0849e1776072333 | 2 | ansible-dvwa/ansible/roles/03_install_dvwa | 527 | [
"no_license"
] | [
{
"path": "ansible-dvwa/ansible/roles/03_install_dvwa/tasks/main.yaml",
"content": "---\n\n- name: Install packages\n apt:\n name: python3-pymysql\n state: latest\n\n- name: Cloning repo\n git:\n repo: 'https://github.com/ethicalhack3r/DVWA.git'\n dest: /var/www/html/dvwa\n force: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | maxamin/psychic-parakeet-1 | ff607c716b35de604e5267e2e0849e1776072333 | 2 | damn_son/ansible-dvwa/ansible/roles/01_common | 527 | [
"no_license"
] | [
{
"path": "damn_son/ansible-dvwa/ansible/roles/01_common/tasks/main.yaml",
"content": "---\n\n- name: Update everything\n apt:\n name: '*'\n state: latest\n\n- name: Upgrade OS\n apt:\n upgrade: dist",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | maxamin/psychic-parakeet-1 | ff607c716b35de604e5267e2e0849e1776072333 | 2 | damn_son/ansible-dvwa/ansible/roles/02_lamp_install | 527 | [
"no_license"
] | [
{
"path": "damn_son/ansible-dvwa/ansible/roles/02_lamp_install/tasks/main.yaml",
"content": "---\n\n- name: Install packages\n apt:\n name: ['apache2', 'mariadb-server', 'php', 'php-mysqli', 'php-gd', 'libapache2-mod-php']\n state: latest",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | frank690/deploy-garden-of-things | ed1b93b3f8fff6118c67333f2cddec7de6b23129 | 0 | roles/git | 527 | [
"permissive"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Install git\n apt:\n pkg:\n - git\n\n- name: Ensure .ssh directory exists\n file:\n dest: ~/.ssh/\n mode: 0700\n owner: \"{{ user }}\"\n state: directory\n\n- name: Install ssh private key\n copy:\n src: ~/.ssh/id_ed25519\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": true
} |
ansible_role | frank690/deploy-garden-of-things | ed1b93b3f8fff6118c67333f2cddec7de6b23129 | 0 | roles/mosquitto | 527 | [
"permissive"
] | [
{
"path": "roles/mosquitto/tasks/main.yml",
"content": "- name: Install mosquitto\n package:\n name: mosquitto\n state: present",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": true
} |
ansible_role | frank690/deploy-garden-of-things | ed1b93b3f8fff6118c67333f2cddec7de6b23129 | 0 | roles/pip | 527 | [
"permissive"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "- name: Update APT package manager repositories cache\n apt:\n update_cache: yes\n\n- name: Upgrade installed packages\n apt:\n upgrade: safe\n\n- name: Install pip\n apt:\n pkg:\n - python3-pip\n",
"license_type": "permissive",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": true
} |
ansible_role | frank690/deploy-garden-of-things | ed1b93b3f8fff6118c67333f2cddec7de6b23129 | 0 | roles/postgresql | 527 | [
"permissive"
] | [
{
"path": "roles/postgresql/handlers/main.yml",
"content": "- name: Ensure the PostgreSQL service is running\n service: name=postgresql state=started enabled=yes",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 101
},
{
"path": "roles/postgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 652,
"all_permissive": true
} |
ansible_role | frank690/deploy-garden-of-things | ed1b93b3f8fff6118c67333f2cddec7de6b23129 | 0 | roles/ufw | 527 | [
"permissive"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "- name: Make sure ufw is installed\n apt:\n pkg:\n - ufw\n\n- name: Set ufw rules\n ufw:\n rule: \"{{ item.rule }}\"\n port: \"{{ item.port }}\"\n proto: \"{{ item.proto }}\"\n delete: \"{{ item.delete }}\"\n with_items: \"{{ vars.rule... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 782,
"all_permissive": true
} |
ansible_role | frank690/deploy-garden-of-things | ed1b93b3f8fff6118c67333f2cddec7de6b23129 | 0 | roles/user-setup | 527 | [
"permissive"
] | [
{
"path": "roles/user-setup/tasks/main.yml",
"content": "- name: Create user accounts\n user:\n system: yes\n name: \"{{ user }}\"\n groups: sudo\n shell: /bin/bash\n\n- name: Set authorized key taken from file\n authorized_key:\n user: \"{{ user }}\"\n state: present\n key: \"{{ look... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 697,
"all_permissive": true
} |
ansible_role | bartemyev-inx/config_templates | 28271c89c79897dd16fe2adab5fc871682a10542 | 0 | TEMPLATES/roles/router | 527 | [
"no_license"
] | [
{
"path": "TEMPLATES/roles/router/tasks/main.yml",
"content": "---\n- name: Generate configuration files\n template: src=router.j2 dest=/home/cgnetng/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: \"{{ test_routers }}\"\n # - { hostname: rtr01-10hy }\n # - { hostname: rtr02-10hy }\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | AbhishekPok/DevOps_Rebuild | 6ab7ab031d2b730c0fa90f0ebcf77a96f48a361f | 0 | ansible/roles/docker | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# Docker Role - Main Tasks\n# This role handles Docker installation and configuration\n\n- name: Include Docker installation tasks\n include_tasks: install.yml\n\n- name: Include Docker configuration tasks\n include_tasks: configure.yml\n\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6740,
"all_permissive": false
} |
ansible_role | AbhishekPok/DevOps_Rebuild | 6ab7ab031d2b730c0fa90f0ebcf77a96f48a361f | 0 | ansible/roles/jenkins | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/install.yml",
"content": "---\n# Jenkins Installation Tasks\n\n- name: Install Java\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - openjdk-11-jdk\n - curl\n - wget\n - unzip\n when: ansible_os_family == \"Debian\"\n\n- name: Install... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2188,
"all_permissive": false
} |
ansible_role | janfux/ansible-lgsm | 614b274e6fa0ce19b5ebdbd147aee8de0f90cc4b | 0 | roles/csgoserver | 527 | [
"no_license"
] | [
{
"path": "roles/csgoserver/defaults/main.yml",
"content": "---\n# defaults file for csgoserver\n# 'password' generated with 'mkpasswd --method=sha-512' on linux\nuser_password: <PASSWORD>.'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/cs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | janfux/ansible-lgsm | 614b274e6fa0ce19b5ebdbd147aee8de0f90cc4b | 0 | roles/fctrserver | 527 | [
"no_license"
] | [
{
"path": "roles/fctrserver/defaults/main.yml",
"content": "---\n# defaults file for fctrserver\n# 'password' generated with 'mkpasswd --method=sha-512' on linux\nuser_password: <PASSWORD>.'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2104,
"all_permissive": false
} |
ansible_role | Uncle798/Cluster | 37d39a54718b1c4bb5df5b28bec5c66b6313075f | 0 | roles/armBoards | 527 | [
"no_license"
] | [
{
"path": "roles/armBoards/playbooks/init.yaml",
"content": "---\n- name: Init arm boards\n hosts: armBoards\n remote_user: branson\n become_method: sudo\n become: true\n vars_files: \n /Users/ericbranson/Documents/Cluster/armBoards/vault_vars.yaml\n vars:\n ansible_become_password: \"{{ <PASSWO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3682,
"all_permissive": false
} |
ansible_role | Uncle798/Cluster | 37d39a54718b1c4bb5df5b28bec5c66b6313075f | 0 | roles/chromeBoxes | 527 | [
"no_license"
] | [
{
"path": "roles/chromeBoxes/tasks/installOMZ.yaml",
"content": "- name: Download omz install script\n ansible.builtin.command:\n cmd: wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\n creates: /home/ansible/install.sh\n- name: Run omz install script\n ansible.builtin.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3902,
"all_permissive": false
} |
ansible_role | Uncle798/Cluster | 37d39a54718b1c4bb5df5b28bec5c66b6313075f | 0 | roles/k3sControl | 527 | [
"no_license"
] | [
{
"path": "roles/k3sControl/tasks/main.yaml",
"content": "- name: Download K3s install script\n ansible.builtin.get_url:\n url: https://get.k3s.io/\n dest: /home/branson/k3s-install.sh\n owner: branson\n mode: \"ug=rwx,o=rx\"\n- name: Run install script\n ansible.builtin.command:\n cmd: /ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | Uncle798/Cluster | 37d39a54718b1c4bb5df5b28bec5c66b6313075f | 0 | roles/videoServers | 527 | [
"no_license"
] | [
{
"path": "roles/videoServers/tasks/main.yaml",
"content": "- name: Install thru apt\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 216000 # 1h\n name: \"{{ item }}\"\n loop:\n - v4l-utils\n - ffmpeg\n- name: Add branson to video group\n ansible.builtin.user:\n name: br... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | jpease/vader | dd863f9445e877554af6880d91d7c479ca624eac | 3 | provisioning/roles/common | 527 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/handlers/main.yml",
"content": "---\n- name: 'Update Apt Cache'\n apt: update_cache=yes\n\n- name: 'Stop chef'\n service: name=chef-client state=stopped\n\n- name: 'Stop whoopsie'\n service: name=whoopsie state=stopped\n\n- name: 'Restart SSH'\n service: name=ssh st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | jpease/vader | dd863f9445e877554af6880d91d7c479ca624eac | 3 | provisioning/roles/haproxy | 527 | [
"no_license"
] | [
{
"path": "provisioning/roles/haproxy/templates/haproxy.cfg.j2",
"content": "global\n daemon\n\ndefaults\n mode http\n stats enable\n stats hide-version\n stats uri /haproxy?admin\n stats refresh 5s\n balance roundrobin\n timeout connect 5000ms\n timeout client 50000ms\n timeou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | jpease/vader | dd863f9445e877554af6880d91d7c479ca624eac | 3 | provisioning/roles/postgres | 527 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgres/tasks/main.yml",
"content": "--- \n\n- name: 'PostgreSQL: Update hostname'\n copy: dest=/etc/hostname \n content='postgreSQL'\n tags: postgres\n\n # Required for recent Postgresql releases\n- name: 'PostgreSQL: Import the PGDG APT repository key'\n shell: wg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2170,
"all_permissive": false
} |
ansible_role | jpease/vader | dd863f9445e877554af6880d91d7c479ca624eac | 3 | provisioning/roles/ruby | 527 | [
"no_license"
] | [
{
"path": "provisioning/roles/ruby/tasks/main.yml",
"content": "--- \n- name: \"Rails: Depdendencies present\"\n apt: pkg={{ item }} state=latest install_recommends=no\n with_items:\n - sqlite3\n - libsqlite3-dev\n - nodejs # For execjs: https://github.com/sstephenson/execjs\n - libpq-dev # Fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3300,
"all_permissive": false
} |
ansible_role | jpease/vader | dd863f9445e877554af6880d91d7c479ca624eac | 3 | provisioning/roles/webserver | 527 | [
"no_license"
] | [
{
"path": "provisioning/roles/webserver/templates/rails_server.j2",
"content": "upstream rails_servers {\n server 192.168.2.20:8080;\n}\n\nserver {\n listen 80;\n server_name rails-test.dev;\n\n location / {\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2981,
"all_permissive": false
} |
ansible_role | FullStackOfPancakes84/ansible-apache2-webserver | e7b266ddf65f83c569282a7c433c93f351addd37 | 0 | roles/apache2 | 527 | [
"no_license"
] | [
{
"path": "roles/apache2/vars/main.yml",
"content": "---\n# vars file for apache2\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n\n - name: Ensure Apache is i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | FullStackOfPancakes84/ansible-apache2-webserver | e7b266ddf65f83c569282a7c433c93f351addd37 | 0 | roles/common | 527 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n\n - name: Indicate which servers we are deploying to \n script: ./python/ledON.py\n changed_when: false\n\n - name: Grab the latest temperature of our Pi's\n command: /opt/vc/bin/vcgencmd measure_temp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | FullStackOfPancakes84/ansible-apache2-webserver | e7b266ddf65f83c569282a7c433c93f351addd37 | 0 | roles/loadbalancer | 527 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/tasks/main.yml",
"content": "---\n# tasks file for loadbalancer\n\n - name: Visually indicate which loadbalancer node that we are deploying to\n script: ./python/ledON.py\n changed_when: false\n\n - name: Check to see that HAProxy is installed\n apt: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/common | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Upgrade apt packages\n apt: upgrade=yes\n update_cache=yes\n\n- name: Install prerequisite packages that are necessary to compile applications and gems with native extensions\n apt: pkg={{ item }}\n with_items:\n - languag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/environment_vars | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/environment_vars/tasks/main.yml",
"content": "---\n- name: Create env vars file\n sudo: yes\n template: src=env_vars.j2\n dest=/etc/profile.d/app_env.sh\n mode=0666\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/nginx | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/vars/main.yml",
"content": "---\n nginx_delete_default_vhost: false\n nginx_user: www-data\n nginx_worker_processes: 4\n nginx_pid: /var/run/nginx.pid\n nginx_worker_connections: 768\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1819,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/postgres | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: install postgres packages for Ubuntu\n apt:\n pkg: \"{{ item }}\"\n state: installed\n update-cache: yes\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n\n- name: setup database\n sudo_user: post... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/redis | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n# Install Redis server\n- name: \"Install Redis server\"\n apt: name=redis-server\n\n# Bind Redis server to all interfaces\n- name: \"Bind Redis server to all interfaces\"\n lineinfile: dest=/etc/redis/redis.conf \n state=presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/sidekiq | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/sidekiq/templates/upstart-conf.j2",
"content": "description \"Sidekiq Background Worker\"\n\nstart on runlevel [23]\nstop on (stopping workers or runlevel [06])\n\nsetuid app\nsetgid app\n\nrespawn\nrespawn limit 3 30\n\n# TERM is sent by sidekiqctl when stopping sidekiq. Without d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/ssl | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/ssl/tasks/main.yml",
"content": "- name: Create SSL cert directory\n file: path=/etc/nginx/ssl\n owner=root\n group=root\n state=directory\n\n- name: Copy over ssl certs\n copy: src=null/ssl/certs/server.crt\n dest=/etc/nginx/ssl/\n owner=root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | ppuk/PolicyBeta | 92fde890933ddcb2c0c6c9b1598119b03494860b | 2 | ansible/roles/user | 527 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "---\n- name: Create a deploy user\n sudo: yes\n user: shell=/bin/bash name=deploy comment=\"Deploy User\" group=app groups=sudo,app\n\n- name: Create an app user\n sudo: yes\n user: shell=/bin/bash name=app comment=\"App User\" group=app\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | mramos29/ansible | f404e688aa067cd12ead9cb2ddf8d226dcb11263 | 0 | wordpress/roles/apache | 527 | [
"no_license"
] | [
{
"path": "wordpress/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | mramos29/ansible | f404e688aa067cd12ead9cb2ddf8d226dcb11263 | 0 | wordpress/roles/mysql | 527 | [
"no_license"
] | [
{
"path": "wordpress/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Install MySQL\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - mysql-server\n - mysql-client\n\n- name: Create mysql database\n mysql_db: name={{ wp_mysql_db }} state=present\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | mramos29/ansible | f404e688aa067cd12ead9cb2ddf8d226dcb11263 | 0 | wordpress/roles/wordpress | 527 | [
"no_license"
] | [
{
"path": "wordpress/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n- name: Download WordPress\n get_url: \n url=https://wordpress.org/latest.tar.gz \n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress\n unarchive: src=/tmp/wordpress.tar.gz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | maheshbusireddy/roboshop-ansible | 1270d1f019be25dd7717b1b772a7d837e4c83014 | 0 | roles/common | 527 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-prereq.yml",
"content": "- name: Install NodeJS\r\n ansible.builtin.yum:\r\n name: nodejs\r\n state: installed\r\n\r\n- name: Add Application User\r\n ansible.builtin.user:\r\n name: roboshop\r\n\r\n- name: Remove old content\r\n ansible.builtin.file:\r\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | AbdullahKimrigh/playdatenow | 77d8d2aacb25aa536646baa20e19c0c95d3b36fe | 4 | Ansible/roles/Jenkins | 527 | [
"no_license"
] | [
{
"path": "Ansible/roles/Jenkins/tasks/main.yml",
"content": "\r\n- name: Download Jenkins repo apt URL\r\n apt_key:\r\n url: \"{{ jenkins.repo_url }}\"\r\n state: present\r\n become: true\r\n\r\n- name: ensure the repository is configured\r\n apt_repository:\r\n repo: 'deb https://pkg.jenkins.i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | AbdullahKimrigh/playdatenow | 77d8d2aacb25aa536646baa20e19c0c95d3b36fe | 4 | Ansible/roles/MySQL | 527 | [
"no_license"
] | [
{
"path": "Ansible/roles/MySQL/vars/main.yml",
"content": "docker_volume: db_data\r\ndocker_network: playdatenow_net\r\nDB_NAME: playdatenow\r\nMYSQL_ROOT_PASSWORD: <PASSWORD>\r\nDB_DATABASE: playdatenoe_db\r\nDB_USERNAME: root\r\nDB_PASSWORD: root",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | AbdullahKimrigh/playdatenow | 77d8d2aacb25aa536646baa20e19c0c95d3b36fe | 4 | Ansible/roles/Services | 527 | [
"no_license"
] | [
{
"path": "Ansible/roles/Services/tasks/main.yml",
"content": "- name: update packages\r\n apt:\r\n name: '*'\r\n becone: true\r\n\r\n- name: install Java\r\n apt:\r\n name: openjdk-11-jre\r\n state: present\r\n become: true\r\n\r\n- name: Install Maven\r\n apt:\r\n name: maven\r\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | AbdullahKimrigh/playdatenow | 77d8d2aacb25aa536646baa20e19c0c95d3b36fe | 4 | Ansible/roles/SonarQube | 527 | [
"no_license"
] | [
{
"path": "Ansible/roles/SonarQube/tasks/main.yml",
"content": "- name: Install aptitude\r\n apt:\r\n name: aptitude\r\n state: latest\r\n update_cache: true\r\n\r\n- name: Install required system packages\r\n apt:\r\n pkg: \"{{ packages }}\"\r\n state: latest\r\n update_cache: true\r\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | mysqlboy/eroomy-play | 677ec7ac880c988841f31bb00cd50036066529e5 | 0 | roles/common | 527 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# install common components needed\n---\n- name: install packages\n yum: pkg=$item state=installed\n sudo: yes\n with_items: \n - vim-enhanced\n - screen\n tags: \n - common_pkgs\n\n- name: grab epel and percona repos\n action: get_url d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | mysqlboy/eroomy-play | 677ec7ac880c988841f31bb00cd50036066529e5 | 0 | roles/django | 527 | [
"no_license"
] | [
{
"path": "roles/django/tasks/main.yml",
"content": "---\n# file: roles/django/tasks/main.yml\n- name: install django\n yum: name=Django14.noarch state=installed\n sudo: yes\n tags:\n - install django\n\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": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | mysqlboy/eroomy-play | 677ec7ac880c988841f31bb00cd50036066529e5 | 0 | roles/firewall | 527 | [
"no_license"
] | [
{
"path": "roles/firewall/handlers/main.yml",
"content": "---\n# file roles/firewall/tasks/main.yml\n- name: restart mysql\n notify: restart mysql\n sudo: yes\n tags: \n - start iptables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | mysqlboy/eroomy-play | 677ec7ac880c988841f31bb00cd50036066529e5 | 0 | roles/mysql | 527 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# file roles/mysql/tasks/main.yml\n- name: install percona-server\n yum: pkg=$item state=installed\n with_items:\n - Percona-Server-server-56.x86_64\n - Percona-Server-shared-56.x86_64\n - MySQL-python.x86_64\n - percona-xtrabackup.x86_6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | Ala-Younes/ansible-tuto | 01f31d336df5b311da7f09044f94d22fe5f5f447 | 0 | roles/base | 528 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Add ssh Key For Simone\n ansible.builtin.authorized_key:\n user: simone\n key: \"{{ simone_ssh_key }}\"\n\n- name: Generate sshd_config file from a template\n tags: template\n ansible.builtin.template:\n src: \"{{ ssh_template_file }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | Ala-Younes/ansible-tuto | 01f31d336df5b311da7f09044f94d22fe5f5f447 | 0 | roles/db_servers | 528 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install mariadb package (Ubuntu)\n tags: mariadb,db,ubuntu\n ansible.builtin.apt:\n name: \"{{ ubuntu_maria_package }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install mariadb package (CentOs)\n tags: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | Ala-Younes/ansible-tuto | 01f31d336df5b311da7f09044f94d22fe5f5f447 | 0 | roles/file_servers | 528 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "- name: Install samba Package\n tags: samba,file,ubuntu\n ansible.builtin.package:\n name: samba\n state: present\n\n- name: Install unzip\n ansible.builtin.package:\n name: unzip\n state: present\n\n- name: Install terraform\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | Ala-Younes/ansible-tuto | 01f31d336df5b311da7f09044f94d22fe5f5f447 | 0 | roles/web_servers | 528 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: Install Apche2 and php Packages for [CentOS and Ubuntu]\n ansible.builtin.package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution in [\"CentOS\", \"Ubunt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | not-only-yours/AnsibleJenkinsProxySSL | 840cdbb422ad8a21a46f1ef537fca31edfcb94ce | 1 | roles/SSHConnection | 528 | [
"no_license"
] | [
{
"path": "roles/SSHConnection/tasks/createSSHConnection.yaml",
"content": "- name: generate SSH key \"id_rsa_videoChat\"\n openssh_keypair:\n path: \"/home/ubuntu/.ssh/id_rsa_videoChat\"\n type: rsa\n size: 4096\n state: present\n force: no\n when:\n - inventory_hostname in groups['My_G... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | not-only-yours/AnsibleJenkinsProxySSL | 840cdbb422ad8a21a46f1ef537fca31edfcb94ce | 1 | roles/docker | 528 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/installPython3Docker.yaml",
"content": "- name: install python3-docker\n apt: name=python3-docker update_cache=yes\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/docker/tasks/main.yml",
"cont... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | not-only-yours/AnsibleJenkinsProxySSL | 840cdbb422ad8a21a46f1ef537fca31edfcb94ce | 1 | roles/jenkins | 528 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/createJenkinsImage.yaml",
"content": "- name: pull jenkins image\n docker_image:\n name: jenkins/jenkins:2.335-alpine\n source: pull\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/jenkins/tasks/createP... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2397,
"all_permissive": false
} |
ansible_role | not-only-yours/AnsibleJenkinsProxySSL | 840cdbb422ad8a21a46f1ef537fca31edfcb94ce | 1 | roles/kuber | 528 | [
"no_license"
] | [
{
"path": "roles/kuber/tasks/minicubeInstall.yaml",
"content": "- name: Installing transport-https\n apt:\n name: apt-transport-https\n state: present\n update_cache: yes\n\n- name: Installing virtualbox\n apt:\n name: virtualbox\n state: present\n\n- name: Download minikube\n get_url:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1163,
"all_permissive": false
} |
ansible_role | not-only-yours/AnsibleJenkinsProxySSL | 840cdbb422ad8a21a46f1ef537fca31edfcb94ce | 1 | roles/slave | 528 | [
"no_license"
] | [
{
"path": "roles/slave/files/cli.ini",
"content": "# Let's Encrypt site-wide configuration\ndns-cloudflare-credentials = /etc/letsencrypt/cloudflare.ini\n# Use the ACME v2 staging URI for testing things\n#server = https://acme-staging-v02.api.letsencrypt.org/directory\n# Production ACME v2 API endpoint\nser... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4207,
"all_permissive": false
} |
ansible_role | Mattcat1988/ansible | 8cd3b8345bcdc4004dea6d01a9b1199c0ab45a72 | 0 | roles/change_name | 528 | [
"no_license"
] | [
{
"path": "roles/change_name/handlers/main.yml",
"content": "---\n# handlers file for change_name\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/change_name/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | Mattcat1988/ansible | 8cd3b8345bcdc4004dea6d01a9b1199c0ab45a72 | 0 | roles/docker_install | 528 | [
"no_license"
] | [
{
"path": "roles/docker_install/tasks/main.yml",
"content": "---\n# tasks file for docker_install\n- name: update system\n apt: update_cache=yes force_apt_get=yes\n register: output\n\n- debug:\n var: output\n\n- name: install docker, docker-compose\n apt:\n pkg:\n - apt-transport-https\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | Mattcat1988/ansible | 8cd3b8345bcdc4004dea6d01a9b1199c0ab45a72 | 0 | roles/krb5-config | 528 | [
"no_license"
] | [
{
"path": "roles/krb5-config/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - krb5-config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/krb5-config/defaults/main.yml",
"content": "---\n# defau... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 407,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.