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 | securitaus/playbook_webgoat | 7ebd776dfa9e8b594092e1d0e68803166d10e4f4 | 0 | roles/webgoat | 8,156 | [
"no_license"
] | [
{
"path": "roles/webgoat/vars/centos.yml",
"content": "---\n# file: webgoat/vars/centos.yml\n\npackages:\n - java-1.8.0-openjdk.x86_64\n - tomcat\n\netc_dir: /etc/tomcat/\nusr_dir: /usr/share/tomcat/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"pat... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3587,
"all_permissive": false
} |
ansible_role | pa-decarvalho/ansible-collection-template | c3fca9349e37d7e3511a35d38acc2cce7c0669ab | 0 | template/roles/{{ collection_name }} | 8,156 | [
"no_license"
] | [
{
"path": "template/roles/{{ collection_name }}/tasks/main.yml",
"content": "---\n- name: Test\n ansible.builtin.debug:\n msg: Hello world !\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "template/roles/{{ collection_name }}/meta/main.yml.ji... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | fortify/roles/fortify | 8,156 | [
"no_license"
] | [
{
"path": "fortify/roles/fortify/templates/ldap.properties.j2",
"content": "#Configured by: root on Wed Jun 15 22:24:19 UTC 2016\n#Wed Jun 15 22:24:19 UTC 2016\nldap.search.dns=\nldap.attribute.distinguishedname=distinguishedName\nldap.attribute.lastname=sn\nldap.cache.max.threads.per.cache=4\nldap.attribut... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6921,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | hive-ptest/roles/hive_ptest | 8,156 | [
"no_license"
] | [
{
"path": "hive-ptest/roles/hive_ptest/defaults/main.yml",
"content": "---\nhome_base_dir: /grid/0\nbuild_user_home: \"{{home_base_dir}}/{{ build_user }}\"\ntools_home: \"{{build_user_home}}/tools\"\n\ngit_version: \"2.4.6\"\n\ntools_url: \"http://dev.hortonworks.com.s3.amazonaws.com/REJENKINS/build-tools-n... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9425,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | jenkins-monitor/roles/jenkins-monitor | 8,156 | [
"no_license"
] | [
{
"path": "jenkins-monitor/roles/jenkins-monitor/files/monitor.sh",
"content": "#!/bin/bash\n# script that will send an email to EMAIL when disk use in partition PART is bigger than %MAX\n# adapt these 3 parameters to your case\nMAX=${MAX:=\"90\"}\n#EMAIL=<EMAIL>\n# EMAIL=<EMAIL>\nPART=/\nPART1=/jenkins/ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | jenkins-slave-monitor/roles/jenkins-slave-monitor | 8,156 | [
"no_license"
] | [
{
"path": "jenkins-slave-monitor/roles/jenkins-slave-monitor/tasks/main.yml",
"content": "---\n - include: monitor_jenkins.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "jenkins-slave-monitor/roles/jenkins-slave-monitor/tasks/monitor_jenkin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | mysql/roles/mysql | 8,156 | [
"no_license"
] | [
{
"path": "mysql/roles/mysql/tasks/main.yml",
"content": "---\n - name: Install MySQL only for RedHat flavours\n include_vars: mysql.yml\n when: ((ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\") and ansible_distribution_major_version == \"6\")\n \n - include: install_mysql.yml\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5033,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | nexus/roles/common | 8,156 | [
"no_license"
] | [
{
"path": "nexus/roles/common/tasks/mvn-gpg-nexus-password.yml",
"content": "---\n\n - name: Configuring Jenkins - ssh keys - file attributes for authorized keys\n become: yes\n become_user: \"{{build_user}}\"\n copy: src=\"{{item.src_name}}\" dest=\"{{build_user_home}}/{{item.dest_name}}\"\n w... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5601,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | nexus/roles/sonatype-monitor | 8,156 | [
"no_license"
] | [
{
"path": "nexus/roles/sonatype-monitor/tasks/main.yml",
"content": "---\n - include: monitor_nexus.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "nexus/roles/sonatype-monitor/tasks/monitor_nexus.yml",
"content": "---\n - name: \"remov... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1715,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | nexus/roles/sonatype-nexus | 8,156 | [
"no_license"
] | [
{
"path": "nexus/roles/sonatype-nexus/tasks/main.yml",
"content": "---\n - include: install_nexus.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "nexus/roles/sonatype-nexus/tasks/install_nexus.yml",
"content": "---\n - name: install_nex... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2058,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | qe-setup/roles/qe-setup | 8,156 | [
"no_license"
] | [
{
"path": "qe-setup/roles/qe-setup/tasks/main.yml",
"content": "---\n - include: common.yml\n - include: centos6.yml\n when: ansible_os_family == 'RedHat' and ansible_lsb.major_release == '6'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5815,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | sensu/roles/sensu | 8,156 | [
"no_license"
] | [
{
"path": "sensu/roles/sensu/templates/plug-ins/check_disk.json.j2",
"content": "{\n \"checks\": {\n \"disk-check\": {\n \"handlers\": [\"hipchat\"],\n \"command\": \"/usr/local/bin/ruby /etc/sensu/plugins/system/check-disk.rb -x rootfs,tmpfs\",\n \"interval\": 240,\n \"subscribers\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 29,
"total_bytes": 36533,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-images/roles/centos7 | 8,156 | [
"no_license"
] | [
{
"path": "setup-images/roles/centos7/tasks/readonly_sshkeys.yml",
"content": "---\n - set_fact: base_ssh_url=\"{{ readonly_ssh_url | basename }}\"\n - set_fact: base_ssh_dir=\"{{ base_ssh_url.split('.')[0] }}\"\n\n - name: setup_user | readonly ssh keys - Download\n become: yes\n become_user: \"{{... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 41909,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-images/roles/debian9 | 8,156 | [
"no_license"
] | [
{
"path": "setup-images/roles/debian9/tasks/yum_cache_clean.yml",
"content": "---\n - name: cleaning task for yum\n command: /usr/bin/yum clean all\n become: yes\n become_user: root\n when: ansible_os_family == \"RedHat\"\n\n - name: delete cache files\n file: path=/var/cache/yum state=abse... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 19478,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-images/roles/suse11sp3 | 8,156 | [
"no_license"
] | [
{
"path": "setup-images/roles/suse11sp3/tasks/install_kube_docker_util.yml",
"content": "---\n - name: install_kube_docker_util | Download kubectl\n become: yes\n become_user: root\n get_url: url=http://s3.amazonaws.com/dev.hortonworks.com/ARTIFACTS/kubectl/v1.15.0/kubectl dest=/usr/local/bin/kube... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 18680,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-images/roles/ubuntu18 | 8,156 | [
"no_license"
] | [
{
"path": "setup-images/roles/ubuntu18/tasks/devci_profiles.yml",
"content": "---\n - include_vars: /root/ansible/setup-images/roles/ubuntu18/vars/re_secrets.yml\n\n - name: Decvi | setup_user_configs | Download devci gpgkeys\n become: yes\n become_user: \"{{ build_user }}\"\n get_url: url={{ dev... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 29850,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-master/roles/common | 8,156 | [
"no_license"
] | [
{
"path": "setup-master/roles/common/tasks/main.yml",
"content": "---\n- name: check if build_user is set\n fail: msg='Bailing out. this play requires username, Please pass in the form -e \\\"build_user=xyz\\\"'\n when: build_user is not defined\n\n- include: setup_user.yml\n tags: setup_user\n\n- inclu... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 24180,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-master/roles/jenkins-master | 8,156 | [
"no_license"
] | [
{
"path": "setup-master/roles/jenkins-master/defaults/main.yml",
"content": "---\n\napt_packages: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "setup-master/roles/jenkins-master/tasks/install_jenkins_plugins.yml",
"content": "---\n- name... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5948,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-slaves/roles/common | 8,156 | [
"no_license"
] | [
{
"path": "setup-slaves/roles/common/tasks/install_jdk8.yml",
"content": "---\n - name: install_jdk8 | \"Check if jdk8 is installed\"\n command: \"{{jdk8_home}}/jdk{{jdk8_version}}/bin/java -version\"\n register: check_jdk8\n changed_when: False\n ignore_errors: yes\n\n # check if \"check_jdk8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2724,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-slaves/roles/docker | 8,156 | [
"no_license"
] | [
{
"path": "setup-slaves/roles/docker/tasks/main.yml",
"content": "---\n - include: install_docker.yml\n tags: install_docker\n when: ((ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\") and (ansible_distribution_major_version == \"7\" or ansible_distribution_major_version == \"6\"))... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2512,
"all_permissive": false
} |
ansible_role | nkininge/provisioning_new_latest | 18c0d8ffc47ab1a4fc302dc745b15df37d9101d7 | 1 | setup-slaves/roles/jenkins-slaves | 8,156 | [
"no_license"
] | [
{
"path": "setup-slaves/roles/jenkins-slaves/tasks/squeeze_repo_setup.yml",
"content": "- name: Install_Libraries | Install Debian Libraries and build Tools\n become: yes\n become_user: root\n apt: pkg={{item}} update_cache=yes state=latest\n with_items:\n - debian-keyring\n - debian-archive-keyri... | {
"task_files": 40,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 43,
"total_bytes": 88752,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/agent_pool | 8,156 | [
"no_license"
] | [
{
"path": "roles/agent_pool/defaults/main.yml",
"content": "############ agent directory ################\r\n\r\naz_agent_dir: C:/agent\r\n\r\n\r\n########## create pool name before passing a value below #########\r\n\r\nagent_pool_name: VMagentpool \r\n\r\n\r\n########### organization name #############\r\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/azurecli | 8,156 | [
"no_license"
] | [
{
"path": "roles/azurecli/tasks/main.yml",
"content": " ############ create temp dir ###########\r\n - name: Create a DIR\r\n win_file:\r\n path: C:\\temp\r\n state: directory\r\n\r\n ############ Download azurecli ###########\r\n - name: Download the azurecli\r\n win_get_url:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/docker_cli | 8,156 | [
"no_license"
] | [
{
"path": "roles/docker_cli/tasks/main.yml",
"content": " ############ create temp dir ########### \n - name: Create a DIR\n win_file:\n path: C:\\temp\n state: directory\n\n############ download docker 17.09.0 ###########\n - name: download docker 17.09.0\n win_get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1549,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/dotnet_msbuild | 8,156 | [
"no_license"
] | [
{
"path": "roles/dotnet_msbuild/tasks/main.yml",
"content": " ############ create temp dir ########### \r\n - name: Create a DIR\r\n win_file:\r\n path: C:\\temp\r\n state: directory\r\n\r\n############ download dotnet_6.0.14_msbuild_17.3 X64 ###########\r\n - name: download dotne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1854,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/groovy | 8,156 | [
"no_license"
] | [
{
"path": "roles/groovy/tasks/main.yml",
"content": " ############ create temp dir ########### \r\n - name: Create a DIR\r\n win_file:\r\n path: C:\\temp\r\n state: directory\r\n\r\n ############ Download groovy ###########\r\n - name: Download the groovy\r\n win_get_url:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/jdk | 8,156 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n########### Install chocolatey ##########\n- name: Ensure chocolatey is present\n win_chocolatey:\n name: chocolatey\n state: present\n\n########### Install JAVA with chocolatey ##########\n- name: Install Java\n win_chocolatey:\n name: ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/maven | 8,156 | [
"no_license"
] | [
{
"path": "roles/maven/tasks/main.yml",
"content": " ############ create temp dir ########### \r\n - name: Create a DIR\r\n win_file:\r\n path: C:\\temp\r\n state: directory\r\n\r\n############ download maven 3.8.4 ###########\r\n - name: download maven 3.8.4\r\n win_get_url:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/nginx | 8,156 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": " ############ create temp dir ########### \r\n - name: Create a DIR\r\n win_file:\r\n path: C:\\temp\r\n state: directory\r\n\r\n ############ copy files from local to remote ########### \r\n - name: Copy file with owner and permi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1729,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/npm_nodejs | 8,156 | [
"no_license"
] | [
{
"path": "roles/npm_nodejs/tasks/main.yml",
"content": " ############ create temp dir ########### \r\n - name: Create a DIR\r\n win_file:\r\n path: C:\\temp\r\n state: directory\r\n\r\n ############ Download Nodejs ###########\r\n - name: Download the nodejs\r\n win_get_url:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | taruntest/ansible | 50fda8daa4a1259dd4b1a3b3878bd335e7ae7efd | 0 | roles/pgadmin4 | 8,156 | [
"no_license"
] | [
{
"path": "roles/pgadmin4/tasks/main.yml",
"content": "########### Install chocolatey ##########\n - name: Ensure chocolatey is present\n win_chocolatey:\n name: chocolatey\n state: present\n\n########### Install JAVA with chocolatey ##########\n - name: Install pgadmin4\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | GoIncremental/redlion | a6693a4d596d3c88cff7045546a8dac79c1665ef | 0 | deploy/common/roles/update | 8,156 | [
"permissive"
] | [
{
"path": "deploy/common/roles/update/tasks/main.yml",
"content": "- name: create release folder\n file: path={{web_dir}}/{{app_name}}/src/{{app_version}}/ state=directory owner={{ansible_user_id}}\n when: app_version != 'dev'\n\n- name: copy release files\n copy: src=../bin/releases/{{app_version}}/linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5239,
"all_permissive": true
} |
ansible_role | saminder-chahal/ansible | 864647c7cbdb69f7562de9c0b9e6458f59de6487 | 0 | roles/test-role | 8,156 | [
"no_license"
] | [
{
"path": "roles/test-role/handlers/main.yml",
"content": "---\n\n- name: sample-handler\n set_fact: \n show_msg: True\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/test-role/tasks/main.yml",
"content": "---\n- name: running th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | rsteiner-dnic/memsy | 0be2825d02ad4995c74ea6e3546142985ba6a247 | 0 | .ansible/roles/memsy | 8,156 | [
"no_license"
] | [
{
"path": ".ansible/roles/memsy/templates/memsy.service.j2",
"content": "[Unit]\nDescription=Memsy Server\nAfter=network.target\n\n[Service]\nType=simple\nUser=root\nExecStart=/usr/local/bin/memsy --peers={{ memsy_peers }} --port={{ memsy_port }} --cachedir={{ memsy_cache_dir }}\nRestart=always\nRestartSec=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1318,
"all_permissive": false
} |
ansible_role | keijiyoshida/line-japan-guide-bot | be5fe52cafd7a1ff5737b9a5ffe5a1746f377272 | 1 | ansible/roles/common | 8,156 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - language-pack-ja\n - tree\n - unzip\n- name: set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | keijiyoshida/line-japan-guide-bot | be5fe52cafd7a1ff5737b9a5ffe5a1746f377272 | 1 | ansible/roles/go | 8,156 | [
"no_license"
] | [
{
"path": "ansible/roles/go/defaults/main.yml",
"content": "---\ngo_version: 1.7.4\ngo_os: linux\ngo_arch: amd64\ngo_path: /home/ubuntu/go\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "ansible/roles/go/tasks/main.yml",
"content": "---\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | keijiyoshida/line-japan-guide-bot | be5fe52cafd7a1ff5737b9a5ffe5a1746f377272 | 1 | ansible/roles/hbase | 8,156 | [
"no_license"
] | [
{
"path": "ansible/roles/hbase/defaults/main.yml",
"content": "---\nhbase_version: 1.2.4\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "ansible/roles/hbase/tasks/main.yml",
"content": "---\n- name: download an HBase tarball and unarchive it\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | keijiyoshida/line-japan-guide-bot | be5fe52cafd7a1ff5737b9a5ffe5a1746f377272 | 1 | ansible/roles/jdk | 8,156 | [
"no_license"
] | [
{
"path": "ansible/roles/jdk/tasks/main.yml",
"content": "---\n- name: download a JDK tarball and unarchive it\n unarchive:\n src: src/jdk-{{ jdk_version }}u{{ jdk_update }}-{{ jdk_os }}-{{ jdk_arch }}.tar.gz\n dest: /usr/local\n- name: create symbolic links to JDK binaries\n file:\n src: /usr/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | Don-Cornichon/softeam_docker_ansible | 1de6d3495f3b0d56b4371ff55f6faab94d1699db | 0 | roles/role_docker | 8,156 | [
"no_license"
] | [
{
"path": "roles/role_docker/tasks/main.yml",
"content": "---\n# tasks file for role_docker\n- block:\n - name: Ensure that the prerequies are well installed for Docker-ce\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - yum-utils\n - device-mapper-persiste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | Don-Cornichon/softeam_docker_ansible | 1de6d3495f3b0d56b4371ff55f6faab94d1699db | 0 | roles/role_docker_compose | 8,156 | [
"no_license"
] | [
{
"path": "roles/role_docker_compose/tasks/main.yml",
"content": "# tasks file for role_docker_compose\n- block:\n - name: Download the docker-compose archive\n shell: sudo curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/common_antivirus | 8,156 | [
"no_license"
] | [
{
"path": "roles/common_antivirus/templates/clamscan.cron",
"content": "#!/bin/bash\n\n# deployed by ansible\n\n# sleep for a random interval of time (default 45min)\n# (some code taken from cron-apt, thanks)\nrandom_sleep()\n{\n RandomSleep=2700\n eval $(apt-config shell RandomSleep APT::Periodic::Ra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2373,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/common_firstboot | 8,156 | [
"no_license"
] | [
{
"path": "roles/common_firstboot/tasks/main.yml",
"content": "# works on Ubuntu 24.04 LTS\n- name: set timezone to UTC\n shell:\n cmd: /usr/bin/timedatectl set-timezone Etc/UTC\n\n- name: set NTP servers (timesyncd)\n copy:\n src: templates/timesyncd.conf\n dest: /etc/systemd/timesyncd.conf\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/common_users | 8,156 | [
"no_license"
] | [
{
"path": "roles/common_users/tasks/main.yml",
"content": "# works on Ubuntu 24.04 LTS\n- name: add user andreas\n ansible.builtin.user:\n name: andreas\n comment: <NAME> K6OTT\n password: <PASSWORD>\"\n update_password: on_create\n uid: 1112\n group: staff\n create_home: yes\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/debian-aptget-distupgrade-reboot | 8,156 | [
"no_license"
] | [
{
"path": "roles/debian-aptget-distupgrade-reboot/tasks/main.yml",
"content": "- name: list packages that will be upgraded\n command: /usr/bin/apt list --upgradeable\n register: apt_list\n ignore_errors: yes\n- name: display list of packages\n debug:\n var: apt_list.stdout\n\n- name: apt-get update d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/openvpn_server | 8,156 | [
"no_license"
] | [
{
"path": "roles/openvpn_server/tasks/main.yml",
"content": "- name: install openvpn and easy-rsa\n apt:\n update_cache: yes\n state: latest\n pkg:\n - openvpn\n - easy-rsa\n- name: set sysctl net.ipv4.ip_forward=1\n lineinfile:\n path: /etc/sysctl.conf\n regexp: 'net.ipv4.ip_forw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/pve_firstboot | 8,156 | [
"no_license"
] | [
{
"path": "roles/pve_firstboot/tasks/main.yml",
"content": "---\n# works witth PVE 8.4\n - name: comment out enterprise repo\n lineinfile:\n path: /etc/apt/sources.list.d/pve-enterprise.list \n regexp: '^deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise'\n line: '#deb ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/ubuntu-aptget-distupgrade-reboot | 8,156 | [
"no_license"
] | [
{
"path": "roles/ubuntu-aptget-distupgrade-reboot/tasks/main.yml",
"content": "- name: list packages that will be upgraded\n command: /usr/bin/apt list --upgradeable\n register: apt_list\n ignore_errors: yes\n- name: display list of packages\n debug:\n var: apt_list.stdout\n\n- name: apt-get update d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/util_apache2 | 8,156 | [
"no_license"
] | [
{
"path": "roles/util_apache2/tasks/main.yml",
"content": "- name: install apache2\n apt:\n update_cache: yes\n state: latest\n pkg:\n - apache2\n# files for apache2\n- name: apache2 util site config\n copy:\n src: templates/001-util.conf\n dest: /etc/apache2/sites-available/001-util.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/util_librenms | 8,156 | [
"no_license"
] | [
{
"path": "roles/util_librenms/tasks/main.yml",
"content": "- name: install prerequisite packages for librenms\n apt:\n update_cache: yes\n state: latest\n pkg:\n - acl \n - composer \n - fping \n - graphviz \n - imagemagick \n - mariadb-client \n - mariadb-serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | aott01/ansible-base-sccosystems | 05789dd675e5061673b75042049d75d41dae19f3 | 0 | roles/util_rancid | 8,156 | [
"no_license"
] | [
{
"path": "roles/util_rancid/tasks/main.yml",
"content": "- name: install rancid packages\n apt:\n update_cache: yes\n state: latest\n pkg:\n - rancid \n - diffstat \n- name: add rancid group\n ansible.builtin.group:\n name: rancid\n gid: 1003\n state: present\n- name: add ranc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | TIP67/Dnsdist | d936ffa2afd81d966e189a4a1946304e9eaf8b0e | 0 | roles/dnsdist-ansible | 8,176 | [
"no_license"
] | [
{
"path": "roles/dnsdist-ansible/test-requirements.txt",
"content": "ansible-lint==6.17.2\nyamllint==1.32.0\nmolecule-plugins[docker]==23.4.1\nmolecule-plugins[lint]==23.4.1\nmolecule==5.1.0\npytest-testinfra==8.1.0\ndocker==6.1.3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 18774,
"all_permissive": false
} |
ansible_role | TIP67/Dnsdist | d936ffa2afd81d966e189a4a1946304e9eaf8b0e | 0 | roles/network | 8,176 | [
"no_license"
] | [
{
"path": "roles/network/templates/rt_tables.j2",
"content": "# {{ ansible_managed }}\n#\n# reserved values\n#\n255 local\n254 main\n253 default\n0 unspec\n#\n# local\n#\n#1 inr.ruhep\n\n{% for table in network_iproute2_tables %}\n{{ table.id }} {{ table.name }}\n{% endfor %}\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2180,
"all_permissive": false
} |
ansible_role | TIP67/Dnsdist | d936ffa2afd81d966e189a4a1946304e9eaf8b0e | 0 | roles/nftables | 8,176 | [
"no_license"
] | [
{
"path": "roles/nftables/tasks/main.yml",
"content": " - name: yum install nftables\n yum:\n name:\n - nftables\n\n - name: Copy config nftables.conf\n copy:\n src: nftables.conf\n dest: /etc/sysconfig/nftables.conf\n owner: root\n group: root\n mode: 0644\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | TIP67/Dnsdist | d936ffa2afd81d966e189a4a1946304e9eaf8b0e | 0 | roles/zabbix_agent2-redos | 8,176 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent2-redos/tasks/main.yml",
"content": "\n - name: yum install zabbix-agent2\n yum:\n name:\n - zabbix-agent2\n\n - name: Start service Zabbix Agent2, if not started\n ansible.builtin.service:\n name: zabbix-agent2\n state: started\n enabled: yes\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1069,
"all_permissive": false
} |
ansible_role | didaktikm/ansible-kafka | 9025156f05a264e055335ea486ed6552d1df5ff5 | 0 | roles/configure_apache_kafka | 8,176 | [
"no_license"
] | [
{
"path": "roles/configure_apache_kafka/tasks/systemd-configuration.yaml",
"content": "- name: Configuration Apache Kafka | Copy systemd files\n tags: configure-kafka\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/systemd/kafka.service\"\n dest: /etc/systemd/system/kafka.service\n owner: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | didaktikm/ansible-kafka | 9025156f05a264e055335ea486ed6552d1df5ff5 | 0 | roles/configure_apache_zookeeper | 8,176 | [
"no_license"
] | [
{
"path": "roles/configure_apache_zookeeper/tasks/systemd-configuration.yaml",
"content": "- name: Configuration Apache Zookeeper | Copy systemd files\n tags: configure-zookeeper\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/systemd/zookeeper.service\"\n dest: /etc/systemd/system/zookeeper.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | didaktikm/ansible-kafka | 9025156f05a264e055335ea486ed6552d1df5ff5 | 0 | roles/preinstall | 8,176 | [
"no_license"
] | [
{
"path": "roles/preinstall/tasks/os-profiles.yml",
"content": "- name: Prepare system | Load OS profiles\n tags: preinstall\n ansible.builtin.include_tasks: \"{{ lookup('first_found', params) }}\"\n vars:\n params:\n files:\n - \"{{ ansible_os_family | lower }}-os-profiles.yaml\"\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/custom-facts | 8,176 | [
"no_license"
] | [
{
"path": "roles/custom-facts/tasks/main.yaml",
"content": "---\n - name: Ensure custom facts directory\n file:\n path: /etc/ansible/facts.d\n state: directory\n \n - name: Ensure custom facts files\n copy:\n src: files/ubuntu_codename.fact\n dest: /etc/ansible/facts.d/ubuntu_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/docker | 8,176 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n - name: Add prerequisites\n apt:\n update_cache: yes\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n state: present\n \n - name: A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/graalvm | 8,176 | [
"no_license"
] | [
{
"path": "roles/graalvm/tasks/main.yaml",
"content": "---\n - name: Ensure GraalVM\n unarchive:\n src: https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.0.0.2/graalvm-ce-java11-linux-amd64-21.0.0.2.tar.gz\n dest: /opt/\n remote_src: yes\n\n - name: Ensure GraalVM conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/keepassxc | 8,176 | [
"no_license"
] | [
{
"path": "roles/keepassxc/tasks/main.yaml",
"content": "---\n - name: Ensure key\n apt_key:\n id: <KEY>\n url: https://keyserver.ubuntu.com/\n state: present\n\n - name: Ensure repository\n apt_repository:\n repo: deb http://ppa.launchpad.net/phoerious/keepassxc/ubuntu {{ ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/lutris | 8,176 | [
"no_license"
] | [
{
"path": "roles/lutris/tasks/main.yaml",
"content": "---\n - name: Ensure key\n apt_key:\n id: 82D96E430A1F1C0F0502747E37B90EDD4E3EFAE4\n url: https://keyserver.ubuntu.com/\n state: present\n\n - name: Ensure PPA\n apt_repository:\n repo: deb http://ppa.launchpad.net/lutris-team... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/nextcloud | 8,176 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yaml",
"content": "---\n - name: Ensure key\n apt_key:\n id: 1FCD77DD0DBEF5699AD2610160EE47FBAD3DD469\n url: https://keyserver.ubuntu.com/\n state: present\n\n - name: Ensure PPA\n apt_repository:\n repo: deb http://ppa.launchpad.net/nextclou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/nodejs | 8,176 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yaml",
"content": "---\n - name: Add NodeJS' APT key\n apt_key:\n id: <KEY>\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n - name: Add Docker's APT repository\n apt_repository:\n repo: deb https://deb.nodesource... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/steam | 8,176 | [
"no_license"
] | [
{
"path": "roles/steam/tasks/main.yaml",
"content": "---\n - name: Download and install Steam\n apt:\n name: steam\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/vscode | 8,176 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yaml",
"content": "---\n - name: Download and install Visual Studio Code\n apt:\n deb: https://update.code.visualstudio.com/latest/linux-deb-x64/stable",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | webD97/provisioning | bab510bd98738f8fa8d5dffbb2120a2c0eb05998 | 2 | roles/xdg-dirs | 8,176 | [
"no_license"
] | [
{
"path": "roles/xdg-dirs/meta/main.yaml",
"content": "---\ndependencies:\n - nextcloud",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/xdg-dirs/tasks/main.yaml",
"content": "---\n - name: Ensure Desktop directory\n lineinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | holen/opensource | 1227d187271f95a779482af288e64ec08f394a70 | 7 | ansible/roles/system_init | 8,176 | [
"no_license"
] | [
{
"path": "ansible/roles/system_init/tasks/main.yml",
"content": "- name: Install basic package \n yum:\n name: wget ntp lrzsz vim-enhanced sysstat gcc gcc-c++ gcc-g77 make automake autoconf glibc glibc-devel glib2 glib2-devel iptables-services\n state: present\n- name: Install monitor package\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1880,
"all_permissive": false
} |
ansible_role | holen/opensource | 1227d187271f95a779482af288e64ec08f394a70 | 7 | ansible/roles/zabbix_agent | 8,176 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix_agent/tasks/main.yml",
"content": "- name: Create directory\n file: path=/opt/zabbix_install state=directory mode=0755\n- name: Add group zabbix\n group: name=zabbix state=present\n- name: Create zabbix user\n user: name=zabbix group=zabbix shell=/sbin/nologin comment=\"Za... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | kubum/dotfiles2 | 89b70aa8dbc9a676bba28e1834c4fa01251ba881 | 0 | ansible/roles/dotfiles | 8,176 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/files/.vimrc",
"content": "set nocompatible \" be iMproved, required\nfiletype off \" required\n\n\" enable matchit for enchanced %\nruntime macros/matchit.vim\n\n\" set the runtime path to include Vundle and initialize\nset rtp+=~/.vim/bundle/Vundle.v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12411,
"all_permissive": false
} |
ansible_role | kubum/dotfiles2 | 89b70aa8dbc9a676bba28e1834c4fa01251ba881 | 0 | ansible/roles/homebrew | 8,176 | [
"no_license"
] | [
{
"path": "ansible/roles/homebrew/files/Brewfile",
"content": "tap 'caskroom/cask'\ntap 'caskroom/versions'\ntap 'homebrew/brewdler'\ntap 'homebrew/versions'\ntap 'homebrew/science'\n\nbrew 'ctags'\nbrew 'fzf'\nbrew 'git', args: ['with-pcre']\nbrew 'gnupg'\nbrew 'reattach-to-user-namespace'\nbrew 'openssl'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | kubum/dotfiles2 | 89b70aa8dbc9a676bba28e1834c4fa01251ba881 | 0 | ansible/roles/macos | 8,176 | [
"no_license"
] | [
{
"path": "ansible/roles/macos/tasks/main.yml",
"content": "---\n- name: show the ~/Library folder\n command: chflags nohidden ~/Library\n \n- name: don't automatically rearrange Spaces based on most recent use\n command: defaults write com.apple.dock mru-spaces -bool false\n \n- name: increase the wind... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4616,
"all_permissive": false
} |
ansible_role | kubum/dotfiles2 | 89b70aa8dbc9a676bba28e1834c4fa01251ba881 | 0 | ansible/roles/vim | 8,176 | [
"no_license"
] | [
{
"path": "ansible/roles/vim/files/syntax/cabal.vim",
"content": "\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\" class=\"\">\n <head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#\">\n <meta chars... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 70986,
"all_permissive": false
} |
ansible_role | pvgsonline/roles-ansible | 0d6995ca57ec10d62c4881d9622267a2ae6d43eb | 0 | roles/backend | 8,176 | [
"no_license"
] | [
{
"path": "roles/backend/vars/main.yaml",
"content": "# mysql_root_password: <PASSWORD>\n# login_host: mysql.pvgs.online\napp_location: /app\ncomponent: backend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/backend/tasks/main.yaml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | pvgsonline/roles-ansible | 0d6995ca57ec10d62c4881d9622267a2ae6d43eb | 0 | roles/common | 8,176 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yaml",
"content": "- name: remove a directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: true\n\n- name: create a directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | pvgsonline/roles-ansible | 0d6995ca57ec10d62c4881d9622267a2ae6d43eb | 0 | roles/frontend | 8,176 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yaml",
"content": "backend_host: backend.pvgs.online\nmysql_root_password: <PASSWORD>\nlogin_host: mysql.pvgs.online\napp_location: /usr/share/nginx/html\ncomponent: frontend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 719,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/cluster-cli | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/cluster-cli/tasks/el.yml",
"content": "---\n\n- name: install required packages\n yum: \n enablerepo: \"epel,ol7_developer_EPEL\"\n name: \n - python36-click\n - python36-ldap3\n state: present\n\n- name: copy cluster cli \n copy: \n src: cluster\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/cron | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/cron/tasks/el.yml",
"content": "---\n- name: Creates a cron file under /etc/cron.d\n cron:\n name: slurm autoscaling\n minute: \"*\"\n user: opc\n job: \"/home/opc/autoscaling/crontab/autoscale_slurm.sh >> /home/opc/autoscaling/logs/crontab_slurm.log 2>&1\"\n when: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/etc-hosts | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/etc-hosts/templates/etc-hosts.j2",
"content": "{% for item in groups['compute'] %}\n\n{%- set rdma_subnet = hostvars[item]['rdma_network'] + '/' + hostvars[item]['rdma_netmask'] -%}\n{%- set rdma_subnet_prefix = rdma_subnet | ansible.netcommon.ipaddr('prefix') -%}\n{%- set rdma_su... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4397,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/grafana | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/grafana/tasks/el.yml",
"content": "---\n- name: add grafana repository\n become: true\n yum_repository: \n name: grafana\n description: grafana\n baseurl: https://packages.grafana.com/oss/rpm\n repo_gpgcheck: 1\n enabled: 1\n gpgcheck: 1\n gpgkey: https://pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/hostname | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/hostname/tasks/el.yml",
"content": "---\n- name: update hostname for HPC cluster\n hostname: \n name: \"{{ cluster_name }}-node-{{groups['compute'].index(inventory_hostname)+1}}\"\n when: ('compute' in group_names ) and ( not initial | bool ) | bool",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/hyperthreading | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/hyperthreading/tasks/el.yml",
"content": "---\n- name: disable Hyperthreading\n become: true\n shell: \"echo off | sudo tee /sys/devices/system/cpu/smt/control\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/influxdb | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/influxdb/tasks/el.yml",
"content": "---\n- name: Create /etc/opt/oci-hpc/passwords/influxdb\n become: true\n file: \n path: /etc/opt/oci-hpc/passwords/influxdb\n state: directory\n owner: opc\n mode: 0770\n group: opc\n recurse: yes\n\n- name: Generate password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1815,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/limits | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/limits/templates/limits.j2",
"content": "#\n## HPC limits increased per recommendations in:\n##\n## https://windows.epfl.ch/info/linux.pdf\n## http://openhpc.community/wp-content/uploads/Install_guide-CentOS7.1-1.0.pdf\n##\n## Also increased max number of open files\n##\n* ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/localdisk | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/localdisk/tasks/main.yml",
"content": "- include: el.yml\n when: ansible_os_family == 'RedHat'\n\n- include: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- include: debian.yml\n when: ansible_distribution == 'Debian'\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/mpi-hostfiles | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/mpi-hostfiles/tasks/common.yml",
"content": "---\n- name: Make sure that directory exists\n file: \n state: directory\n mode: '0755'\n path: /etc/opt/oci-hpc\n\n- name: create rdma hostfile\n template:\n src: templates/hostfile_rdma.j2\n dest: /tmp/hostfile.rdma\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1586,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/mysql | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/debian.yml",
"content": "---\n# tasks for mariadb role\n\n- name: Create /etc/opt/oci-hpc/passwords/mysql\n become: true\n file: \n path: /etc/opt/oci-hpc/passwords/mysql\n state: directory\n owner: \"{{ ansible_user }}\"\n mode: 0770\n group: \"{{ ans... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6241,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/nfs-client | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/nfs-client/defaults/main.yml",
"content": "---\nnfs_packages:\n - nfs-utils\n\ndeb_packages: \n - nfs-common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "playbooks/roles/nfs-client/tasks/el.yml",
"content": "--... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1360,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/nfs-server | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/nfs-server/tasks/ubuntu.yml",
"content": "---\n- name: Ensure NFS utilities are installed.\n package: \n name: \n - \"{{ deb_packages }}\"\n state: present\n\n- name: Start NFS server\n service: \n name: nfs-kernel-server\n state: started\n enabled: true\n\n-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/openldap | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/openldap/tasks/el-7.yml",
"content": "---\n# tasks file for openldap\n\n- name: Create /etc/opt/oci-hpc/passwords/openldap\n become: true\n file:\n path: /etc/opt/oci-hpc/passwords/openldap\n state: directory\n owner: opc\n mode: 0770\n group: opc\n recurse: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4727,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/packages | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/packages/tasks/el-7.yml",
"content": "---\n- name: Make sure python OpenSSL is installed\n yum: \n name: \n - pyOpenSSL\n - python2-cryptography\n state: latest\n\n\n- name: Make sure python3-oci-cli is installed\n yum:\n name:\n - python3-oci-cli\n st... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/rdma-interface | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/rdma-interface/tasks/debian.yml",
"content": "---\n#\n# Detecting MLX interface name by PCI ID. \n# Another option is to detect the mlx5_core driver, but it's harder to tell whch interface can be activated \n#\n- name: detect shape\n uri:\n url: http://169.254.169.254/opc/v2/i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/slurm | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/slurm/defaults/main.yml",
"content": "munge_conf_path: '/etc/munge'\nslurm_conf_path: '/etc/slurm'\nslurm_spool_path: '/var/spool/slurmd'\nslurm_log_path: '/var/log/slurm'\nmunge_log_path: '/var/log/munge'\nmunge_run_path: '/var/run/munge'\nslurm_db_user: 'slurm_accounting' \nslur... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 27605,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/spack | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/spack/tasks/main.yml",
"content": "- include: el.yml\n when: ansible_os_family == 'RedHat'\n\n- include: debian.yml\n when: ansible_distribution == 'Ubuntu'\n\n- include: debian.yml\n when: ansible_distribution == 'Debian'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1196,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/ssh | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/ssh/tasks/common.yml",
"content": "---\n- name: Update ssh configuration\n copy: \n src: files/ssh_config\n dest: /etc/ssh/ssh_config\n owner: root\n group: root\n mode: '0644'\n\n- name: Install ssh keys on all nodes\n copy:\n dest: \"/home/{{ ansible_user }}/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/sssd | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/sssd/handlers/main.yml",
"content": "---\n- name: restart sshd\n service:\n name: sshd\n state: restarted\n\n- name: restart sssd\n service:\n name: sssd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/starccm | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/starccm/tasks/el-7.yml",
"content": "---\n\n# tasks file for starccm\n\n- name: Create /nfs/scratch/starccm/install\n become: true\n file:\n path: \"/nfs/scratch/starccm/install\"\n state: directory\n owner: opc\n mode: 0770\n group: opc\n recurse: yes\n \n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2271,
"all_permissive": false
} |
ansible_role | oracle-quickstart/oci-hpc-runbook-starccm | b3ebca447054a99b5bdde5c0be353c8efd8cb715 | 3 | playbooks/roles/telegraf | 8,176 | [
"no_license"
] | [
{
"path": "playbooks/roles/telegraf/tasks/el.yml",
"content": "---\n- name: Add influxdb repository\n become: true\n yum_repository: \n name: influxdb\n description: InfluxDB Repository - RHEL $releasever\n baseurl: https://repos.influxdata.com/rhel/{{ ansible_distribution_major_version }}/$basea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | peterducai/ansible-rh-infra | 005fe06e677c4503fdeb3dd878947dfd9ccaa556 | 1 | roles/_libvirt | 8,176 | [
"permissive"
] | [
{
"path": "roles/_libvirt/defaults/main.yml",
"content": "---\nlibvirt_image_dir: \"/var/lib/libvirt/images\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 48
},
{
"path": "roles/_libvirt/tasks/main.yml",
"content": "---\n- name: inclu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 993,
"all_permissive": true
} |
ansible_role | peterducai/ansible-rh-infra | 005fe06e677c4503fdeb3dd878947dfd9ccaa556 | 1 | roles/example_testing | 8,176 | [
"permissive"
] | [
{
"path": "roles/example_testing/tasks/diskwin.ps1",
"content": "$treshold=90\nwrite \"minimum free space must be more than $treshold %\"\nGet-CimInstance win32_logicaldisk | \nforeach-object { write \"\n$($_.caption) $('{0:N0}' -f $($('{0:N0}' -f ($_.FreeSpace/1gb))/$('{0:N0}' -f ($_.Size/1gb))*100))\"\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1203,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.