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 | shaphill/nxos-ctf | 4d37fe321fba7fe724364c0cfd365c09c588260e | 0 | nxos/roles/common | 547 | [
"no_license"
] | [
{
"path": "nxos/roles/common/tasks/main.yml",
"content": "---\n- name: Configure Hostname\n cisco.nxos.nxos_hostname:\n config:\n hostname: \"{{ hostname }}\"\n state: merged\n\n- name: Configure NTP Server\n cisco.nxos.nxos_ntp_global:\n config:\n servers:\n - server: \"{{ ntp_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | shaphill/nxos-ctf | 4d37fe321fba7fe724364c0cfd365c09c588260e | 0 | nxos/roles/underlay | 547 | [
"no_license"
] | [
{
"path": "nxos/roles/underlay/tasks/main.yml",
"content": "---\n# tasks file for roles/underlay\n\n- name: Generate Interface Attributes Config Payload\n ansible.builtin.set_fact:\n nxos_interfaces: \"{{ lookup('template', 'nxos_interfaces.j2') }}\"\n\n- name: Configure Interface Attributes\n cisco.nx... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3494,
"all_permissive": false
} |
ansible_role | serhio83/puppet_dev | 6b76c211265ac4a087ab6ac781cf823ce09f3bc1 | 1 | roles/centos | 547 | [
"no_license"
] | [
{
"path": "roles/centos/handlers/main.yml",
"content": "- name: restart journald\n systemd:\n name: systemd-journald\n state: restarted\n- name: restart rsyslog\n systemd:\n name: rsyslog\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3624,
"all_permissive": false
} |
ansible_role | serhio83/puppet_dev | 6b76c211265ac4a087ab6ac781cf823ce09f3bc1 | 1 | roles/puppet-agent | 547 | [
"no_license"
] | [
{
"path": "roles/puppet-agent/handlers/main.yml",
"content": "---\n# handlers file for sys",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/puppet-agent/tasks/main.yml",
"content": "---\n- name: configure puppet agent\n ini_file:\n pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | mahmoudsaleh74/cicd-python-app | cc407d7aea88c39b28454016532375e93b823e4a | 0 | ansible/roles/aws-cli | 547 | [
"no_license"
] | [
{
"path": "ansible/roles/aws-cli/vars/main.yml",
"content": "aws_access_key_id: \"put here\"\naws_secret_access_key: \"put here\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible/roles/aws-cli/tasks/main.yml",
"content": "- name: insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | mahmoudsaleh74/cicd-python-app | cc407d7aea88c39b28454016532375e93b823e4a | 0 | ansible/roles/docker | 547 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: update apt \n apt: \n update_cache: yes\n- name: install required packages\n apt: \n name:\n - ca-certificates\n - curl\n - gnupg\n- name: change permissions\n file:\n path: /etc/apt/keyrings\n mode: '0755'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | mahmoudsaleh74/cicd-python-app | cc407d7aea88c39b28454016532375e93b823e4a | 0 | ansible/roles/jenkins | 547 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "- name: update apt \n apt: \n update_cache: yes\n- name: install required packages\n apt: \n name:\n - apt-transport-https\n - ca-certificates\n - wget\n- name: change permissions\n file:\n path: /usr/share/keyrings/ \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | mahmoudsaleh74/cicd-python-app | cc407d7aea88c39b28454016532375e93b823e4a | 0 | ansible/roles/kubectl | 547 | [
"no_license"
] | [
{
"path": "ansible/roles/kubectl/tasks/main.yml",
"content": "- name: update apt \n apt: \n update_cache: yes\n- name: install required packages\n apt: \n name:\n - apt-transport-https\n - ca-certificates\n - curl\n- name: change permissions\n file:\n path: /etc/apt/keyrings/ \n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | YuZongYangHi/ansible_mysql_replication | e6d1dc6f0952afd0d635ad9e81eae14eed315499 | 2 | mysql/roles/master | 547 | [
"no_license"
] | [
{
"path": "mysql/roles/master/tasks/main.yaml",
"content": "- name: Grant root privileges\n vars: \n passwd: '\"{{ <PASSWORD> }}\"'\n sql: '\"root\"@\"%\"'\n shell: \"mysql -u root -p{{ passwd }} -e 'GRANT ALL PRIVILEGES ON *.* TO {{ sql }} IDENTIFIED BY {{ passwd }};'\"\n\n- name: Grant root privi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4580,
"all_permissive": false
} |
ansible_role | YuZongYangHi/ansible_mysql_replication | e6d1dc6f0952afd0d635ad9e81eae14eed315499 | 2 | mysql/roles/server | 547 | [
"no_license"
] | [
{
"path": "mysql/roles/server/tasks/main.yaml",
"content": "---\n- name: Create repo backup directory\n file:\n path: /opt/repo_bak\n state: directory \n\n- name: Move repo to backuo directory \n shell: \"mv /etc/yum.repos.d/* /opt/repo_bak\" \n ignore_errors: true \n\n- name: Download percona repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2481,
"all_permissive": false
} |
ansible_role | YuZongYangHi/ansible_mysql_replication | e6d1dc6f0952afd0d635ad9e81eae14eed315499 | 2 | mysql/roles/slave | 547 | [
"no_license"
] | [
{
"path": "mysql/roles/slave/tasks/main.yaml",
"content": "- name: Load master data to slave \n mysql_db:\n login_user: \"root\"\n login_password: \"{{ <PASSWORD> }}\"\n login_unix_socket: \"{{db_workdir}}/mysql/tmp/mysql.sock\"\n name: \"all\"\n target: \"/tmp/all.sql\"\n state: import\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1391,
"all_permissive": false
} |
ansible_role | rockocoop/k8s-ansible-operations | c51b1689a55c11d02e41424443ffac1e6e95130a | 0 | playbooks/roles/create_project | 547 | [
"no_license"
] | [
{
"path": "playbooks/roles/create_project/defaults/main.yaml",
"content": "repossh: git@github.com:rockocoop/pipelines.git\nreponame: pipelines\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "playbooks/roles/create_project/tasks/main.yaml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | tuksik/Perfect-Media-Server-2019-infra | f5ab892f47a00b3de08b5df05f91ab7b594615f1 | 0 | roles/ktz-cartman | 540 | [
"no_license"
] | [
{
"path": "roles/ktz-cartman/tasks/main.yml",
"content": "---\n\n- name: disks\n include: disks.yml\n tags:\n - disks\n\n- name: file-sharing\n include: file-sharing.yml\n tags:\n - file-sharing\n\n# perhaps a generic 'node' monitoring setup role?\n# - name: monitoring\n# include: monitoring.yml... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | ahmadalli/ansible | 7248e5f089732ead01304399d994b5c9ee2640f6 | 2 | roles/keepalived | 540 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yaml",
"content": "- name: gather os specific variables\n ansible.builtin.include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution|lower }}.yaml\"\n - \"{{ ansible_os_family|lower }}.yaml\"\n - default.yaml\n tags:\n - facts\n- name... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3202,
"all_permissive": false
} |
ansible_role | jipara/ansible-roles-flux | b6f6d61861e72022b7db097e7804892aee2cc523 | 0 | roles/flux | 540 | [
"no_license"
] | [
{
"path": "roles/flux/tasks/main.yaml",
"content": "---\n# - name: create ns for flux\n# shell: \"kubectl create ns flux-system\"\n\n- name: install flux latest vesrion\n shell: \"flux install\"\n\n- name: create git source from secretsmanager\n shell: \"aws --region us-east-2 secretsmanager get-secret-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | oakzaky/oakzaky-Auto-Deploy-CI-CD-Pipeline | 3c7a99a35e75d7bc97eeda2f0950ff43d0c120df | 0 | .circleci/ansible/roles/deploy | 540 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Create a directory for the backend app\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"unpack backend file\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"install node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | cdtools/roles/docker_registry | 540 | [
"no_license"
] | [
{
"path": "cdtools/roles/docker_registry/tasks/main.yml",
"content": "---\n - name: Install Docker\n yum:\n name: docker\n state: latest\n\n - name: Create Docker registry folder\n file:\n path: /var/lib/registry\n mode: 0755\n owner: 1001\n state: directory\n\n - name... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3101,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | cdtools/roles/gogs | 540 | [
"no_license"
] | [
{
"path": "cdtools/roles/gogs/tasks/main.yml",
"content": "---\n - name: Copy GOGS database initialisation script\n copy:\n src=gogs_database.sql\n dest=/tmp/gogs_database.sql\n\n - name: Create GOGS database\n mysql_db:\n state=import\n name=mysql\n target=\"/tmp/gogs_datab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | cdtools/roles/mariadb | 540 | [
"no_license"
] | [
{
"path": "cdtools/roles/mariadb/meta/main.yml",
"content": "---\n dependencies:\n - { role: mariadb_install }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "cdtools/roles/mariadb/tasks/main.yml",
"content": "---\n - name: Starting the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | cdtools/roles/yum_repo | 540 | [
"no_license"
] | [
{
"path": "cdtools/roles/yum_repo/tasks/main.yml",
"content": "---\n - name: Install create repo\n yum:\n name: createrepo\n state: latest\n\n - name: Create local repository folder\n file:\n path: \"{{ repository_folder }}\"\n state: directory\n mode: 0777\n recurse: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/gogs_import_pammy | 540 | [
"no_license"
] | [
{
"path": "citools/roles/gogs_import_pammy/templates/container_entrypoint.sh.j2",
"content": "#!/usr/bin/env bash\n# Set GOGS environment variables\nexport HOME={{gogs_path}}\nexport USER={{gogs_user}}\nexport USERNAME={{gogs_user}}\n\n# Substitute database IP address in GOGS config file\nsed -i \"s/\\${DB_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4875,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_browsers | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_browsers/files/xvfb",
"content": "#!/bin/bash\n#chkconfig: 345 95 50\n#description: Starts xvfb on display 99\nif [[ -z \"$1\" ]]; then\necho \"`basename $0` {start|stop}\"\n exit\nfi\n\ncase \"$1\" in\nstart)\n /usr/bin/Xvfb :99 -screen 0 1280x1024x24 &\n;;\n\nstop)\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1812,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_build_tools | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_build_tools/tasks/build_tools/install_gradle.yml",
"content": "---\n- name: Install Gradle\n include_role:\n name: \"common_tasks\"\n tasks_from: \"install_tool\"\n vars:\n tool_name : Gradle\n folder_name : \"{{ gradle_folder }}\"\n zip_filename: \"{{ gradl... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6297,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_configure_slave | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_configure_slave/templates/node.j2",
"content": "<?xml version='1.0' encoding='UTF-8'?>\n<slave>\n <name>{{ slave_host }}</name>\n <description>{{ node_description }}</description>\n <remoteFS>{{ jenkins_home }}</remoteFS>\n <numExecutors>{{ jenkins_executors }}</numExecu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1661,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_copy_ssh_key | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_copy_ssh_key/tasks/main.yml",
"content": "---\n- block:\n - name: Fetch Jenkins public key and save in cache folder\n fetch:\n src: \"{{ jenkins_user_home }}/.ssh/id_rsa.pub\"\n dest: \"{{ cache_folder }}/authorized_keys\"\n flat: yes\n delegate_to: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_ose_pammy_builder | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_ose_pammy_builder/meta/main.yml",
"content": "---\n dependencies:\n - { role: baseline }\n - { role: jdk }\n - { role: jenkins_browsers }\n - { role: jenkins_build_tools }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4699,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_pammy_dependencies | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_pammy_dependencies/tasks/main.yml",
"content": "---\n- name: Install Karma\n command: \"su -c \\\"npm install karma --save-dev\\\" - jenkins warn=no\"\n\n- name: Install Karma plugins\n command: \"su -c \\\"npm install karma-jasmine karma-chrome-launcher --save-dev\\\" - j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3066,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_pammy_pipeline | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_pammy_pipeline/files/jobs/pipeline-pammy-trigger/config.xml",
"content": "<?xml version='1.0' encoding='UTF-8'?>\n<!--suppress ALL -->\n<project>\n <actions/>\n <description></description>\n <keepDependencies>false</keepDependencies>\n <properties>\n <jenkins.model.Bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 50971,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/jenkins_user | 540 | [
"no_license"
] | [
{
"path": "citools/roles/jenkins_user/vars/main.yml",
"content": "---\n# Jenkins username and password\njenkins_user: jenkins\njenkins_group: jenkins\njenkins_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "citools/roles/jen... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2435,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/lets_chat | 540 | [
"no_license"
] | [
{
"path": "citools/roles/lets_chat/defaults/main.yml",
"content": "---\nnodejs_rpm: nodejs-6.11.3-1.el7.x86_64.rpm\nnpm_rpm: npm-3.10.10-1.6.11.3.1.el7.x86_64.rpm\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "citools/roles/lets_chat/task... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/mariadb | 540 | [
"no_license"
] | [
{
"path": "citools/roles/mariadb/vars/main.yml",
"content": "---\n# This play contains variables for the mariadb role\n #db_user : set in group_vars/all/main.yml\n #db_pwd : set in group_vars/all/main.yml\n\n mariadb_user: mariadb\n mariadb_password: <PASSWORD>.\n mariadb_repo: mariadb_10.re... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 35090,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/nexus | 540 | [
"no_license"
] | [
{
"path": "citools/roles/nexus/vars/main.yml",
"content": "---\n # Nexus user and password\n# nexus_user: nexus\n# nexus_group: nexus\n# nexus_password: <PASSWORD>/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "citools/roles/nexus/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/nginx | 540 | [
"no_license"
] | [
{
"path": "citools/roles/nginx/tasks/install_nginx.yml",
"content": "---\n- name: Creating the NGINX user\n user:\n name: \"{{ nginx_user }}\"\n password: \"{{ <PASSWORD> }}\"\n state=present\n\n- name: Open port {{ proxy_port }} for Nginx\n include_role:\n name: \"common_tasks\"\n task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1498,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | citools/roles/sonar | 540 | [
"no_license"
] | [
{
"path": "citools/roles/sonar/vars/main.yml",
"content": "---\n# This play contains variables for the ci_quality role\n\n sonar_user: sonar\n sonar_password: <PASSWORD>\n sonar_rpm: sonar-5.4-1.noarch.rpm\n sonar_version: 5.4\n\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3014,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | docker-registry/roles/docker_registry | 540 | [
"no_license"
] | [
{
"path": "docker-registry/roles/docker_registry/tasks/main.yml",
"content": "---\n - name: Install Docker\n yum:\n name: docker\n state: latest\n\n - name: Create Docker registry folder\n file:\n path: /var/lib/registry\n mode: 0755\n owner: 1001\n state: directory\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3263,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/aws_cloud | 540 | [
"no_license"
] | [
{
"path": "lib/roles/aws_cloud/tasks/wait_for_ec2_instance.yml",
"content": "# This play waits for an AWS EC2 instance to initialise.\n#\n# Usage:\n#\n# - include_role:\n# name: aws_cloud\n# tasks_from: wait_for_ec2_instance\n# vars:\n# ec2_public_ip: <instance_public_ip>\n#\n---\n- name: ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3082,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/baseline | 540 | [
"no_license"
] | [
{
"path": "lib/roles/baseline/defaults/main.yml",
"content": "---\n# This play contains variables for the baseline role\nepel_rpm: epel-release-7-*.noarch.rpm\nunzip_rpm: unzip-6.0-*.el7.x86_64.rpm\n\nfirewalld_packages:\n firewalld:\n packages:\n - \"firewalld-0.4.4.4-6.el7.noarch.rpm\"\n - \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1772,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/common_tasks | 540 | [
"no_license"
] | [
{
"path": "lib/roles/common_tasks/tasks/install_tool.yml",
"content": "---\n- name: Check if {{ tool_name | capitalize }} installed\n stat:\n path: \"/usr/local/{{ tool_name | lower }}\"\n failed_when: false\n changed_when: false\n no_log: true\n register: result\n\n- name: Install {{ tool_name }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2941,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/docker_containers | 540 | [
"no_license"
] | [
{
"path": "lib/roles/docker_containers/tasks/start_container.yml",
"content": "# This play starts a Docker container\n#\n# Usage:\n#\n# - include_role:\n# name: library/docker_containers\n# tasks_from: start_container\n# vars:\n# container_name: <name>\n# container_image: <ima... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2679,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/gogs_install | 540 | [
"no_license"
] | [
{
"path": "lib/roles/gogs_install/defaults/main.yml",
"content": "---\ngogs_url: \"http://{{ gogs_ip_address }}: {{ gogs_port }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "lib/roles/gogs_install/tasks/main.yml",
"content": "---\n# This... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4699,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/jboss_fuse_install | 540 | [
"no_license"
] | [
{
"path": "lib/roles/jboss_fuse_install/tasks/main.yml",
"content": "---\n- name: Create JBoss Fuse group {{ fuse_group }}\n group:\n name: \"{{ fuse_group }}\"\n state: present\n\n- name: Create JBoss fuse user {{ fuse_user }}\n user:\n name: \"{{ fuse_user }}\"\n\n- name: Install JBoss Fuse fro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9216,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/jenkins_install | 540 | [
"no_license"
] | [
{
"path": "lib/roles/jenkins_install/tasks/main.yml",
"content": "---\n- name: Install Jenkins rpm\n include_role:\n name: \"common_tasks\"\n tasks_from: \"install_rpm.yml\"\n vars:\n rpm_app_name: Jenkins\n rpm_filename: \"{{ jenkins_rpm }}\"\n...",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/jenkins_upgrade | 540 | [
"no_license"
] | [
{
"path": "lib/roles/jenkins_upgrade/defaults/main.yml",
"content": "---\njenkins_war_home: \"/usr/lib/jenkins\"\n\njenkins_version: \"latest\"\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "lib/roles/jenkins_upgrade/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/mariadb_install | 540 | [
"no_license"
] | [
{
"path": "lib/roles/mariadb_install/tasks/install_mariadb.yml",
"content": "---\n- name: Create user for MariaDB\n user:\n name: \"{{ mariadb_user }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n\n- name: Open port {{ database_port }} for MariaDB\n include_role:\n name: \"common_tasks... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1546,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/mariadb_install_offline | 540 | [
"no_license"
] | [
{
"path": "lib/roles/mariadb_install_offline/tasks/main.yml",
"content": "---\n- name: Create user for MariaDB\n user:\n name: \"{{ mariadb_user }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n\n- name: Open port {{ database_port }}\n include_role:\n name: \"common_tasks\"\n tasks_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3520,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/mongodb_install | 540 | [
"no_license"
] | [
{
"path": "lib/roles/mongodb_install/tasks/main.yml",
"content": "---\n- name: Installing the MongoDB YUM repository file\n copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing MongoDB\n yum:\n name: mongodb-org\n state: present\n\n- name: Changing MongoDB's ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/nexus_install | 540 | [
"no_license"
] | [
{
"path": "lib/roles/nexus_install/tasks/main.yml",
"content": "---\n- name: Create group for Nexus user\n group:\n name: \"{{nexus_group}}\"\n state: present\n\n- name: Create user for Nexus\n user:\n name: \"{{nexus_user}}\"\n password: \"{{<PASSWORD>}}\"\n state: present\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/roles/up_host | 540 | [
"no_license"
] | [
{
"path": "lib/roles/up_host/tasks/main.yml",
"content": "---\n- name: Initialise Docker Containers\n include_tasks: \"{{ playbook_dir }}/upc.yml\"\n when: tgt_platform == \"docker\"\n\n- name: Initialise Virtual Machines\n include_tasks: \"{{ playbook_dir }}/upv.yml\"\n when: tgt_platform == \"vm\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/utilities/cache_backup/roles/download_cache | 540 | [
"no_license"
] | [
{
"path": "lib/utilities/cache_backup/roles/download_cache/defaults/main.yml",
"content": "---\ntool_name: citools\n\nnexus_user: deployment\nnexus_user_pw: deployment123\n\n#nexus_url: \"http://nexus.repo:8081/content/repositories/ci-tools/cache/1.0.7\"\nnexus_url: \"http://nexus.repo:8081/service/local... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4792,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | lib/utilities/cache_backup/roles/upload_cache | 540 | [
"no_license"
] | [
{
"path": "lib/utilities/cache_backup/roles/upload_cache/tasks/main.yml",
"content": "---\n- name: Upload files in {{ cache_folder }}\n command: \"curl -v -u {{ nexus_user }}:{{ nexus_user_pwd }} --upload-file {{ item | basename }} {{ nexus_repo_url }}/{{ item | basename }} warn=no\"\n args:\n chdir: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | pamm/roles/mariadb | 540 | [
"no_license"
] | [
{
"path": "pamm/roles/mariadb/tasks/main.yml",
"content": "---\n- name: Installing the Unzip command\n include: plays/install_rpm.yml\n vars:\n rpm_app_name: \"Unzip command\"\n rpm_filename : \"{{ unzip_rpm }}\"\n\n- name: Installing the MariaDB YUM repository file\n copy:\n src=mariadb.repo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2693,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | pamm/roles/nginx | 540 | [
"no_license"
] | [
{
"path": "pamm/roles/nginx/vars/main.yml",
"content": "---\nnginx_user: nginx\nnginx_password: <PASSWORD>.\n\nnginx_packages:\n nginx:\n packages:\n - nginx-1.10.2-1.el7.x86_64.rpm\n - nginx-all-modules-1.10.2-1.el7.noarch.rpm\n - nginx-mod-stream-1.10.2-1.el7.x86_64.rpm\n - nginx-m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2375,
"all_permissive": false
} |
ansible_role | gatblau/neus | f3abb5202044e3bd65a39eb00b45e4f1a4c08a46 | 5 | pamm/roles/pammy | 540 | [
"no_license"
] | [
{
"path": "pamm/roles/pammy/tasks/main.yml",
"content": "---\n- name: Open ports\n include: plays/open_port.yml\n vars:\n - port_number: \"{{item.port}}\"\n with_items:\n - { port: \"{{application_port}}\" }\n - { port: \"{{testsetup_port}}\" }\n when: connection == \"ssh\"\n\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | kodamap/playbook-samples | 82b9ce93523c95b41dd5dd277fa04218f84b5c2a | 0 | winsetup/roles/base | 540 | [
"no_license"
] | [
{
"path": "winsetup/roles/base/tasks/winservice.yml",
"content": "# https://docs.ansible.com/ansible/latest/modules/win_service_module.html#win-service-module\n\n- name: Set service startup mode to auto and ensure it is started\n win_service:\n name: wuauserv\n start_mode: auto\n state: started\n"... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | kodamap/playbook-samples | 82b9ce93523c95b41dd5dd277fa04218f84b5c2a | 0 | wordpress/roles/common | 540 | [
"no_license"
] | [
{
"path": "wordpress/roles/common/tasks/configure.yml",
"content": "---\n\n- name: set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n\n- name: upgrade all packages\n yum:\n name: '*'\n state: latest\n\n- name: install needed packages\n yum:\n name: '{{ item }}'\n state: installed\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1265,
"all_permissive": false
} |
ansible_role | kodamap/playbook-samples | 82b9ce93523c95b41dd5dd277fa04218f84b5c2a | 0 | wordpress/roles/mysql | 540 | [
"no_license"
] | [
{
"path": "wordpress/roles/mysql/tasks/configure.yml",
"content": "---\n\n- name: install needed packages\n yum:\n name: '{{ item }}'\n state: installed\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n\n- name: start mariadb-server\n service:\n name: mariadb.service\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | kodamap/playbook-samples | 82b9ce93523c95b41dd5dd277fa04218f84b5c2a | 0 | wordpress/roles/wordpress | 540 | [
"no_license"
] | [
{
"path": "wordpress/roles/wordpress/tasks/configure.yml",
"content": "---\n\n- name: install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: install needed packages\n yum:\n name: '{{ item }}'\n state: installed\n with_items:\n - httpd\n - php\n - php-mysql\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | Kolyavolkov/epam | 3321f74ccbf02ce97a7b20a82a36fa9f45952566 | 0 | Ansible/roles/install_packages | 540 | [
"no_license"
] | [
{
"path": "Ansible/roles/install_packages/tasks/main.yaml",
"content": "---\n- name: Install dependencies for awscli\n apt:\n name: \"python3-pip\"\n state: latest\n update_cache: yes\n\n- name: Install awscli with pip3\n pip:\n name: \"awscli\"\n executable: pip3\n\n- name: Install boto wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | Kolyavolkov/epam | 3321f74ccbf02ce97a7b20a82a36fa9f45952566 | 0 | Ansible/roles/put_file_s3 | 540 | [
"no_license"
] | [
{
"path": "Ansible/roles/put_file_s3/handlers/main.yaml",
"content": "---\n- name: Creation_alert\n debug:\n msg: \"File copied to {{ bucket_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "Ansible/roles/put_file_s3/tasks/main.yaml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | Kolyavolkov/epam | 3321f74ccbf02ce97a7b20a82a36fa9f45952566 | 0 | Ansible/roles/script_creation | 540 | [
"no_license"
] | [
{
"path": "Ansible/roles/script_creation/defaults/main.yaml",
"content": "---\nvar1: \"Hello\"\nvar2: \"Ansible\"\nvar3: \"{{ ansible_nodename }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "Ansible/roles/script_creation/templates/script.j2"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | skysec/aws-ansible-lab | ddcbac61823ed762bcb1f761d5e74aba7567d367 | 0 | playbook/roles/nginx | 540 | [
"no_license"
] | [
{
"path": "playbook/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install nginx\n apt: name=nginx state=latest\n\n- name: Copy nginx configuration for wave app\n copy: src=wave.conf dest=/etc/nginx/conf.d/wave.conf\n notify: restart nginx\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | skysec/aws-ansible-lab | ddcbac61823ed762bcb1f761d5e74aba7567d367 | 0 | playbook/roles/wave | 540 | [
"no_license"
] | [
{
"path": "playbook/roles/wave/defaults/main.yml",
"content": "---\n# defaults file for wage\nwave_project: \"https://github.com/wvchallenges/opseng-challenge-app.git\"\nwave_directory: \"/usr/local/wvchallenges\"\nwave_requirements: \"{{ wave_directory }}/requirements.txt\"\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | massiveclouds/ansible-wireguard | 0e464dcfc11f19dbd815c13e7ef7c030a2d06fcf | 0 | roles/wireguard | 540 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/main.yml",
"content": "---\n\n - name: 'install wireguard dependencies'\n apt:\n name: '{{ item }}'\n state: 'present'\n with_items:\n - 'apt-transport-https'\n - 'ca-certificates'\n\n - name: 'add wireguard repo apt key'\n apt_key: \n url: 'https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | daniloalsilva/mint-dotfiles | d6e3204bc88d2353b748506082204fd8eb9db3ac | 0 | roles/default-packages | 540 | [
"no_license"
] | [
{
"path": "roles/default-packages/tasks/main.yml",
"content": "---\n- name: \"install vim\"\n package:\n name: vim\n state: present\n become: yes\n\n- name: \"install copyq clipboard manager\"\n package:\n name: copyq\n state: present\n become: yes\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | derek-schaefer/builderator | ea39f86a26c20632e8f7c8bd09d9f5bf7b7816f6 | 0 | roles/builderator | 540 | [
"no_license"
] | [
{
"path": "roles/builderator/tasks/main.yml",
"content": "---\n- name: 'Create Builderator user'\n user:\n name: 'builderator'\n groups: 'docker'\n generate_ssh_key: true\n state: 'present'\n\n- name: 'Add Builderator authorized key'\n copy:\n remote_src: true\n src: '/home/builderator/.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | derek-schaefer/builderator | ea39f86a26c20632e8f7c8bd09d9f5bf7b7816f6 | 0 | roles/common | 540 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: 'Update Apt cache'\n apt:\n update_cache: true\n\n- name: 'Install Python library'\n apt:\n pkg: 'python3-dev'\n state: 'present'\n\n- name: 'Install Python package manager'\n apt:\n pkg: 'python3-pip'\n state: 'present'\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | derek-schaefer/builderator | ea39f86a26c20632e8f7c8bd09d9f5bf7b7816f6 | 0 | roles/docker | 540 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: 'Add Docker key'\n register: 'docker_key'\n apt_key:\n url: 'https://download.docker.com/linux/ubuntu/gpg'\n\n- name: 'Add Docker repo'\n register: 'docker_repo'\n apt_repository:\n repo: 'deb [arch=amd64] https://download.docker.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | derek-schaefer/builderator | ea39f86a26c20632e8f7c8bd09d9f5bf7b7816f6 | 0 | roles/redis | 540 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: 'Add Redis repo'\n apt_repository:\n repo: 'ppa:chris-lea/redis-server'\n\n- name: 'Update Apt cache'\n apt:\n update_cache: true\n\n- name: 'Install Redis'\n apt:\n pkg: 'redis-server'\n state: 'present'\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | lsampaioweb/proxmox-ubuntu-server-raw | 668c1478ccba2d9b8f5669b9e67ced07eeaf753b | 1 | ansible/roles/template | 540 | [
"no_license"
] | [
{
"path": "ansible/roles/template/tasks/main.yml",
"content": "---\n- name: \"Ensure the VM trusts the HomeLab's CA Certificate.\"\n ansible.builtin.import_tasks: \"roles/common/tasks/debian/os/trust-ca-certificate.yml\"\n\n- name: \"Setting up Brazilian timezone\"\n ansible.builtin.import_tasks: \"roles/... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5446,
"all_permissive": false
} |
ansible_role | johnmcgovern/ansible-ubuntu-base-role | ba225644524955c1ce12b43f46a15fa5228ff58a | 0 | roles/common | 549 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Update apt package repos (apt-get update)\n apt:\n update_cache: yes\n\n- name: Install python modules and git\n apt: name={{ item }} state=present\n with_items:\n - python\n - python-pip\n - python-dev\n - git\n - unzip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | tobywan/devops | 33bc8c75820d281bd4b641bdad687693aa0c87b6 | 0 | ansible/roles/loadbalancer | 549 | [
"no_license"
] | [
{
"path": "ansible/roles/loadbalancer/tasks/main.yml",
"content": "---\n# roles/loadbalancer/tasks/main.yml\n- name: Install python setuptools and docker\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - python-setuptools\n - docker\n\n- name: Start docker\n service:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | AraragiRyou/instatniate | 3c764beb06a11358253a563c6879606ae459cd93 | 0 | master/tacker/roles/setup-default-vim | 549 | [
"permissive"
] | [
{
"path": "master/tacker/roles/setup-default-vim/tasks/main.yaml",
"content": "- name: Copy files test setup default vim sh\n copy:\n remote_src=True\n src=/opt/stack/tacker/tools/test-setup-default-vim.sh\n dest={{ zuul_work_dir }}/tools/test-setup-default-vim.sh\n\n- name: Copy test vim file\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 928,
"all_permissive": true
} |
ansible_role | WUMUXIAN/ha-kubernetes-cluster-vagrant | fae7430b45d74b88914a496e31f45f67391db31e | 0 | provisioning/roles/bootkube | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/bootkube/templates/manifests/namespace.yaml.j2",
"content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: tds-cloud",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "provisioning/roles/bootkube/defaults/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10457,
"all_permissive": false
} |
ansible_role | WUMUXIAN/ha-kubernetes-cluster-vagrant | fae7430b45d74b88914a496e31f45f67391db31e | 0 | provisioning/roles/etcd | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/etcd/templates/40-cluster-ips.conf.j2",
"content": "[Service]\nEnvironment=ETCD_NAME={{ inventory_hostname }}\nEnvironment=ETCD_INITIAL_ADVERTISE_PEER_URLS=\"https://{{ hostvars[inventory_hostname]['private_ipv4'] }}:2380\"\nEnvironment=ETCD_LISTEN_PEER_URLS=\"https://{{ hostva... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2667,
"all_permissive": false
} |
ansible_role | WUMUXIAN/ha-kubernetes-cluster-vagrant | fae7430b45d74b88914a496e31f45f67391db31e | 0 | provisioning/roles/example | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/example/tasks/main.yml",
"content": "#############################\n# Deploy two nginx services #\n#############################\n\n- name: Copy all the configuration files to server\n copy:\n src: \"{{ item }}\"\n dest: \"./{{ item }}\"\n with_items:\n - nginx.yaml\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4003,
"all_permissive": false
} |
ansible_role | WUMUXIAN/ha-kubernetes-cluster-vagrant | fae7430b45d74b88914a496e31f45f67391db31e | 0 | provisioning/roles/kubelet | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/kubelet/templates/kubelet.service.j2",
"content": "[Unit]\nDescription=Kubelet via Hyperkube ACI\nWants=systemd-resolved.service\n[Service]\nEnvironment=\"RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \\\n --volume resolv,kind=host,source=/etc/resolv.conf \\\n --mou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2704,
"all_permissive": false
} |
ansible_role | WUMUXIAN/ha-kubernetes-cluster-vagrant | fae7430b45d74b88914a496e31f45f67391db31e | 0 | provisioning/roles/pypy | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/pypy/tasks/main.yml",
"content": "########################\n# Install pypy and pip #\n########################\n\n- name: Check if pypy is installed\n raw: stat $HOME/pypy\n register: need_pypy\n ignore_errors: True\n\n- name: Run get-pypy.sh\n script: get-pypy.sh\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/add_user_ | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/add_user_/defaults/main.yml",
"content": "---\n# defaults file for add_user_\nuser_app: flaskapp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "Ansible_assigment/ansible/roles/add_user_/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/check_ping | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/check_ping/tasks/main.yml",
"content": "---\n# tasks file for check_ping\n- name: Ping my servers\n ping:\n register: output\n\n- name: Print result ping\n debug: var=output.ping\n\n- name: Check and Print Linux distributive\n debug: var=ansible_os_family\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/conf_ufw | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/conf_ufw/tasks/main.yml",
"content": "---\n# tasks file for conf_ufw\n\n- name: 15a-Copy file rule for flask\n copy:\n src: ./files/rule_flask\n dest: /etc/ufw/applications.d\n owner: root\n group: root\n mode: '0644'\n notify:\n - Restart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/copy_files | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/copy_files/files/flask_app/templates/homework.html",
"content": "{% extends 'base.html' %}\n\n{% block title %}\nHomework\n{% endblock %}\n{% block body %}\n <h1>Task 4</h1>\n <div class=\"container\">\n<h2>Ansible assignment</h2>\n<h2>Create and deploy your ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4668,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/installing_software | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/installing_software/tasks/main.yml",
"content": "---\n- block: # ------Block for RedHat------\n\n - name: Update\n yum:\n update: yes\n\n - name: install curl\n yum: name=curl state=latest\n\n - name: Install UFW\n yum: name=ufw state=latest\n\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1652,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/ssh_authorized | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/ssh_authorized/vars/main.yml",
"content": "---\n# vars file for ssh_authorized\nuser_app: flaskapp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "Ansible_assigment/ansible/roles/ssh_authorized/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/venv_inst | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/venv_inst/tasks/main.yml",
"content": "---\n# tasks file for venv_inst\n- name: Install virtualenv\n pip: name={{ item }} state=latest\n loop:\n - virtualenv\n - numpy\n\n- name: Create venv and installing packages Flask, emoji\n pip:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | Manexin/DevOps-Adndersen | 68a4a7bd9ae632c525c697ad7501766893704ed1 | 1 | Ansible_assigment/ansible/roles/wsgi_apache_cfg | 549 | [
"no_license"
] | [
{
"path": "Ansible_assigment/ansible/roles/wsgi_apache_cfg/files/flask_app.wsgi",
"content": "#!/usr/bin/python\nimport sys\nimport logging\nlogging.basicConfig(stream=sys.stderr)\nsys.path.insert(0,\"/var/www/flask_app/\")\n\nfrom FlaskApp import app as application\n# application.secret_key = 'Add your sec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | Jpignet/Mediawiki_Ansible | fee121028c729597663721e70b9861a7b9feb607 | 0 | roles/apache | 549 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/php.yml",
"content": "---\n- name: installation php\n apt:\n name: php7.4\n state: present\n\n- name: librairies php\n apt: name={{ php_packages }} update_cache=yes state=latest\n notify: apache2_restart\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | Jpignet/Mediawiki_Ansible | fee121028c729597663721e70b9861a7b9feb607 | 0 | roles/mediawiki | 549 | [
"no_license"
] | [
{
"path": "roles/mediawiki/tasks/main.yml",
"content": "---\n# tasks file for mediawiki\n- name: Download mediawiki files\n get_url:\n url: https://releases.wikimedia.org/mediawiki/1.36/mediawiki-1.36.1.tar.gz\n dest: /tmp/mediawiki-1.36.1.tar.gz\n\n- name: creer repertoire\n file:\n name: /var/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | Jpignet/Mediawiki_Ansible | fee121028c729597663721e70b9861a7b9feb607 | 0 | roles/mysql | 549 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: installation mysql\n apt:\n name: \"mariadb-server\"\n update_cache: yes\n state: latest\n\n- name: demarrage mysql\n service:\n name: \"mariadb\"\n state: started\n enabled: true\n\n- name: creation... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | stevenallen05/vagrant_ruby_dev_box | 4e70f66e21215bd255d96085459fd3099b47905e | 1 | provision/roles/dev | 549 | [
"no_license"
] | [
{
"path": "provision/roles/dev/files/home/.vscode-server/data/Machine/settings.json",
"content": "{\n \"solargraph.bundlerPath\": \"\",\n \"solargraph.useBundler\": false,\n \"solargraph.commandPath\": \"/home/vagrant/.rbenv/shims/solargraph\"\n}",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 6407,
"all_permissive": false
} |
ansible_role | stevenallen05/vagrant_ruby_dev_box | 4e70f66e21215bd255d96085459fd3099b47905e | 1 | provision/roles/krypton | 549 | [
"no_license"
] | [
{
"path": "provision/roles/krypton/tasks/main.yml",
"content": "---\n# tasks file for krypton\n- name: \"Install krypton key\"\n become: yes\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n \n- name: \"Ensure krypton repo\"\n become: yes\n apt_repository:\n repo: deb http://kryptco... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | totenhund/devops | 51717603c433feb6fb73b0fbeef894c681b78a29 | 0 | ansible/roles/appdeploy | 549 | [
"no_license"
] | [
{
"path": "ansible/roles/appdeploy/handlers/main.yml",
"content": "---\n# handlers file for appdeploy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/appdeploy/tasks/docker-compose.yml",
"content": "version: \"3.3\"\nservices:\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-ad | f57f513036dc4f7c388aa3baacd8a31fb1723891 | 0 | provisioning/roles/common | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Config Network\n win_shell: |\n $publicInfos = Get-NetIPAddress | Where-Object { $_.IPAddress -like \"*{{ netID }}*\"}\n $natInfos = Get-NetIPAddress | Where-Object { $_.IPAddress -like \"*10.0.2*\" }\n # Disable IPV6 i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-ad | f57f513036dc4f7c388aa3baacd8a31fb1723891 | 0 | provisioning/roles/dns | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/dns/tasks/main.yml",
"content": "---\n- name: Set Default DNS\n win_shell: |\n $publicInfos = Get-NetIPAddress | Where-Object { $_.IPAddress -like \"*{{ netID }}*\"}\n Set-DNSClientServerAddress –InterfaceIndex $publicInfos.InterfaceIndex –ServerAddresses \"{{ dns1 }}\",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1508,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-ad | f57f513036dc4f7c388aa3baacd8a31fb1723891 | 0 | provisioning/roles/domain_controler | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/domain_controler/defaults/main.yml",
"content": "---\nfeatures:\n - AD-Domain-Services\n - DNS\n\ndatabase_path: C:\\Windows\\NTDS\ndns_domain_name: '{{ domain_name }}'\ndomain_netbios_name: OSCORP\ndomain_mode: WinThreshold\nforest_mode: WinThreshold\nsafe_mode_password:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-ad | f57f513036dc4f7c388aa3baacd8a31fb1723891 | 0 | provisioning/roles/groups_users | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/groups_users/tasks/main.yml",
"content": "---\n- name: Install Nuget\n win_shell: install-packageprovider -name nuget -force\n\n- name: Install XactiveDirectory\n win_psmodule:\n name: ActiveDirectoryDSC\n state: present\n\n- name: Create OU's\n win_dsc:\n resource_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1940,
"all_permissive": false
} |
ansible_role | marcossilvestrini/vagrant-ad | f57f513036dc4f7c388aa3baacd8a31fb1723891 | 0 | provisioning/roles/join_servers | 549 | [
"no_license"
] | [
{
"path": "provisioning/roles/join_servers/tasks/main.yml",
"content": "---\n- name: Set DNS\n win_dns_client:\n adapter_names: '*'\n ipv4_addresses:\n - '{{ dns1 }}'\n - '{{ dns1 }}'\n\n- name: Join Server in OU's\n win_domain_membership:\n dns_domain_name: '{{ domain_name }}'\n hostnam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | wbreiler/HomelabAnsible | 82d331e67177b0bd9d319217c038c29828381051 | 0 | roles/common | 549 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update system packages on Debian-based distros\n ansible.builtin.apt:\n update_cache: true\n upgrade: dist\n when: ansible_os_family == \"Debian\"\n\n- name: Update system packages on Fedora\n ansible.builtin.dnf:\n name: \"*\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | wbreiler/HomelabAnsible | 82d331e67177b0bd9d319217c038c29828381051 | 0 | roles/compose | 549 | [
"no_license"
] | [
{
"path": "roles/compose/tasks/main.yml",
"content": "---\n- name: Add user to docker group\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: true\n\n- name: Copy Docker Compose project\n ansible.builtin.copy:\n src: ../../../ComposeFiles/\n dest: /home/{{ an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | wbreiler/HomelabAnsible | 82d331e67177b0bd9d319217c038c29828381051 | 0 | roles/docker | 549 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Start and enable Docker service\n ansible.builtin.service:\n name: docker\n state: started\n enabled: true\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2890,
"all_permissive": false
} |
ansible_role | wbreiler/HomelabAnsible | 82d331e67177b0bd9d319217c038c29828381051 | 0 | roles/tailscale | 549 | [
"no_license"
] | [
{
"path": "roles/tailscale/tasks/main.yml",
"content": "- name: Add Tailscale GPG key for Debian\n ansible.builtin.apt_key:\n url: https://pkgs.tailscale.com/stable/debian/{{ ansible_lsb.codename }}.noarmor.gpg\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add Tailscale reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1451,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.