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 | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/cleanup | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/cleanup/tasks/main.yml",
"content": "- name: Power off VM\n vmware_guest:\n name: \"{{ inventory_hostname }}\"\n state: absent\n force: yes\n validate_certs: False\n delegate_to: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/deploy | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/deploy/tasks/main.yml",
"content": "- name: Clone template or virtual machine and customize\n vmware_guest:\n datacenter: \"{{ vCenterDatacenter }}\"\n cluster: \"{{ vCenterCluster }}\"\n resource_pool: \"{{ vCenterResourcePool|default(omit, True) }}\"\n folder: \"/{{ v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/health_check | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/health_check/tasks/main.yml",
"content": "- name: Checking Services\n win_service:\n name: \"{{ item.service }}\"\n state: started\n start_mode: auto\n loop: \"{{ services }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/join-domain | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/join-domain/tasks/main.yml",
"content": "---\n- win_dns_client:\n adapter_names: \"*\"\n ipv4_addresses:\n - \"{{ dns_server1 }}\"\n# register: joined\n\n#- pause:\n# minutes: 1\n# when: joined.changed\n\n- name: Add Windows Server to the Domain\n win_domain_membershi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/scripts | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/scripts/files/test2.ps1",
"content": "Write-Host \"Hello, Test2 !\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "windows/roles/scripts/files/test1.ps1",
"content": "Write-Host \"Hello, Test1 !\"",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/updates | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/updates/tasks/main.yml",
"content": "---\n- name: Create VMWare snapshot\n vmware_guest_snapshot:\n datacenter: \"{{ vCenterDatacenter }}\"\n folder: \"{{ vCenterFolder }}\"\n name: \"{{ inventory_hostname }}\"\n state: present\n memory_dump: yes\n snapshot_name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1362,
"all_permissive": false
} |
ansible_role | cigamit/ansible-demos | 1e48310d70f9e9d30064c8dc09713aa065bf1735 | 1 | windows/roles/windows-ad-controller | 8,019 | [
"no_license"
] | [
{
"path": "windows/roles/windows-ad-controller/defaults/main.yml",
"content": "users:\n - jimmy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "windows/roles/windows-ad-controller/tasks/main.yml",
"content": "---\n- name: Disable firewall fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2219,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/anaconda | 8,019 | [
"no_license"
] | [
{
"path": "roles/anaconda/vars/main.yml",
"content": "---\nanaconda_release: 2024.06-1 # See https://repo.anaconda.com/archive/\nanaconda_arc: Linux-x86_64\nanaconda_bin: Anaconda3-{{ anaconda_release }}-{{ anaconda_arc }}.sh\nanaconda_url: \"https://nexus.fbsvc.bz/repository/robot_raw_models/anaconda/{{ an... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/create_jira_issue | 8,019 | [
"no_license"
] | [
{
"path": "roles/create_jira_issue/vars/main.yml",
"content": "---\nserver: https://jira.fbsvc.bz/\nuser: bprokin\npass: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/create_jira_issue/tasks/main.yml",
"content": "---\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/pipeline_postgresql_generator | 8,019 | [
"no_license"
] | [
{
"path": "roles/pipeline_postgresql_generator/tasks/loop.yml",
"content": "- name: \"include_vars {{ item }}\"\n include_vars: \"{{ item }}.yml\"\n\n# - name: show dictionary {{ item }}\n# shell: ssh -o StrictHostKeyChecking=no bprokin@\"{{item.ips[0]}}\" hostname -a |awk '{print $1}'\n# with_items: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10829,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/python | 8,019 | [
"no_license"
] | [
{
"path": "roles/python/tasks/debian12.yml",
"content": "---\n- name: Install dependency packages\n ansible.builtin.apt:\n name: \"{{ item.d12 }}\"\n state: latest\n loop: \"{{ packages }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/read_jira_issue | 8,019 | [
"no_license"
] | [
{
"path": "roles/read_jira_issue/tasks/main.yml",
"content": "---\n- name: Get an issue\n community.general.jira:\n uri: '{{ server }}'\n username: '{{ user }}'\n password: '{{ <PASSWORD> }}'\n project: STCIT\n operation: fetch\n issue: STCIT-45711\n register: issue\n\n- name: \"Make war... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 666,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/test | 8,019 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "- name: \"copy service configs to \"\n template:\n src : \"{{ item | basename }}\"\n dest : \"{{ service.path }}/{{ service.name }}/{{ item | basename }}\"\n mode : 0775\n force : true\n loop_control:\n label: \"{{ item | basename }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | baltazarbd/ansible | 63547f4149c3cd44927704240544177e27a62185 | 0 | roles/upgrade_debian | 8,019 | [
"no_license"
] | [
{
"path": "roles/upgrade_debian/tasks/debian12.yml",
"content": "---\n- name: \"Make source file to debian 12\"\n template:\n src : \"sources.list_to_d12.j2\"\n dest : \"/etc/apt/sources.list\"\n mode : 0644\n force : true\n\n- name: Perform a dist-upgrade.\n ansible.builtin.apt:\n upg... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1905,
"all_permissive": false
} |
ansible_role | devopsyuva/OpenStack_SingleNode_Mitaka | 911900974e70504a9c26c05a2538ffc8388e2302 | 1 | roles/compute | 8,019 | [
"no_license"
] | [
{
"path": "roles/compute/tasks/main.yml",
"content": "---\n# tasks file for compute\n\n- name: Create database for keystone\n mysql_db: login_host=localhost login_user=root login_password={{ <PASSWORD> }} name={{ item }} state=present\n with_items:\n - nova\n - nova_api\n\n- name: Create keystone da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4026,
"all_permissive": false
} |
ansible_role | devopsyuva/OpenStack_SingleNode_Mitaka | 911900974e70504a9c26c05a2538ffc8388e2302 | 1 | roles/glance | 8,019 | [
"no_license"
] | [
{
"path": "roles/glance/tasks/main.yml",
"content": "---\n# tasks file for glance\n\n- name: Create database for keystone\n mysql_db: login_host=localhost login_user=root login_password={{ <PASSWORD>_<PASSWORD>_<PASSWORD> }} name=glance state=present\n\n- name: Create keystone database user and assign priv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3432,
"all_permissive": false
} |
ansible_role | devopsyuva/OpenStack_SingleNode_Mitaka | 911900974e70504a9c26c05a2538ffc8388e2302 | 1 | roles/keystone | 8,019 | [
"no_license"
] | [
{
"path": "roles/keystone/tasks/main.yml",
"content": "---\n# tasks file for keystone\n- name: Create database for keystone\n mysql_db: login_host=localhost login_user=root login_password={{ <PASSWORD> }} name=keystone state=present\n\n- name: Create keystone database user and assign privileges\n mysql_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3603,
"all_permissive": false
} |
ansible_role | devopsyuva/OpenStack_SingleNode_Mitaka | 911900974e70504a9c26c05a2538ffc8388e2302 | 1 | roles/neutron | 8,019 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "---\n# tasks file for neutron\n\n- name: Create database for keystone\n mysql_db: login_host=localhost login_user=root login_password={{ <PASSWORD>_<PASSWORD> }} name=neutron state=present\n\n- name: Create keystone database user and assign privileges\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7718,
"all_permissive": false
} |
ansible_role | yoshieki1992/yoshieki1992-yoshieki1992-ELK-vagrant-ansible-bash-gcp | 74ca5975a3283393071cc0d2782363f356bfb4ee | 0 | ansible/ops_project/roles/elastic | 8,019 | [
"no_license"
] | [
{
"path": "ansible/ops_project/roles/elastic/tasks/main.yml",
"content": "---\n# tasks file for elastic\n- name: Elasticsearch Custom Configuration\n vars:\n es_data_dirs:\n - \"/mnt/data\"\n es_log_dir: \"/opt/elasticsearch/logs\"\n es_config:\n node.name: \"node1\"\n cluster.name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | yoshieki1992/yoshieki1992-yoshieki1992-ELK-vagrant-ansible-bash-gcp | 74ca5975a3283393071cc0d2782363f356bfb4ee | 0 | ansible/ops_project/roles/kibana | 8,019 | [
"no_license"
] | [
{
"path": "ansible/ops_project/roles/kibana/vars/main.yml",
"content": "---\n# vars file for kibana\nkibana_version: 7.6.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/ops_project/roles/kibana/tasks/main.yml",
"content": "---\n# ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | yoshieki1992/yoshieki1992-yoshieki1992-ELK-vagrant-ansible-bash-gcp | 74ca5975a3283393071cc0d2782363f356bfb4ee | 0 | ansible/ops_project/roles/logstash | 8,019 | [
"no_license"
] | [
{
"path": "ansible/ops_project/roles/logstash/tasks/main.yml",
"content": "---\n# tasks file for logstash\n \n- name: Logstash\n docker_container:\n volumes:\n - /mnt/vol1:/mnt/data\n vars:\n logstash_user: \"logstash\"\n logstash_group: \"logstash\"\n logstash_service_name: \"logstash\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | SOS2020/amplify-vagrant-dev | d410a0a55ba5fcf7386bf289e1d5b3b593a0458a | 0 | ansible/roles/amplify | 8,019 | [
"permissive"
] | [
{
"path": "ansible/roles/amplify/tasks/main.yml",
"content": "---\n- name: Install AWS CLI\n npm:\n name: aws-amplify/cli\n global: yes\n become: yes\n become_user: vagrant\n\n#- name: Install AWS CLI\n# shell: npm install -g @aws-amplify/cli\n# become: yes\n# become_user: vagrant\n\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": true
} |
ansible_role | octo-technology/octomatter | 835ee92ac4f6feb37459d2b9b06e4b1a49330b52 | 0 | ansible/roles/mattermost | 8,019 | [
"no_license"
] | [
{
"path": "ansible/roles/mattermost/tasks/main.yml",
"content": "---\n\n- name: Ensure Python deps for Mysql are present\n easy_install:\n name: PyMySQL\n\n- name: Ensure deps are installed\n yum:\n name: libselinux-python\n\n- name: Create data filesystem\n filesystem:\n fstype: ext4\n dev: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3379,
"all_permissive": false
} |
ansible_role | sdcote/gcpwebsite | 20a5b56167f9b70bcfcc22913a605ec60d87166e | 0 | roles/cms | 8,020 | [
"no_license"
] | [
{
"path": "roles/cms/defaults/main.yml",
"content": "---\nadmin_email: <EMAIL>\ndocument_root: /var/www/default\ndomain_name: localhost\nhttp_port: 80\n\n\ntimezone: UTC\nphp_version: 5\nmax_execution_time: 30\nmax_input_time: 60\nmemory_limit: 128M\nupload_max_filesize: 10M\npost_max_size: 10M\nallow_url_f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4577,
"all_permissive": false
} |
ansible_role | sdcote/gcpwebsite | 20a5b56167f9b70bcfcc22913a605ec60d87166e | 0 | roles/email | 8,020 | [
"no_license"
] | [
{
"path": "roles/email/templates/main.cf.j2",
"content": "# See /usr/share/postfix/main.cf.dist for a commented, more complete version\n\n\n# Debian specific: Specifying a file name will cause the first\n# line of that file to be used as the name. The Debian default\n# is /etc/mailname.\n#myorigin = /etc/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3834,
"all_permissive": false
} |
ansible_role | nsabine/ansible-ssh-login-banner | aeb8b7879d38d146eb2533f7d7e8c6ae9e5fd054 | 0 | roles/banner | 8,020 | [
"no_license"
] | [
{
"path": "roles/banner/tasks/main.yml",
"content": "---\n#\n# Modified from MindPointGroup RHEL7-STIG (MIT License)\n# https://github.com/MindPointGroup/RHEL7-STIG\n#\n- name: \"MEDIUM | RHEL-07-010050 | PATCH | The operating system must display the Standard Mandatory DoD Notice and Consent Banner before g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | claudiol/ocpag-repo | cb08b18ee8b29a79d62b94e627ea4b2c71dcaede | 1 | roles/community-operators | 8,020 | [
"no_license"
] | [
{
"path": "roles/community-operators/defaults/main.yml",
"content": "---\n# defaults file for community-operators\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/community-operators/vars/main.yml",
"content": "---\n# vars file for commu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3067,
"all_permissive": false
} |
ansible_role | claudiol/ocpag-repo | cb08b18ee8b29a79d62b94e627ea4b2c71dcaede | 1 | roles/create-ocp-bundles | 8,020 | [
"no_license"
] | [
{
"path": "roles/create-ocp-bundles/build/create-ocp-mirror-distro.sh",
"content": "#!/bin/sh\n#\n\nBUNDLEDIR=\"\"\nTEMPDIR=\"/tmp\"\n\n# Function log\n# Arguments:\n# $1 are for the options for echo\n# $2 is for the message\n# \\033[0K\\r - Trailing escape sequence to leave output on the same line\nf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 31367,
"all_permissive": false
} |
ansible_role | claudiol/ocpag-repo | cb08b18ee8b29a79d62b94e627ea4b2c71dcaede | 1 | roles/redhat_operators | 8,020 | [
"no_license"
] | [
{
"path": "roles/redhat_operators/handlers/main.yml",
"content": "---\n# handlers file for redhat-operators\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/redhat_operators/defaults/main.yml",
"content": "---\n# defaults file for redhat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5612,
"all_permissive": false
} |
ansible_role | AudelDiaz/ansible-labs | 0cac52b8b8ab7032421b7e2f890e43f62fb0d960 | 0 | roles/common | 8,020 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\nproxy_host: 192.168.127.12\nproxy_port: 3128",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Validate access to proxy host and port\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/apache | 8,020 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/setup/setup-debian.yml",
"content": "- name: Installing Apache\n apt:\n pkg:\n - apache2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/apache/templates/apache.conf.j2",
"content": "<VirtualHost *:{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1884,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/fail2ban | 8,020 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/setup/setup-debian.yml",
"content": "- name: Installing fail2ban\n apt:\n pkg:\n - fail2ban\n when: fail2ban['install'] == \"true\"\n tags:\n - fail2ban\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/firewalld | 8,020 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/setup/setup-debian.yml",
"content": "- name: Installing Firewalld\n apt:\n pkg:\n - firewalld\n when: firewall['install'] and firewall['name'] == \"firewalld\"\n tags:\n - firewalld\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/knockd | 8,020 | [
"no_license"
] | [
{
"path": "roles/knockd/tasks/configure/configure-debian.yml",
"content": "- name: Enabling knockd\n copy:\n src: files/knockd\n dest: /etc/default/knockd\n mode: 0644\n when: knockd['install'] == \"true\"\n tags:\n - knockd\n\n- name: Setting up knockd\n template:\n src: templates/knockd.c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/mariadb | 8,020 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/configure/configure-debian.yml",
"content": "- name: Setting the root password\n mysql_user:\n name: root\n password: \"{{ dbms['credentials']['password']['new'] }}\"\n login_user: root\n login_password: \"{{ dbms['credentials']['password']['old'] }}\"\n login_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/mod_fastcgi | 8,020 | [
"no_license"
] | [
{
"path": "roles/mod_fastcgi/templates/fastcgi.conf.j2",
"content": "<IfModule mod_fastcgi.c>\n AddHandler fastcgi-script .fcgi\n FastCgiIpcDir /var/lib/apache2/fastcgi\n AddType application/x-httpd-fastphp .php\n Action application/x-httpd-fastphp /php-fcgi\n Alias /php-fcgi /usr/lib/cgi-bin/php-fcgi\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/mysql | 8,020 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/setup/setup-debian.yml",
"content": "- name: Copying mysql.list\n template:\n src: templates/mysql.list.j2\n dest: /etc/apt/sources.list.d/mysql.list\n mode: 0644\n when: dbms['install'] == \"true\" and dbms['name'] == \"mysql\"\n tags:\n - mysql\n\n- name: Installi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/pgadmin | 8,020 | [
"no_license"
] | [
{
"path": "roles/pgadmin/tasks/setup/setup-debian.yml",
"content": "- name: Importing repository key\n apt_key:\n url: https://www.pgadmin.org/static/packages_pgadmin_org.pub\n state: present\n when: pgadmin['install'] == \"true\"\n tags:\n - pgadmin\n\n- name: Copying pgadmin4.list\n template:\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/phpfpm | 8,020 | [
"no_license"
] | [
{
"path": "roles/phpfpm/handlers/main.yml",
"content": "- name: Restart PHP-FPM (Debian)\n service:\n name: php{{ php['version'] }}-fpm\n enabled: true\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/phpfpm/tas... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/postgresql | 8,020 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/setup/setup-debian.yml",
"content": "- name: Copying pgdg.list\n template:\n src: templates/pgdg.list.j2\n dest: /etc/apt/sources.list.d/pgdg.list\n mode: 0644\n when: dbms['install'] == \"true\" and dbms['name'] == \"postgresql\"\n tags:\n - postgresql\n\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2732,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/sshd | 8,020 | [
"no_license"
] | [
{
"path": "roles/sshd/handlers/main.yml",
"content": "- name: Restart SSH (Debian)\n service:\n name: sshd\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/sshd/tasks/main.yml",
"content": "- ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | vitkuz573/Ansible-WebServer | 4dfab58da611192a75c1fad4903da5dc50403447 | 2 | roles/ufw | 8,020 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "- include_tasks: setup/setup-{{ ansible_os_family | lower }}.yml\n- include_tasks: configure/configure-{{ ansible_os_family | lower }}.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"path": "roles/uf... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | radochm/prow-infra | a22cfb1cf5975558120f5fc75fbb34171541cf5f | 0 | e2e/provision/roles/deploy_mk8s | 8,020 | [
"permissive"
] | [
{
"path": "e2e/provision/roles/deploy_mk8s/tasks/deploy_mk8s.yml",
"content": "- name: Set proxy\n ansible.builtin.blockinfile:\n path: /etc/environment\n block: |\n \"{{ https_proxy }}\"\n \"{{ http_proxy }}\"\n \"{{ no_proxy }}\"\n \"{{ https_proxy | upper }}\"\n \"{{ http_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3700,
"all_permissive": true
} |
ansible_role | milos-k/ansible | bad83fcd4a530d0abf7a92be2f69f4807ba7c70b | 0 | roles/python | 8,020 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Creates dir\n file:\n path: ./basic-http-server\n state: directory\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | tamatora/gitlab | e62823090ace353eebb516516cd8d79916c77b65 | 0 | roles/chrony | 8,020 | [
"no_license"
] | [
{
"path": "roles/chrony/tasks/main.yml",
"content": "---\n- name: install chrony\n yum:\n name: chrony\n state: present\n\n- name: start service chrony\n service:\n name: chronyd\n enabled: yes\n state: started\n\n- name: set chrony.conf\n template:\n src: chrony.conf.j2\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | tamatora/gitlab | e62823090ace353eebb516516cd8d79916c77b65 | 0 | roles/firewalld | 8,020 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yml",
"content": "---\n- name: start service firewalld\n service:\n name: firewalld\n enabled: yes\n state: started\n\n- name: disabled dhcpv6-client\n firewalld:\n zone: public\n service: dhcpv6-client\n state: disabled\n permanent: yes\n imme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | tamatora/gitlab | e62823090ace353eebb516516cd8d79916c77b65 | 0 | roles/zabbix-agent | 8,020 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/tasks/main.yml",
"content": "---\n- name: install zabbix-agent\n yum:\n name: zabbix-agent\n state: present\n\n- name: set zabbix_agentd.conf\n template:\n src: zabbix_agentd.conf.j2\n dest: /etc/zabbix/zabbix_agentd.conf\n owner: root\n group: root\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | matayoshi/vagrant_wpscan | c35943398ced7579e06acac566adedae5c1f688d | 0 | provisioning/roles/common | 8,020 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: update all package\n sudo: yes\n apt: >\n upgrade=dist\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 69,
"all_permissive": false
} |
ansible_role | matayoshi/vagrant_wpscan | c35943398ced7579e06acac566adedae5c1f688d | 0 | provisioning/roles/wpscan | 8,020 | [
"no_license"
] | [
{
"path": "provisioning/roles/wpscan/tasks/main.yml",
"content": "---\n# wpscan \n- name: install dependency package\n sudo: yes\n apt: >\n name={{ item }}\n state=latest\n with_items:\n - libcurl4-openssl-dev\n - libxml2\n - libxml2-dev\n - libxslt1-dev\n - ruby-dev\n - build-ess... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | primitivetypes/devops | 372f749eef4471456e4b77c8149f056e4f53ed73 | 0 | openvpn-server/roles/vpn | 8,020 | [
"no_license"
] | [
{
"path": "openvpn-server/roles/vpn/templates/vars.j2",
"content": "if [ -z \"$EASYRSA_CALLER\" ]; then\n\techo \"You appear to be sourcing an Easy-RSA 'vars' file.\" >&2\n\techo \"This is no longer necessary and is disallowed. See the section called\" >&2\n\techo \"'How to use this file' near the top comme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4232,
"all_permissive": false
} |
ansible_role | 2277322520/kubeadm-ha | 25349a25bc2b11c80fe270733157ffe0a2006301 | 0 | roles/upgrade | 8,018 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "- include_tasks: centos.yml\n when: ansible_distribution is regex (\"Rocky|openEuler|CentOS|OracleLinux|RedHat|Anolis|Kylin.*\")\n\n- include_tasks: debian.yml\n when: ansible_distribution in [ 'Ubuntu','Debian' ]\n\n- name: 重新加载 daemon\n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | pharriso/ansible-windows | 380ceed2f176787aed02d9a5c24653484d14ea4f | 0 | roles/configure_disks | 8,018 | [
"no_license"
] | [
{
"path": "roles/configure_disks/tasks/main.yml",
"content": "---\n\n- name: initialise page disk\n community.windows.win_initialize_disk:\n disk_number: 1\n when: page_disk_size != 0\n\n- name: initialise data disk\n community.windows.win_initialize_disk:\n disk_number: 2\n when: data_disk_size !... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | pharriso/ansible-windows | 380ceed2f176787aed02d9a5c24653484d14ea4f | 0 | roles/create_vmware_vm | 8,018 | [
"no_license"
] | [
{
"path": "roles/create_vmware_vm/tasks/main.yml",
"content": "---\n\n- name: create vm from template\n vmware_guest:\n validate_certs: no\n datacenter: demolab\n state: poweredon\n template: \"{{ vmware_template }}\"\n name: \"{{ inventory_hostname }}\"\n cluster: \"{{ vmware_cluster }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | pharriso/ansible-windows | 380ceed2f176787aed02d9a5c24653484d14ea4f | 0 | roles/enable_rdp | 8,018 | [
"no_license"
] | [
{
"path": "roles/enable_rdp/tasks/main.yml",
"content": "---\n\n- name: install ComputerManagementDsc DSC resource\n win_psmodule:\n name: ComputerManagementDsc\n state: present\n accept_license: yes\n\n- name: enable rdp\n win_dsc:\n resource_name: RemoteDesktopAdmin\n Ensure: Present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | pharriso/ansible-windows | 380ceed2f176787aed02d9a5c24653484d14ea4f | 0 | roles/join_domain | 8,018 | [
"no_license"
] | [
{
"path": "roles/join_domain/tasks/main.yml",
"content": "- name: join domain\n win_domain_membership:\n dns_domain_name: demolab.local\n hostname: \"{{ inventory_hostname.split('.')[0] }}\"\n domain_admin_user: <EMAIL>\n domain_admin_password: \"{{ <PASSWORD> }}\"\n domain_ou_path: \"OU=Win... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | enkiusz/fred-the-ripper | bc6330edf43c4ebe411d640f20561e8c8b71944e | 0 | roles/ripper | 8,018 | [
"no_license"
] | [
{
"path": "roles/ripper/files/display.py",
"content": "#!/usr/bin/env python3\n\nimport logging\nimport os\n\nclass Display:\n def __init__(self, config):\n self.config = config\n self.display_dir = \"/run/fred\"\n\n def msg(self, msg):\n with open(os.path.join(self.display_dir, '... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 46228,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/DevEnv/roles/golang | 8,018 | [
"no_license"
] | [
{
"path": "ansible/DevEnv/roles/golang/tasks/install.yml",
"content": "---\n- name: Download Go for Linux x64\n get_url:\n url: https://storage.googleapis.com/golang/go{{ gover }}.linux-amd64.tar.gz\n dest: /tmp/go{{ gover }}.tar.gz\n when: ansible_architecture == 'x86_64'\n\n- name: Download Go for... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/DevEnv/roles/java | 8,018 | [
"no_license"
] | [
{
"path": "ansible/DevEnv/roles/java/tasks/main.yml",
"content": "---\n- name: Install Java and Maven\n become: yes\n apt: \n name: \"{{item}}\"\n state: present\n update_cache: yes\n cache_valid_time: 600\n with_items:\n - openjdk-7-jdk\n - maven\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/DevEnv/roles/nodejs | 8,018 | [
"no_license"
] | [
{
"path": "ansible/DevEnv/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Download nodejs setup\n get_url: \n url: \"{{ node_setup_url }}\"\n dest: \"{{ ansible_user_dir }}/go-setup.sh\"\n\n- name: Make setup executable\n file:\n path: \"{{ ansible_user_dir }}/go-setup.sh\"\n mode: \"u+... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/DevEnv/roles/tools | 8,018 | [
"no_license"
] | [
{
"path": "ansible/DevEnv/roles/tools/tasks/main.yml",
"content": "---\n- name: Install Developer Tools\n become: yes\n apt: \n name: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - wget\n - git\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/Servers/roles/docker | 8,018 | [
"no_license"
] | [
{
"path": "ansible/Servers/roles/docker/tasks/install.yml",
"content": "---\n- name: Add Apt-Keys\n apt_key:\n id: \"{{ docker_apt_key_sig }}\"\n keyserver: \"{{ docker_apt_key_url }}\"\n state: present\n\n- name: Add Docker repository and update apt cache\n apt_repository:\n repo: \"{{ docker... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/Servers/roles/kafka | 8,018 | [
"no_license"
] | [
{
"path": "ansible/Servers/roles/kafka/tasks/main.yml",
"content": "---\r\n\r\n- name: Install Java runtime environment\r\n apt: name=default-jre state=present\r\n\r\n- name: Add kafka group\r\n group: name={{ kafka_group }} system=yes\r\n\r\n- name: Add kafka user\r\n user: name={{ kafka_group }} group=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1980,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/Servers/roles/ldap | 8,018 | [
"no_license"
] | [
{
"path": "ansible/Servers/roles/ldap/tasks/main.yml",
"content": "---\r\n\r\n- name: Install slapd\r\n apt: name=slapd state=present\r\n\r\n- name: Install ldap-utils\r\n apt: name=ldap-utils state=present\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | Finovertech/fit-utils | fe430fa40f45123d63286ec8affe4c26ad2a11b8 | 0 | ansible/Servers/roles/zookeeper | 8,018 | [
"no_license"
] | [
{
"path": "ansible/Servers/roles/zookeeper/tasks/main.yml",
"content": "---\n\n- name: Install ZooKeeper\n apt: name=zookeeperd state=present\n\n- name: Configure Zookeeper server\n template: src=zoo.cfg.j2 dest=\"/etc/zookeeper/conf/zoo.cfg\"\n\n- name: Configure myid\n template: src=myid.j2 dest=\"/etc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/appuser | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/appuser/vars/main.yml",
"content": "---\nusers:\n - name: ary\n - authorized:\n - /tmp/ary/id_rsa.pub\n - name: luqman\n - authorized:\n - /tmp/luqman/id_rsa.pub\n - name: andy.pranata\n - authorized:\n - /tmp/andy.pranata/id_rsa.pub\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/apt | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/apt/tasks/main.yml",
"content": "---\n- name: update\n apt: update_cache=yes\n- name: upgrade\n apt: upgrade=yes\n- name: dist-upgrade\n apt: upgrade=dist\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/copyfile | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/copyfile/tasks/main.yml",
"content": "- name: copy host.conf\n template: src=etc/hosts.j2 dest=/etc/hosts\n\n- name: copy admin_script.sh\n template: src=etc/admin_script.sh.j2 dest=/home/admin_script.sh",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/glance | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/glance/tasks/main.yml",
"content": "---\n- name: install glance\n apt: name=glance state=present update_cache=yes\n\n- name: install python-glanceclient\n apt: name=python-glanceclient state=present update_cache=yes\n\n- name: copy glance-registry.conf\n te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/keystone | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/keystone/tasks/main.yml",
"content": "---\n- name: install keystone\n apt: name=keystone state=present update_cache=yes\n\n- name: copy keystone.conf\n template: src=etc/keystone/keystone.conf.j2 dest=/etc/keystone/keystone.conf\n notify:\n - restart key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/manage-user | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/manage-user/tasks/main.yml",
"content": "---\n- name: copy user's public key\n authorized_key: user={{ user.name }} state=present key=\"{{ item }}\"\n with_file: keys/{{ user.name }}.pub\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/mysql | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: install mysql-server\n apt: name=python-mysqldb state=present update_cache=yes\n\n- name: install python-mysqldb\n apt: name=mysql-server state=present update_cache=yes\n\n- name: copy my.conf MYSQL\n template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/network-node | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/network-node/tasks/main.yml",
"content": "---\n- name: install vlan\n apt: name=vlan state=present update_cache=yes\n\n- name: install bridge-utils\n apt: name=bridge-utils state=present update_cache=yes\n\n- name: install neutron-plugin-ml2 neutron-plugin-o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/neutron | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/neutron/tasks/main.yml",
"content": "---\n- name: install neutron-server\n apt: name=neutron-server state=present update_cache=yes\n\n- name: install neutron-plugin-ml2\n apt: name=neutron-plugin-ml2 state=present update_cache=yes\n\n- name: copy neutron.con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/nova | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/nova/tasks/main.yml",
"content": "---\n- name: install nova-api\n apt: name=nova-api state=present update_cache=yes\n\n- name: install nova-cert\n apt: name=nova-cert state=present update_cache=yes\n\n- name: install nova-conductor\n apt: name=nova-conducto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2962,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/ntp | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/ntp/tasks/main.yml",
"content": "---\n- name: install ntp\n apt: name=ntp state=present update_cache=yes\n\n- name: copy ntp.conf\n template: src=etc/ntp.conf.j2 dest=/etc/ntp.conf\n notify:\n - restart ntp\n\n- name: ntp update\n shell: \"service ntp s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/Ansible Script/ansible/roles/rabbitmq | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/Ansible Script/ansible/roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: install rabbitmq-server\n apt: name=rabbitmq-server state=present update_cache=yes\n notify:\n - restart rabbitmq-server\n\n#- name: change password rabbitmq\n# shell: \"rabbitmqctl change_password guest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/myansible/roles/appuser | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/myansible/roles/appuser/tasks/main.yml",
"content": "---\n- name: install selinux\n yum: name=libselinux-python state=present\n\n- name: create user email1\n user: name=dnetmail1 state=present shell=/bin/bash password=\"<PASSWORD>\"\n\n- name: create user email2\n user: name=dnetmail2 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/myansible/roles/bind | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/myansible/roles/bind/templates/etc/bind/zones/db.one.dnet.j2",
"content": ";\n; BIND data file for local loopback interface\n;\n$TTL\t60\n@\tIN\tSOA\tdnet. root.dnet. (\n\t\t\t 15\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Expire\n\t\t\t 5 )... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2953,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/myansible/roles/dovecot | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/myansible/roles/dovecot/tasks/main.yml",
"content": "---\n- name: installing dovecot\n yum: name=dovecot state=present\n\n- name: config dovecot\n template: src=etc/dovecot/dovecot.conf.j2 dest=/etc/dovecot.conf\n notify: restart dovecot\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | arydwimarta/docker | bb6fba61187f0437ce0da52310c06d07bf5566c7 | 0 | Ansible/myansible/roles/postfix | 8,018 | [
"no_license"
] | [
{
"path": "Ansible/myansible/roles/postfix/templates/etc/postfix/main.cf.j2",
"content": "myhostname = mail.dnet\nmydomain = dnet\nmyorigin = $mydomain\ncommand_directory = /usr/sbin\ndaemon_directory = /usr/libexec/postfix\n#\ndata_directory = /var/lib/postfix\nmail_owner = postfix\ninet_interfaces = all\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3150,
"all_permissive": false
} |
ansible_role | liveaverage/ansible-tower-demo-dynamicinv | 1d0ea43603e4f8ea1c6a45c6b9dcc6e991a7c187 | 0 | roles/add-tower-hosts | 8,018 | [
"no_license"
] | [
{
"path": "roles/add-tower-hosts/vars/main.yml",
"content": "---\n# vars file for add-tower-hosts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/add-tower-hosts/tasks/main.yml",
"content": "---\n# tasks file for add-tower-hosts\n\n- debu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | liveaverage/ansible-tower-demo-dynamicinv | 1d0ea43603e4f8ea1c6a45c6b9dcc6e991a7c187 | 0 | roles/config-banner | 8,018 | [
"no_license"
] | [
{
"path": "roles/config-banner/handlers/main.yml",
"content": "---\n# handlers file for config-banner",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/config-banner/vars/main.yml",
"content": "---\n# vars file for config-banner",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | bogdan-radocea/ansible-role-mysql | b8933d6ae5b5f00b8e98c98532859d4be0bd7694 | 0 | roles/mysql_db | 8,018 | [
"no_license"
] | [
{
"path": "roles/mysql_db/README.md",
"content": "Role Name\n=========\n\nThis role installs mysql server database on an ubuntu installation\n\nDependencies\n------------\n\nPython and python mysql\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with vari... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | bogdan-radocea/ansible-role-mysql | b8933d6ae5b5f00b8e98c98532859d4be0bd7694 | 0 | roles/python | 8,018 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yaml",
"content": " - name: Install all required dependencies\r\n yum: name={{ item }} state=installed\r\n with_items:\r\n - python\r\n - python-setuptools\r\n - python-devel\r\n - \"@Development tools\"\r\n - python-pip\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | bhdicaire/macSetup | 2f5f484c67f7f70692d836e1696bae773c1c3ff7 | 9 | roles/common | 8,018 | [
"no_license"
] | [
{
"path": "roles/common/tasks/cpItems.yml",
"content": "---\n\n# ------------------------------------------------------------\n# dLibrary cpItems v1.0\n# ------------------------------------------------------------\n\n - block:\n - name: \"** dLibrary cpItems version 1.0 **\"\n command: /usr/bin/f... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 19108,
"all_permissive": false
} |
ansible_role | bhdicaire/macSetup | 2f5f484c67f7f70692d836e1696bae773c1c3ff7 | 9 | roles/deployMac | 8,018 | [
"no_license"
] | [
{
"path": "roles/deployMac/vars/activityMonitor.yml",
"content": "---\n\n activityMonitorPref:\n\n# Show the main window when launching Activity Monitor\n - \"com.apple.ActivityMonitor OpenMainWindow -bool true\"\n\n# Visualize CPU usage in the Activity Monitor Dock icon\n - \"com.apple.ActivityMonito... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 24,
"total_bytes": 67807,
"all_permissive": false
} |
ansible_role | bhdicaire/macSetup | 2f5f484c67f7f70692d836e1696bae773c1c3ff7 | 9 | roles/deployServer | 8,018 | [
"no_license"
] | [
{
"path": "roles/deployServer/vars/terminal.yml",
"content": "---\n\n terminalPref:\n\n# Only use UTF-8 in Terminal.app\n - \"com.apple.terminal StringEncodings -array 4\"\n\n# Enable “focus follows mouse” for Terminal.app and all X11 apps\n# i.e. hover over a window and start typing in it without clicki... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9226,
"all_permissive": false
} |
ansible_role | bhdicaire/macSetup | 2f5f484c67f7f70692d836e1696bae773c1c3ff7 | 9 | roles/prepareMac | 8,018 | [
"no_license"
] | [
{
"path": "roles/prepareMac/files/services/md - Paragraphs - Unwrap.workflow/Contents/document.wflow",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>A... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 212202,
"all_permissive": false
} |
ansible_role | n2aws/pi-shack | d6f6af3e1df69fbf60d33355665133831c2461d2 | 0 | roles/pishack | 8,018 | [
"no_license"
] | [
{
"path": "roles/pishack/vars/main.yml",
"content": "---\n# vars file for pishack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/pishack/templates/winlink-config.json.j2",
"content": "{\n \"mycall\": \"{{ callsign }}\",\n \"secure_logi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3101,
"all_permissive": false
} |
ansible_role | nimlock/SKBLAB.CI-CD.Model | 2434cf583da9b62b8d5ebb2d584673ef64a72ffc | 0 | roles/init_role | 8,018 | [
"no_license"
] | [
{
"path": "roles/init_role/templates/docker-compose.jenkins.yml.j2",
"content": "version: '2'\nservices:\n jenkins.upstream:\n image: \"jenkins/jenkins:lts\"\n restart: always\n hostname: \"jenkins.testsite.ru\"\n ports:\n - \"8084:8080\"\n - \"50000:50000\"\n volumes:\n - \".... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2332,
"all_permissive": false
} |
ansible_role | fatemehabsavaran/efk-ansible | 8f58661585399192de48da7251a90f1f58a5ee22 | 1 | roles/efk | 8,018 | [
"no_license"
] | [
{
"path": "roles/efk/files/Dockerfile",
"content": "FROM fluent/fluentd:v1.16-1\nUSER root\nRUN gem install fluent-plugin-elasticsearch\nUSER fluent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/efk/tasks/main.yml",
"content": "- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2387,
"all_permissive": false
} |
ansible_role | emandret/jenkins-on-kubernetes | 1e3ac326b344f50e0f95c0c0361eecb070db75bf | 0 | roles/common | 8,021 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install package dependencies\n apt:\n name: '{{ packages }}'\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2206,
"all_permissive": false
} |
ansible_role | emandret/jenkins-on-kubernetes | 1e3ac326b344f50e0f95c0c0361eecb070db75bf | 0 | roles/jenkins | 8,021 | [
"no_license"
] | [
{
"path": "roles/jenkins/files/jenkins-master.yaml",
"content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: jenkins-master\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: Role\nmetadata:\n name: jenkins-master\nrules:\n- apiGroups:\n - ''\n resources:\n - pods\n verbs: [create, dele... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4384,
"all_permissive": false
} |
ansible_role | emandret/jenkins-on-kubernetes | 1e3ac326b344f50e0f95c0c0361eecb070db75bf | 0 | roles/master | 8,021 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "- name: Create kubeconfig directory\n file:\n path: '{{ kube_config|dirname }}'\n state: directory\n mode: 0755\n\n- name: Create empty kubeconfig\n file:\n path: '{{ kube_config }}'\n state: touch\n mode: 0644\n\n- name: Check whether... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | emandret/jenkins-on-kubernetes | 1e3ac326b344f50e0f95c0c0361eecb070db75bf | 0 | roles/worker | 8,021 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "- name: Copy join command local file to remote host\n copy:\n src: .join-command\n dest: /tmp/join-command.sh\n mode: a+rwx\n remote_src: no\n\n- name: Initialize the worker node and join it to the cluster\n command: sh /tmp/join-command.sh\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | sara-own/Temple | fff6d2a1fb78effe70750d9cea0c270526f55a9f | 0 | .circleci/roles/node-exporter | 8,021 | [
"no_license"
] | [
{
"path": ".circleci/roles/node-exporter/tasks/main.yml",
"content": "- - -\n- name: Update yum repo\n yum:\n name: \"*\"\n state: latest\n- name: Create node_exporter user\n shell: \"sudo useradd --no-create-home --shell /bin/false node_exporter \\nsudo mkdir /etc/node_exporter sudo mkdir /var/lib/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | omerbenda98/uitopia-cd | 695b68cf97b066626fc6cbd840880237731f4c76 | 0 | ansible/roles/app | 8,021 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "- name: Clean up unused Docker images\n become: yes\n shell: docker image prune -a -f\n register: prune_result\n changed_when: \"'Total reclaimed space:' in prune_result.stdout\"\n\n- name: Pull latest Docker image\n docker_image:\n name: \"o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | omerbenda98/uitopia-cd | 695b68cf97b066626fc6cbd840880237731f4c76 | 0 | ansible/roles/docker | 8,021 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Add ubuntu user to docker group\n user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: yes\n\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | opennetworkinglab/aether-sriov | c7d2220372881920ae13f0dbb182bc72c9be5612 | 1 | roles/sriov | 8,021 | [
"no_license"
] | [
{
"path": "roles/sriov/molecule/default/verify.yml",
"content": "---\n# sriov molecule/default/verify.yml\n#\n# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <<EMAIL>>\n# SPDX-License-Identifier: Apache-2.0\n\n- name: Verify\n hosts: all\n tasks:\n - name: Gather service facts\n servic... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 14744,
"all_permissive": false
} |
ansible_role | DICL/velox-deploy-ansible | 17f39fcd2f64a69d4339fbe33be2743385d138a2 | 0 | roles/common | 8,021 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install needed packages\n apt: pkg={{ item }} state=installed\n with_items: \n - automake\n - build-essential\n - libtool\n - sysstat\n - gdb\n - libboost-all-dev\n - libsqlite3-dev\n - libsqlite3-0\n when: ansible_distribution == ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.