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 | frazrepo/ansible-playbooks | e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51 | 0 | roles/python | 7,914 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Install python\n win_chocolatey:\n name: python\n state: present\n when: ansible_os_family == \"Windows\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/python/READ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | frazrepo/ansible-playbooks | e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51 | 0 | roles/terraform | 7,914 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n- name: Install terraform\n win_chocolatey:\n name: terraform\n state: present\n when: ansible_os_family == \"Windows\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | frazrepo/ansible-playbooks | e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51 | 0 | roles/vimrc | 7,914 | [
"no_license"
] | [
{
"path": "roles/vimrc/defaults/main.yml",
"content": "repo_url: https://github.com/frazrepo/vimrc.git\nrepo_version: master\nvim_dir : '{{ ansible_env.HOME }}/.vim_runtime'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/vimrc/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | frazrepo/ansible-playbooks | e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51 | 0 | roles/wiztree | 7,914 | [
"no_license"
] | [
{
"path": "roles/wiztree/tasks/main.yml",
"content": "---\n- name: Install Wiztree\n win_chocolatey:\n name: wiztree\n state: present\n when: ansible_os_family == \"Windows\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | Yobubble/ci-cd-deployment | 0b290a31fbb011f3f7579f5f46616466aa7a480a | 0 | ansible/roles/config | 7,914 | [
"no_license"
] | [
{
"path": "ansible/roles/config/tasks/main.yaml",
"content": "---\n- name: Update & Upgrade Package\n ansible.builtin.apt:\n update_cache: true\n upgrade: dist\n state: present\n\n- name: Install required packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certific... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | Yobubble/ci-cd-deployment | 0b290a31fbb011f3f7579f5f46616466aa7a480a | 0 | ansible/roles/docker | 7,914 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "# docker installation \"https://docs.docker.com/engine/install/ubuntu/\"\n---\n- name: Docker GPG\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n keyring: /etc/apt/keyrings/docker.gpg\n state: present\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | Yobubble/ci-cd-deployment | 0b290a31fbb011f3f7579f5f46616466aa7a480a | 0 | ansible/roles/kubernetes | 7,914 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/worker.yaml",
"content": "# Worker Node Setup\n---\n- name: Join worker nodes to the cluster\n ansible.builtin.command: \"{{ hostvars['master']['kubeadm_output']['stdout_lines'][0] }}\"\n when: \"'kubeadm join' in hostvars['master']['kubeadm_output']['stdout']\"\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | TheSpiritMan/DevOps-Tools | 47f3fa4c261ea401ca61d6f70508eced83745888 | 2 | 02 Ansible/Lab4- Ansible Role, Ansible Galaxy and Tags/roles/apache2 | 7,914 | [
"no_license"
] | [
{
"path": "02 Ansible/Lab4- Ansible Role, Ansible Galaxy and Tags/roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for roles/apache2\n- include: install_apache2.yml\n- include: remove_apache2.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | TheSpiritMan/DevOps-Tools | 47f3fa4c261ea401ca61d6f70508eced83745888 | 2 | 02 Ansible/Lab4- Ansible Role, Ansible Galaxy and Tags/roles/database | 7,914 | [
"no_license"
] | [
{
"path": "02 Ansible/Lab4- Ansible Role, Ansible Galaxy and Tags/roles/database/tasks/remove_mysql-server.yml",
"content": "- name: remove mysql-server\n apt:\n name: mysql-server\n state: absent\n tags: removing",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | TheSpiritMan/DevOps-Tools | 47f3fa4c261ea401ca61d6f70508eced83745888 | 2 | 02 Ansible/Lab4- Ansible Role, Ansible Galaxy and Tags/roles/nginx | 7,914 | [
"no_license"
] | [
{
"path": "02 Ansible/Lab4- Ansible Role, Ansible Galaxy and Tags/roles/nginx/tasks/remove_nginx.yml",
"content": "- name: remove nginx\n apt:\n name: nginx\n state: absent\n tags: removing\n\n- name: remove mysite\n file:\n path: /etc/nginx/sites-enabled/mysite\n state: absent\n tags: remov... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | tomason/ansible-demo | 63acc8c0aa3eeb1b0ca3531a47a0c8a4ff36c9ca | 1 | demo2/roles/add-users | 7,914 | [
"no_license"
] | [
{
"path": "demo2/roles/add-users/tasks/main.yml",
"content": "---\n- name: Create management user for master\n shell: /opt/wildfly-9.0.2.Final/bin/add-user.sh -u \"{{ node_username }}\" -p \"{{ node_password }}\"\n when: node_username is defined and node_password is defined\n\n- name: List users in manage... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | tomason/ansible-demo | 63acc8c0aa3eeb1b0ca3531a47a0c8a4ff36c9ca | 1 | demo2/roles/create-host-xml | 7,914 | [
"no_license"
] | [
{
"path": "demo2/roles/create-host-xml/tasks/main.yml",
"content": "---\n- name: Copy the host.xml template\n template: src={{ template_file }} dest=/opt/wildfly-9.0.2.Final/domain/configuration/host.xml\n register: result\n\n- name: Mark node with changed configuration\n set_fact:\n node_restart: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4009,
"all_permissive": false
} |
ansible_role | tomason/ansible-demo | 63acc8c0aa3eeb1b0ca3531a47a0c8a4ff36c9ca | 1 | demo2/roles/install-wildfly | 7,914 | [
"no_license"
] | [
{
"path": "demo2/roles/install-wildfly/tasks/main.yml",
"content": "---\n- name: Install java through dnf\n dnf: name=java-1.8.0-openjdk-devel state=present\n when: ansible_pkg_mgr == 'dnf'\n\n- name: Install java through yum\n yum: name=java-1.8.0-openjdk-devel state=present\n when: ansible_pkg_mgr == ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | tomason/ansible-demo | 63acc8c0aa3eeb1b0ca3531a47a0c8a4ff36c9ca | 1 | demo2/roles/restart-wildfly | 7,914 | [
"no_license"
] | [
{
"path": "demo2/roles/restart-wildfly/tasks/main.yml",
"content": "---\n- name: List running processes\n shell: ps ufx | grep \"java -D\\[Process Controller\\]\" | awk '{print $2}'\n register: pid\n\n- name: Stop the server\n shell: kill -s TERM {{ pid.stdout }}\n when: pid.stdout != \"\" and node_rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | armar-cancom/foreman-broker | f41e2c6f8d45aece09dbb0361805a4a344ded831 | 0 | roles/broker | 7,914 | [
"no_license"
] | [
{
"path": "roles/broker/files/www/foreman-broker/api/src/settings.php",
"content": "<?php\nreturn [\n 'settings' => [\n 'displayErrorDetails' => true, // set to false in production\n \n \"db\" => [\n \"host\" => \"localhost\",\n \"dbname\" => \"foremanbroker\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 56192,
"all_permissive": false
} |
ansible_role | armar-cancom/foreman-broker | f41e2c6f8d45aece09dbb0361805a4a344ded831 | 0 | roles/database | 7,914 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n- debug:\n msg: \"Installing the database\"\n\n- name: Install MariaDB\n yum:\n name:\n - mariadb\n - mariadb-server\n - mariadb-libs \n state: present\n\n- name: Start MariaDB\n service:\n name: mariadb\n state: sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8955,
"all_permissive": false
} |
ansible_role | armar-cancom/foreman-broker | f41e2c6f8d45aece09dbb0361805a4a344ded831 | 0 | roles/foreman | 7,914 | [
"no_license"
] | [
{
"path": "roles/foreman/templates/install-foreman.j2",
"content": "foreman-installer \\\n--foreman-admin-password=\"{{ <PASSWORD> }}\" \\\n--foreman-cli-manage-root-config=true \\\n--foreman-cli-password=\"{{ <PASSWORD> }}\" \\\n--foreman-cli-username=\"admin\" \\\n\nforeman-installer \\\n--enable-foreman-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1954,
"all_permissive": false
} |
ansible_role | armar-cancom/foreman-broker | f41e2c6f8d45aece09dbb0361805a4a344ded831 | 0 | roles/webserver | 7,914 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- debug:\n msg: \"Installing the web server for the foreman broker\"\n\n- name: Copy repos to yum.repos.d\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/yum.repos.d/\"\n with_fileglob:\n - files/*.repo \n\n- name: Install puppet repo\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/common | 7,912 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update Apt Cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install Dependencies\n apt: name={{ item }} state=latest\n with_items:\n - git\n - vim\n - libcurl4-openssl-dev\n - libssl-dev\n - libxml2-dev\n - build... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/conda | 7,912 | [
"no_license"
] | [
{
"path": "roles/conda/templates/env-conda.sh.j2",
"content": "# {{ ansible_managed }}\nexport CONDA_HOME={{ conda_home }}\nexport PATH=$CONDA_HOME/bin:$PATH\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/conda/vars/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2797,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/hadoop | 7,912 | [
"no_license"
] | [
{
"path": "roles/hadoop/defaults/main.yml",
"content": "---\nhadoop_dir: '{{ dst_app_dir }}/hadoop'\nhadoop_version: '2.8.5'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/hadoop/templates/env-hadoop.sh.j2",
"content": "# {{ ansible_ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1770,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/java | 7,912 | [
"no_license"
] | [
{
"path": "roles/java/vars/main.yml",
"content": "---\njava_home: '{{ java_dir }}/current'\njava:\n type: '{{ java_type }}'\n version: '{{ java_version }}'\n openjdk:\n package: default-jdk\n path: '/usr/lib/jvm/java-{{ java_version }}-openjdk-amd64'\n oracle:\n repo: ppa:webupd8team/java\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1737,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/jupyter | 7,912 | [
"no_license"
] | [
{
"path": "roles/jupyter/defaults/main.yml",
"content": "---\njupyter_dir: '{{ dst_app_dir }}/jupyter'\njupyter_ip: '*'\njupyter_port: '8000'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/jupyter/handlers/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2414,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/mongo | 7,912 | [
"no_license"
] | [
{
"path": "roles/mongo/templates/mongod.conf.j2",
"content": "# {{ ansible_managed }}\n\nsystemLog:\n destination: file\n path: \"{{ mongo_log_file }}\"\n logAppend: true\n\nstorage:\n dbPath: {{ mongo_db_dir }}\n journal:\n enabled: true\n\nprocessManagement:\n fork: true\n pidFilePath: \"{{ mong... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3357,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/node | 7,912 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Install Node and NPM\n apt: \n name: '{{ item }}'\n state: latest\n with_items:\n #- nodejs-legacy\n - nodejs\n - libssl1.0-dev\n - nodejs-dev\n - node-gyp\n - npm\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/postgres | 7,912 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n\n- name: Create PostgreSQL directory\n file:\n path: '{{ postgre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4124,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/r | 7,912 | [
"no_license"
] | [
{
"path": "roles/r/defaults/main.yml",
"content": "---\nr_dir: '{{ dst_app_dir }}/R'\nr_cran: https://cran.rstudio.com\nr_pkgs:\n - tidyverse\n - RSQLite\n - googlesheets\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/r/vars/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/rstudio | 7,912 | [
"no_license"
] | [
{
"path": "roles/rstudio/meta/main.yml",
"content": "---\ndependencies:\n - { role: common }\n - { role: r }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/rstudio/defaults/main.yml",
"content": "---\nrstudio_dir: '{{ dst_app_dir }}/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/scala | 7,912 | [
"no_license"
] | [
{
"path": "roles/scala/vars/main.yml",
"content": "scala_home: '{{ scala_dir }}/current'\nscala_pkg: 'scala-{{ scala_version }}.deb'\nscala_pkg_url: 'http://scala-lang.org/files/archive/{{ scala_pkg }}'\nscala_install_dir: '/usr/share/scala'\nsbt_home: '{{ sbt_dir }}/current'\nsbt_install_dir: '/usr/share/s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1893,
"all_permissive": false
} |
ansible_role | robinmyers/ds-toolbox | a6cfd9f0ef8748ebc8280b5b38235d60d5e4a5b9 | 3 | roles/spark | 7,912 | [
"no_license"
] | [
{
"path": "roles/spark/tasks/main.yml",
"content": "---\n- name: Check if Spark is installed\n stat:\n path: '{{ spark_install_dir }}/bin/hadoop'\n register: spark_installed\n changed_when: false\n\n- block:\n\n - name: Create Spark directory\n file:\n path: '{{ spark_dir }}'\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2126,
"all_permissive": false
} |
ansible_role | larixsource/angularjs-spring-ansible | b03a6003efcde19574c2d06d42b5cda9cc058fa8 | 1 | provisioning/playbook/roles/superlist | 7,912 | [
"permissive"
] | [
{
"path": "provisioning/playbook/roles/superlist/tasks/server.yml",
"content": "---\n- name: create superlist directory\n file: path={{superlist_dir}} state=directory\n\n- name: copy superlist jar\n copy: src={{superlist_libs}}/{{superlist_jar}}\n dest={{superlist_dir}}/{{superlist_jar}}\n\n- name:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1248,
"all_permissive": true
} |
ansible_role | majevince/Distributed_Zabbix | 9102373e296a40fc1a9b1710f815e31d992ae148 | 0 | roles/ha_cluster | 7,912 | [
"no_license"
] | [
{
"path": "roles/ha_cluster/tasks/ha-server.yml",
"content": "---\n- name: install ha packages\n yum:\n name: \"{{packages}}\"\n state: present\n disable_gpg_check: yes\n enablerepo: \"{{ha_repo}}\"\n \n- name: start and enable pcs service\n systemd:\n name: \"{{pcs_deamon}}\"\n state: ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4142,
"all_permissive": false
} |
ansible_role | majevince/Distributed_Zabbix | 9102373e296a40fc1a9b1710f815e31d992ae148 | 0 | roles/zabbix_db | 7,912 | [
"no_license"
] | [
{
"path": "roles/zabbix_db/tasks/replica_config_db02.yml",
"content": "---\n- name: stop slave\n mysql_replication:\n mode: stopslave\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n changed_when: false\n\n\n- name: change master \n mysql_replication:\n mode: changemaster\n mast... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5539,
"all_permissive": false
} |
ansible_role | majevince/Distributed_Zabbix | 9102373e296a40fc1a9b1710f815e31d992ae148 | 0 | roles/zabbix_server | 7,912 | [
"no_license"
] | [
{
"path": "roles/zabbix_server/tasks/main.yml",
"content": "---\n# tasks file for server-role\n- name: Disable Selinux\n lineinfile:\n path: /etc/selinux/config\n regexp: '^SELINUX='\n line: 'SELINUX=disabled'\n #notify: reboot selinux\n\n- name: Rebooting SELinux\n meta: flush_handlers\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2029,
"all_permissive": false
} |
ansible_role | majevince/Distributed_Zabbix | 9102373e296a40fc1a9b1710f815e31d992ae148 | 0 | roles/zabbix_web | 7,912 | [
"no_license"
] | [
{
"path": "roles/zabbix_web/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - zabbix_web",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/zabbix_web/templates/serverstatus.conf.j2",
"content": "List... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2828,
"all_permissive": false
} |
ansible_role | spsuriyah/mediawiki | ad0c857918ae1400f23e8a3ffdd6273c2c33b55f | 0 | ansible/roles/mediawiki | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/mediawiki/files/create_db.sh",
"content": "#!/bin/bash\nset -x\nmysql -u root <<MYSQL_SCRIPT\nCREATE USER 'wiki'@'localhost' IDENTIFIED BY '<PASSWORD>';\nCREATE DATABASE wikidatabase; \nGRANT ALL PRIVILEGES ON wikidatabase.* TO 'wiki'@'localhost';\nFLUSH PRIVILEGES; \nSHOW DATABASES... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1525,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/aws | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/aws/tasks/main.yml",
"content": "- name: Creates AWS dir\n file:\n path: /home/ubuntu/.aws\n state: directory\n\n- name: create AWS credentials\n template:\n src: templates/aws_credentials.ini\n dest: /home/ubuntu/.aws/credentials\n\n- name: create AWS config\n tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/backup | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/backup/tasks/main.yml",
"content": "- name: Create the backup script\n become: yes\n template:\n src: \"templates/backup.sh.jinja2\"\n dest: \"{{ PROJECT_PATH }}/scripts/backup.sh\"\n owner: ubuntu\n mode: 0741\n\n- name: Creates backups dir\n file:\n path: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/db | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/db/tasks/main.yml",
"content": "---\n# This playbook installs and (re)configures Postgres.\n- name: update apt-cache\n apt:\n update_cache: yes\n\n- name: install Postgres, its headers, and psycopg2\n apt:\n pkg: [\n 'postgresql',\n 'postgresql-server-dev-10',\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/django | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/django/tasks/main.yml",
"content": "---\n# This playbook provides basic elements of a server we would like to maintain\n\n- name: Ensure locale is available\n locale_gen: name=en_US.UTF-8\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/mssql_odbc | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/mssql_odbc/tasks/main.yml",
"content": "---\n# Adds all the system requirements needed for us to use pyodbc to\n# hit the azure database\n\n# an ansibalised version of\n# https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/ncdr | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/ncdr/tasks/main.yml",
"content": "---\n# set up the NCDR project itself\n\n- name: Setup the Git repo\n git:\n repo: \"{{ GIT_REPO }}\"\n version: \"{{ GIT_BRANCH }}\"\n dest: \"{{ PROJECT_PATH }}\"\n accept_hostkey: yes\n force: yes\n\n- name: Delete all .pyc fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3003,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/restore | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/restore/tasks/main.yml",
"content": "- name: drop ncdr database\n become: true\n become_user: postgres\n postgresql_db:\n name: \"{{ DB_NAME }}\"\n encoding: 'UTF-8'\n owner: \"{{ DB_USER }}\"\n template: template0\n state: absent\n\n- name: create ncdr database... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | nhsengland/NCDR-reference-library | c0eeffd71d0074d99d49a19e1743bfe3b27365de | 2 | deployment/roles/server | 7,912 | [
"no_license"
] | [
{
"path": "deployment/roles/server/tasks/main.yml",
"content": "---\n# This playbook provides basic elements of a server we would like to maintain\n- name: update apt-cache\n become: true\n apt:\n update_cache: yes\n\n- name: install packages for sysadmin\n apt:\n pkg: [\n 'ack-grep',\n '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-backend | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-backend/tasks/main.yaml",
"content": "- name: copy the back-end to remote host\n ansible.builtin.copy:\n src: ~/Server_Magt/COMP90024_A2_T23/data_processing/call_data.py\n dest: /home/ubuntu/back_end.py\n\n- name: copy the data-process to remote host\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-cluster | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-cluster/tasks/main.yaml",
"content": "- name: enable cluster mode\n become: true\n ansible.builtin.command: curl -X PUT -H \"Content-Type:application/json\" http://admin:admin@0.0.0.0:5984/_cluster_setup -d '{\"action\":\"enable_cluster\", \"bind_address\":\"0.0.0.0\", \"use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-couchdb | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-couchdb/tasks/main.yaml",
"content": "- name: change permission config\n become: true\n ansible.builtin.command: chmod 600 vm.args\n args:\n chdir: /var/snap/couchdb/current/etc\n\n- name: config couchdb name\n become: true\n ansible.builtin.command: sed -i \"s/127.0.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2032,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-database | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-database/tasks/main.yaml",
"content": "- name: create databases\n become: true\n ansible.builtin.command: curl -X PUT \"http://admin:admin@0.0.0.0:5984/{{item.name}}\"\n loop: \"{{ databases }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-frontend | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-frontend/tasks/main.yaml",
"content": "- name: copy the front-end to remote host\n ansible.builtin.synchronize:\n src: ~/Server_Magt/COMP90024_A2_T23/cc-react/\n dest: /home/ubuntu/cc-react/\n\n- name: copy the harvester to remote host\n ansible.builtin.synchronize:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-harvest | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-harvest/tasks/main.yaml",
"content": "- name: copy the harvest to remote host\n ansible.builtin.copy:\n src: ~/Server_Magt/COMP90024_A2_T23/harvest/Mastodon.py\n dest: /home/ubuntu/Mastodon.py\n\n- name: copy the dockerfile to remote host\n ansible.builtin.copy:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-install | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-install/tasks/main.yaml",
"content": "- name: Install APT tool-kits\n become: true\n ansible.builtin.apt:\n name: \"{{ item.name }}\"\n state: latest\n update_cache: true\n loop: \"{{ toolkits }}\"\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update pip\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-sudoprocess | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-sudoprocess/tasks/main.yaml",
"content": "- name: copy the SUDO data to remote host\n ansible.builtin.synchronize:\n src: ~/Server_Magt/COMP90024_A2_T23/data_processing/sudo_and_geo_processing/\n dest: /home/ubuntu/sudo/\n\n- name: start sudo data processing and upload\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-tweetprocess | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-tweetprocess/tasks/main.yaml",
"content": "- name: download the twitter data from drive\n become: true\n ansible.builtin.command: wget -O \"{{ data_url }}\"\n args:\n chdir: /var/snap/couchdb/common/data",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | LynnnCy/COMP90024_A2_T23 | 7c50c14c556e1cce84b4a0454f7c653b342416cc | 1 | ansible/roles/setup-volume | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/setup-volume/tasks/main.yaml",
"content": "- name: format the volume\n become: true\n ansible.builtin.command: mkfs.ext4 /dev/vdb\n\n- name: mount the volume\n become: true\n ansible.builtin.command: mount /dev/vdb /var/snap/couchdb/common/data\n\n- name: persist the mounting\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | tofurka/nspk_test_20220620 | 035365629f9ce53e8a5de177c37aa6d658e68d7a | 0 | roles/docker | 7,912 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install aptitude (same as apt in ubuntu)\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n- name: Install required system packages \n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | tofurka/nspk_test_20220620 | 035365629f9ce53e8a5de177c37aa6d658e68d7a | 0 | roles/nginx | 7,912 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: copy nginx.config file to remote server\n template:\n src: /etc/ansible/roles/nginx/templates/nginx.conf\n dest: /var/apps/nginx_swagger/\n follow: yes\n\n- name: copy docker-compose yml\n ansible.builtin.copy:\n src: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | tofurka/nspk_test_20220620 | 035365629f9ce53e8a5de177c37aa6d658e68d7a | 0 | roles/swagger | 7,912 | [
"no_license"
] | [
{
"path": "roles/swagger/files/docker-compose.yml",
"content": "version: \"3.3\"\nservices:\n swagger-editor:\n image: swaggerapi/swagger-editor\n container_name: swagger-editor\n ports:\n - 9999:8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | Java-Archive/poc_atto_servicelocator | 4f03e39b155fdad370843f4a69439b40c81a70b1 | 0 | integration/ansible/roles/ansible-nexus | 7,912 | [
"permissive"
] | [
{
"path": "integration/ansible/roles/ansible-nexus/defaults/main.yml",
"content": "---\n# defaults file for ansible-nexus\nnexus_download_dir: '/tmp'\nnexus_version: 'latest'\n#nexus_version: '2.10.0-02'\nnexus_package: 'nexus-{{ nexus_version }}-unix.tar.gz'\nnexus_installation_dir: '/usr/share'\nnexus_wor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4566,
"all_permissive": true
} |
ansible_role | Java-Archive/poc_atto_servicelocator | 4f03e39b155fdad370843f4a69439b40c81a70b1 | 0 | integration/ansible/roles/ansible-rapidpm-microservice | 7,912 | [
"permissive"
] | [
{
"path": "integration/ansible/roles/ansible-rapidpm-microservice/tasks/main.yml",
"content": "---\n# tasks file for ansible-rapidpm-microservice\n\n- name: create group \n group: name=\"{{microservice_group}}\" \n\n- name: create user\n user: name=\"{{microservice_user}}\" group=\"{{microservice_group}}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4931,
"all_permissive": true
} |
ansible_role | Java-Archive/poc_atto_servicelocator | 4f03e39b155fdad370843f4a69439b40c81a70b1 | 0 | integration/ansible/roles/ansible-role-elk-filebeat | 7,912 | [
"permissive"
] | [
{
"path": "integration/ansible/roles/ansible-role-elk-filebeat/README.md",
"content": "# jpnewman.elk-filebeat\n\n[](https://galaxy.ansible.com/jpnewman/elk-filebeat/)\n[ }}\"\n shell: \"{{ item.shell }}\"\n groups: \"{{ item.groups }}\"\n state: \"{{ item.state }... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | haruki-t/infra_practice | 17529cc6204d6ea5aea08fdb294c0066b9f4c4cc | 0 | ansible/roles/mysql | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/files/my.cnf",
"content": "[mysql]\ndefault-character-set = utf8\n\n[mysqld]\ncharacter-set-server=utf8\nexplicit_defaults_for_timestamp = 1\ndefault_password_lifetime = 0\n\n[mysqldump]\ndefault-character-set = utf8\nquick\nset-charset\nsingle-transaction",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | haruki-t/infra_practice | 17529cc6204d6ea5aea08fdb294c0066b9f4c4cc | 0 | ansible/roles/nginx | 7,912 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: copy nginx.repo\n copy:\n dest: /etc/yum.repos.d/nginx.repo\n src: roles/nginx/files/nginx.repo\n\n- name: install nginx\n yum: name=nginx state=present\n\n- name: start nginx\n systemd: name=nginx enabled=yes state=started\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | CRASH-Tech/talos-playbook | cbe5b9b4153efc477c9d61cf16d6690991686fd3 | 4 | roles/talos | 7,915 | [
"no_license"
] | [
{
"path": "roles/talos/tasks/patch.yaml",
"content": "---\n\n- name: Copy default controlplane config\n copy:\n src: \"{{ inventory_dir }}/clusters/{{ cluster_name }}/secrets/controlplane.yaml\"\n dest: \"{{ inventory_dir }}/clusters/{{ cluster_name }}/secrets/{{ inventory_hostname }}.yaml\"\n for... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 10412,
"all_permissive": false
} |
ansible_role | sanjaynaikwadi/pxmonitoringopenshift | 93564c9bd119979169651358904606586de2e221 | 0 | px-monitoring-ansible/roles/px_prometheus_config | 7,915 | [
"no_license"
] | [
{
"path": "px-monitoring-ansible/roles/px_prometheus_config/tasks/main.yml",
"content": "- name: Ensure openshift-monitoring namespace exists\n kubernetes.core.k8s:\n kubeconfig: \"{{ kubeconfig_path }}\"\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6026,
"all_permissive": false
} |
ansible_role | phani-rudra9/prometheus- | 9c068953f6fe9f7df3bced61e92a5f0d3b77523f | 0 | roles/prometheus | 7,915 | [
"no_license"
] | [
{
"path": "roles/prometheus/handlers/main.yml",
"content": "- name: Systemd Daemon Reload\n shell: systemctl daemon-reload\n\n- name: \n service: \n name: \"{{ prometheus_service_name }}\"\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1823,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/anchorbot | 7,915 | [
"no_license"
] | [
{
"path": "roles/anchorbot/templates/anchorbot.service.j2",
"content": "[Unit]\nDescription=Anchorbot Service\nAfter=network.target\n\n[Service]\nUser=anchorbot\nGroup=anchorbot\nRestart=always\nRestartSec=1s\nExecStart=npm start -- --config={{ anchorbot_config_path }}\nWorkingDirectory=/home/anchorbot/anch... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2268,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/base | 7,915 | [
"no_license"
] | [
{
"path": "roles/base/tasks/caddy.yml",
"content": "---\n- name: Add caddy PPA\n apt_repository:\n repo: \"deb [trusted=yes] https://apt.fury.io/caddy/ /\"\n state: present\n register: caddy_repo\n\n- name: Update apt cache if repo was added\n apt:\n update_cache: yes\n when: caddy_repo.changed... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/gstreamer-nvenc | 7,915 | [
"no_license"
] | [
{
"path": "roles/gstreamer-nvenc/tasks/main.yml",
"content": "---\n- name: Install deps\n apt:\n name:\n - nvidia-driver-455\n - libnvidia-compute-455\n - libnvidia-encode-455\n state: present\n\n- name: Remove obsolete nvenc gstreamer plugin\n file:\n path: /usr/local/lib/gstreame... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/matrixproxy | 7,915 | [
"no_license"
] | [
{
"path": "roles/matrixproxy/handlers/main.yml",
"content": "---\n- name: Restart matrixproxy\n systemd:\n name: \"matrixproxy@{{ item }}\"\n state: restarted\n become: yes\n loop: \"{{ matrixproxy_ports }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2795,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/streambackup | 7,915 | [
"no_license"
] | [
{
"path": "roles/streambackup/handlers/main.yml",
"content": "---\n- name: Reload user systemd\n systemd:\n daemon_reload: yes\n scope: user\n become: yes\n become_user: streamwall\n\n- name: Enable streambackup\n systemd:\n name: streambackup\n enabled: yes\n scope: user\n become: yes\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4776,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/streamwall | 7,915 | [
"no_license"
] | [
{
"path": "roles/streamwall/templates/compton.service.j2",
"content": "[Unit]\nDescription=Compton Compositor\nBindsTo=default.target\nAfter=default.target\n\n[Service]\nRestart=always\nRestartSec=1s\nExecStartPre=hsetroot -solid #000000\nExecStart=compton --backend xrender\n\n[Install]\nWantedBy=default.ta... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 18272,
"all_permissive": false
} |
ansible_role | wokenet/ansible | 2c4d411cc5fb45452011111aad5ccc5dd57323f2 | 2 | roles/tinycount | 7,915 | [
"no_license"
] | [
{
"path": "roles/tinycount/defaults/main.yml",
"content": "tinycount_interval_secs: 60\ntinycount_port: 8123\ntinycount_allowed_origins: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/tinycount/tasks/main.yml",
"content": "---\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | leethomasrh/openshift-day2-gitops | 91fbc4d660c6e42162c94721b05b631781512818 | 0 | roles/gitops_operator | 7,915 | [
"no_license"
] | [
{
"path": "roles/gitops_operator/tasks/main.yml",
"content": "- name: Install Openshift Gitops Operator\n k8s:\n api_key: \"{{ k8s_auth_results.k8s_auth.api_key }}\"\n state: present\n resource_definition: \"{{ lookup('template', 'gitops-subscription.yaml.j2') }}\"\n validate_certs: no\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | leethomasrh/openshift-day2-gitops | 91fbc4d660c6e42162c94721b05b631781512818 | 0 | roles/ipi_install | 7,915 | [
"no_license"
] | [
{
"path": "roles/ipi_install/tasks/main.yml",
"content": "- name: verify api DNS\n debug:\n msg=\"{{ lookup('dig', 'api.{{ cluster_name }}.{{ openshift_base_domain }}')}}\"\n register: api_dns_result\n\n- name: fail if api VIP not found\n fail:\n msg: \"API VIP not found in DNS\"\n when: \"api_vip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4376,
"all_permissive": false
} |
ansible_role | leethomasrh/openshift-day2-gitops | 91fbc4d660c6e42162c94721b05b631781512818 | 0 | roles/tmpl_mvingressinfra | 7,915 | [
"no_license"
] | [
{
"path": "roles/tmpl_mvingressinfra/templates/ingress.yaml",
"content": "apiVersion: networking.k8s.io/v1beta1\nkind: Ingress\nmetadata:\n name: my-ingress\nspec:\n rules: {}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/tmpl_mvingress... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | ademeke/ansiblescripts | dce1ae0358161a420a523b44dd737f46a40e2933 | 0 | roles/admin_tasks | 7,915 | [
"no_license"
] | [
{
"path": "roles/admin_tasks/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - admin_tasks",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/admin_tasks/vars/main.yml",
"content": "---\n# vars file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | ademeke/ansiblescripts | dce1ae0358161a420a523b44dd737f46a40e2933 | 0 | roles/bluecoat | 7,915 | [
"no_license"
] | [
{
"path": "roles/bluecoat/handlers/main.yml",
"content": "---\n# handlers file for BlueCoat\n- name: restart iptables\n service: name=iptables state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/bluecoat/vars/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2226,
"all_permissive": false
} |
ansible_role | ademeke/ansiblescripts | dce1ae0358161a420a523b44dd737f46a40e2933 | 0 | roles/cups | 7,915 | [
"no_license"
] | [
{
"path": "roles/cups/defaults/main.yml",
"content": "---\n# defaults file for cups\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/cups/tasks/main.yml",
"content": "---\n# tasks file for cups\n- name: run cups script\n command: sh /o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | ademeke/ansiblescripts | dce1ae0358161a420a523b44dd737f46a40e2933 | 0 | roles/foreman-proxy | 7,915 | [
"no_license"
] | [
{
"path": "roles/foreman-proxy/vars/main.yml",
"content": "---\n# vars file for foreman-proxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/foreman-proxy/handlers/main.yml",
"content": "---\n# handlers file for foreman-proxy\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2373,
"all_permissive": false
} |
ansible_role | ademeke/ansiblescripts | dce1ae0358161a420a523b44dd737f46a40e2933 | 0 | roles/java_downgrade | 7,915 | [
"no_license"
] | [
{
"path": "roles/java_downgrade/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - java_downgrade",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/java_downgrade/defaults/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | bernylinville/ansible-homelab | badc959084f1c0d96954b66821b81bcad2f1b7de | 0 | roles/general | 7,915 | [
"no_license"
] | [
{
"path": "roles/general/tasks/main.yml",
"content": "---\n- name: Update apt-cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n register: apt_cache_result\n until: apt_cache_result is succeeded\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2425,
"all_permissive": false
} |
ansible_role | bernylinville/ansible-homelab | badc959084f1c0d96954b66821b81bcad2f1b7de | 0 | roles/kvm | 7,915 | [
"no_license"
] | [
{
"path": "roles/kvm/tasks/main.yml",
"content": "---\n- name: Ensure KVM and bridge packages are installed\n ansible.builtin.apt:\n name: \"{{ kvm_packages }}\"\n state: present\n update_cache: true\n become: true\n\n- name: Ensure libvirtd service is enabled and started\n ansible.builtin.servi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4298,
"all_permissive": false
} |
ansible_role | datlife/homelab | b84502b5616d467d54257fcd691a1226af2dd3d6 | 0 | config/roles/proxmox | 7,915 | [
"no_license"
] | [
{
"path": "config/roles/proxmox/tasks/ceph.yml",
"content": "# This is an Ansible version of what \"pveceph install\" actually does\n- name: Install custom Ceph systemd service\n copy:\n src: /usr/share/doc/pve-manager/examples/ceph.service\n dest: /etc/systemd/system/ceph.service\n remote_src: tr... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 37200,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.