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 | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/commons_downloads | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/commons_downloads/defaults/main.yml",
"content": "---\nhadoop_downloads: \n kafka_link: 'http://apache.mirrors.lucidnetworks.net/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz' \n cdh5_zookeeper_link: 'http://archive.cloudera.com/cdh5/cdh/5/zookeeper-3.4.5-cdh5.1.2.tar.gz'\n cdh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/http2kafka | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/http2kafka/templates/running.sh",
"content": "#!/bin/bash\n\n# Exporting Required Libraries\nexport LD_LIBRARY_PATH=/usr/local/lib:{{ common['soft_link_base_path'] }}/http2kafka/lib\n\ncd {{ common['soft_link_base_path'] }}/http2kafka/\n\n# Making sure nothing is running.\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3965,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/kafka_install_tarball | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/kafka_install_tarball/tasks/user.yml",
"content": "---\n\n - name: Create a User `\"{{ kafka_user }}\"` for all our Hadoop Modules.\n user: name={{ kafka_user }} password=<PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/post_install_setups | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/post_install_setups/templates/renamedir.sh",
"content": "#!/bin/bash\necho \"############### starting \"`date`\nbasedir=/home/{{ storm_user }}/session/data \ntoday=`date +%Y%m%d`\n{{ common['soft_link_base_path'] }}/hadoop/bin/hadoop fs -ls ${basedir}\"/begin/*\" | gr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/storm_commons_tarball | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/storm_commons_tarball/templates/storm.yaml.j2",
"content": "storm.zookeeper.servers:\n{% for server in zookeepernodes %}\n - {{ server }}\n{% endfor %}\n\nstorm.zookeeper.port: {{ storm_zookeeper_port }}\n\nnimbus.host: {{ group['stormnumbusnodes'][0] }}\nnimbus.childopts... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/tomcat_webserver | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/tomcat_webserver/tasks/install.yml",
"content": "---\n - name: UnArchive the Package in Destination Server.\n unarchive: creates={{ common['install_base_path'] }}/{{ tomcat_version }} src=file_archives/{{ tomcat_version }}.tar.gz dest={{ common['install_base_path'] }} ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | infra_integration/roles/zabbix_agent_install | 7,704 | [
"no_license"
] | [
{
"path": "infra_integration/roles/zabbix_agent_install/tasks/main.yml",
"content": "---\n\n- name: Zabbix Agent | Create Remote Directory.\n file: path={{ copy_location }} state=directory\n\n- name: Zabbix Agent | Copy Files to Remote Server.\n copy: src=file_archives/zabbix_rpms/{{ item }} dest={{ copy_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | ahmedzbyr/ansible-playbooks-bigdata | 4303b1e4c4601e037f613c4333f602a0f53fb9c4 | 0 | mongodb_setup/roles/common | 7,704 | [
"no_license"
] | [
{
"path": "mongodb_setup/roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost\n{% for host in groups['all'] %}\n{{ hostvars[host]['inventory_hostname'] }} {{ hostvars[host].host_name }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4884,
"all_permissive": false
} |
ansible_role | JohnVillalovos/provision-systems | 1d369fe2fff869708be574e9504e491735062e91 | 0 | roles/base | 7,704 | [
"permissive"
] | [
{
"path": "roles/base/files/home_dir/.vimrc",
"content": "set background=dark\nset ignorecase\nset number\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 46
},
{
"path": "roles/base/meta/main.yml",
"content": "galaxy_info:\n author: <... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8167,
"all_permissive": true
} |
ansible_role | Prior99/mumble-bot-frontend | 61b3ba86a43dd7395baec7aedc6e69565f7b2c9f | 0 | deploy/roles/mumble-bot-frontend | 7,704 | [
"no_license"
] | [
{
"path": "deploy/roles/mumble-bot-frontend/tasks/main.yml",
"content": "---\n\n- name: create directory\n file: path=/storage/prior/applications/mumble-bot-frontend state=directory\n\n- name: copy files\n copy:\n src: \"{{ item }}\"\n dest: /storage/prior/applications/mumble-bot-frontend/\n with_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | Rishats/gitlab-runner-docker | fc86b91f2b7ee4d9bd8abb61071e2ea2fcf69a4d | 0 | roles/gitlab_runner_docker | 7,704 | [
"no_license"
] | [
{
"path": "roles/gitlab_runner_docker/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Simple install docker and gitlab runner\n company: IBEC Systems\n license: MIT\n min_ansible_version: \"9.0\"\n role_name: gitlab_runner_docker # Имя роли\n namespace: ibecsystems # Простр... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6901,
"all_permissive": false
} |
ansible_role | alhamdubello/gluster | d83468d8679513c03f8cdcbd5851f64ec922060a | 0 | roles/xfs_create | 7,704 | [
"no_license"
] | [
{
"path": "roles/xfs_create/handlers/main.yml",
"content": "---\n# handlers file for xfs_create",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/xfs_create/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1492,
"all_permissive": false
} |
ansible_role | boboky/ansible-oms | 48c47c589e92875f1c95beaa03086ac6e9606fef | 0 | roles/deploy-oms | 7,704 | [
"no_license"
] | [
{
"path": "roles/deploy-oms/tasks/main.yaml",
"content": "---\n\n - name: Deploy OMS\n azure_rm_deployment:\n state: present\n resource_group_name: \"{{ oms_resourceGroup }}\"\n location: \"{{ oms_resourceGroupLocation }}\"\n template: \"{{ lookup('template', '../armtemplate/arm_oms.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | boboky/ansible-oms | 48c47c589e92875f1c95beaa03086ac6e9606fef | 0 | roles/linux-oms-config | 7,704 | [
"no_license"
] | [
{
"path": "roles/linux-oms-config/tasks/main.yaml",
"content": "---\r\n- name: Make my directory tree readable\r\n file:\r\n path: /var/log/audit\r\n mode: u=rwX,g=rX,o=rX\r\n recurse: yes\r\n\r\n- name: Make log files readable\r\n file:\r\n path: /var/log/clamd.log\r\n mode: 0644\r\n\r\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | boboky/ansible-oms | 48c47c589e92875f1c95beaa03086ac6e9606fef | 0 | roles/oms-agent-management | 7,704 | [
"no_license"
] | [
{
"path": "roles/oms-agent-management/tasks/main.yaml",
"content": "---\r\n\r\n- name: copy oms agent\r\n become: true\r\n copy: src=omsagent-1.3.3-15.universal.x64.sh dest=/tmp/ mode=0755 owner=root group=root \r\n\r\n- name: install oms prerequisits\r\n become: true\r\n yum:\r\n name: policycoreuti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | boboky/ansible-oms | 48c47c589e92875f1c95beaa03086ac6e9606fef | 0 | roles/windows-defender | 7,704 | [
"no_license"
] | [
{
"path": "roles/windows-defender/tasks/main.yaml",
"content": "---\r\n\r\n- name: Install Windows Defender\r\n win_feature:\r\n name: Windows-Defender \r\n state: present\r\n\r\n- name: Install Windows Defender GUI\r\n win_feature:\r\n name: Windows-Defender-GUI\r\n state: present\r\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | boboky/ansible-oms | 48c47c589e92875f1c95beaa03086ac6e9606fef | 0 | roles/windows-oms-agent-management | 7,704 | [
"no_license"
] | [
{
"path": "roles/windows-oms-agent-management/tasks/main.yaml",
"content": "---\n\n- name: Create directory structure\n win_file:\n path: C:\\Source\n state: directory\n\n- name: copy windows oms agent\n win_copy:\n src: MMASetup-AMD64.exe\n dest: C:\\Source\\MMASetup-AMD64.exe\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | boboky/ansible-oms | 48c47c589e92875f1c95beaa03086ac6e9606fef | 0 | roles/windows-oms-config | 7,704 | [
"no_license"
] | [
{
"path": "roles/windows-oms-config/tasks/main.yaml",
"content": "---\r\n\r\n- name: Enable firewall rule for using ICMP - Network Performance montior\r\n script: enableRules_icmp.ps1\r\n register: out\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 | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/clients | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/clients/tasks/install_redteam.yml",
"content": "#Remove-WindowsFeature Windows-Defender, Windows-Defender-GUI\n- name: redteam | disabling Windows Defender for installation\n win_shell: |\n Uninstall-WindowsFeature -Name Windows-Defender\n Uninstall-Windowsfeature -Name windo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3519,
"all_permissive": false
} |
ansible_role | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/common | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/join_domain.yml",
"content": "---\n- name: change DNS server\n win_dns_client:\n adapter_names: '*'\n ipv4_addresses: \"{{ domain_controller_ip }}\"\n when: not ansible_windows_domain_member\n\n- name: domain | client block\n block:\n\n - name: domain | ensuri... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5926,
"all_permissive": false
} |
ansible_role | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/fileserver | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/fileserver/defaults/main.yml",
"content": "---\ndev_shares:\n - vagrant_files\n - ci\n - release\n\ncorp_shares:\n - Corporate\n - Public\n - Internal\n\ninternal_shares:\n - M&A\n - Docs\n - Expenses\n - FY_Allocations\n - Strategy\n - HR\n - Legal\n",
"license_typ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/jumphost | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/jumphost/defaults/main.yml",
"content": "---\nsyslog_server: 10.40.2.52\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "Ansible/roles/jumphost/tasks/main.yml",
"content": "- block:\n - name: jumphost | add single lin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/primary_domain_controller | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/primary_domain_controller/tasks/create_gpo.yml",
"content": "---\n- name: domain | ping DC and domain once\n win_shell: |\n \"ping /n 1 {{ domain_controller_fqdn }}; ping /n 1 {{ domain }}\"\n\n- name: domain | create Servers OU if not exists\n win_shell: |\n if (!([ADSI]::E... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12596,
"all_permissive": false
} |
ansible_role | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/redteam | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/redteam/tasks/main.yml",
"content": "- block:\n - name: redteam | installing required packages\n apt:\n name:\n - git\n - unzip\n - tmux\n - proxychains\n - nmap\n - wget\n - software-properties-common\n - apt-transpor... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4290,
"all_permissive": false
} |
ansible_role | dlee35/esxiDetectionLab | 80645e6fa2e85124b4a807da91530398dd9a02b3 | 1 | Ansible/roles/windows_event_forwarder | 7,704 | [
"no_license"
] | [
{
"path": "Ansible/roles/windows_event_forwarder/tasks/main.yml",
"content": "---\n- name: wef | copying custom event channels DLL\n win_copy:\n src: C:/Users/{{ ansible_user }}/AppData/Local/Temp/windows-event-forwarding-master/windows-event-channels/CustomEventChannels.dll\n dest: C:/Windows/System... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2304,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | ansible_done/ansible/roles/nginx | 7,704 | [
"no_license"
] | [
{
"path": "ansible_done/ansible/roles/nginx/templates/proxy-OKD.j2",
"content": "### Proxy Config for OKD ###\nproxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\nproxy_set_header X-Real-IP $remote_addr;\nproxy_set_header X-Nginx-Request-Id $request_id;\nproxy_redirect off;\nproxy_intercept_errors... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4223,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/add_hosts | 7,704 | [
"no_license"
] | [
{
"path": "roles/add_hosts/tasks/main.yml",
"content": "---\n - name: copy ssh-keys\n copy:\n src: ~/.ssh/\n dest: ~/.ssh/\n owner: $USER\n group: $GROUP\n mode: 0600\n\n - name: Copy hosts config files\n template:\n src: \"hosts\"\n dest: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/add_kubeadm_init_config | 7,704 | [
"no_license"
] | [
{
"path": "roles/add_kubeadm_init_config/tasks/main.yml",
"content": "---\n# Парсинг айпишников\n - name: Check internal_ip or hosts\n shell: \"hostname -I | cut -d' ' -f1\"\n register: internal_ip\n\n - name: Check internal_ip kube0\n shell: \"cat /etc/hosts | grep kube0 | awk '{print ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/elk | 7,704 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "---\n- name: Add Docker repository.\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install Docker\n yum: name=docker state=latest\n\n- name: Install Docker-compose\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/install_cluster | 7,704 | [
"no_license"
] | [
{
"path": "roles/install_cluster/tasks/main.yml",
"content": "---\n# Парсинг айпишников\n - name: Check internal_ip kube0\n shell: \"cat /etc/hosts | grep kube0 | awk '{print $1}' | tail -1\"\n register: internal_ip_kube0\n\n - name: Check internal_ip kube1\n shell: \"cat /etc/hosts | g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6415,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/install_docker | 7,704 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/main.yml",
"content": "---\n - name: Install utilites\n package: name={{ item }} state=present\n become: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - gnupg\n\n - name: Add Docker GPG key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/install_etcd | 7,704 | [
"no_license"
] | [
{
"path": "roles/install_etcd/tasks/main.yml",
"content": "---\n- name: Install etcd\n apt: name=etcd state=latest\n become: yes\n\n- name: Stop etcd\n service:\n name: etcd\n state: stopped\n become: yes\n\n- name: Copy etcd config files\n template:\n src: \"etcd.conf\"\n dest: \"/etc/de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/install_kubeadm | 7,704 | [
"no_license"
] | [
{
"path": "roles/install_kubeadm/tasks/main.yml",
"content": "---\n - name: Update apt packages\n apt:\n update_cache: yes\n become: yes\n\n - name: Install utilites\n package: name={{ item }} state=present\n become: yes\n with_items:\n - apt-transport-https\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2427,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/install_soft | 7,704 | [
"no_license"
] | [
{
"path": "roles/install_soft/tasks/main.yml",
"content": "---\n- name: Install soft\n apt: name={{ item }} state=latest\n become: yes\n with_items:\n - curl\n - net-tools\n - git\n - nmap\n - wget\n - telnet\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/nginx-test | 7,704 | [
"no_license"
] | [
{
"path": "roles/nginx-test/tasks/main.yml",
"content": "---\n\n- name: For Deb-based.\n block: ##### Deb-based #####\n\n - name: Install nginx\n apt:\n pkg: nginx\n become: yes\n when: ansible_os_family == \"Debian\" or ansible_os_family == \"Ubuntu\"\n\n- name: For Centos\n block: ####... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/run_patch | 7,704 | [
"no_license"
] | [
{
"path": "roles/run_patch/tasks/main.yml",
"content": "---\n# Парсинг айпишников\n - name: Check internal_ip kube0\n shell: \"cat /etc/hosts | grep kube0 | awk '{print $1}' | tail -1\"\n register: internal_ip_kube0\n\n - name: Create patch-ing-controller\n shell: |\n cat > ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/start_kubeadm_kube0 | 7,704 | [
"no_license"
] | [
{
"path": "roles/start_kubeadm_kube0/tasks/main.yml",
"content": "---\n - name: Reset Kubernetes component\n shell: \"sudo kubeadm reset --force\"\n become: yes\n ignore_errors: True\n\n - name: Delete dir /home/mike/.kube\n shell: \"rm -rf /home/mike/.kube\"\n\n - name: Start k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2054,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/start_kubeadm_kube1 | 7,704 | [
"no_license"
] | [
{
"path": "roles/start_kubeadm_kube1/tasks/main.yml",
"content": "---\n - name: Reset Kubernetes component\n shell: \"sudo kubeadm reset --force\"\n become: yes\n ignore_errors: True\n\n - name: Delete dir /home/mike/.kube\n shell: \"rm -rf /home/mike/.kube\"\n\n - name: Copy pk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | hforthis/ansible_template | c68367c796c932e358aa1d9ccdb53f51ed1dd45d | 0 | roles/start_kubeadm_slave | 7,704 | [
"no_license"
] | [
{
"path": "roles/start_kubeadm_slave/tasks/main.yml",
"content": "---\n - name: Reset Kubernetes component\n shell: \"sudo kubeadm reset --force\"\n become: yes\n ignore_errors: True\n\n - name: Delete dir /home/mike/.kube\n shell: \"rm -rf /home/mike/.kube\"\n\n - name: copy co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | amilovanovikj/Ansible-Exercise | 559dd7f20a5394af8c8eec6d159f09bad3c1b681 | 0 | roles/java | 7,704 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "# roles/java/tasks/centos.yml\n---\n# cd /tmp\n# wget \\\n# --no-cookies \\\n# --no-check-certificate \\\n# --header \"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie\" \\\n# \"http://download.oracle.com/otn-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | mrbidon/go-gigaset-phonebook | 1a133221be803a0a0ecb2077d2048a2edbd2d9f6 | 1 | ansible/roles/repertory | 7,704 | [
"no_license"
] | [
{
"path": "ansible/roles/repertory/handlers/main.yml",
"content": "- name: systemctl daemon-reload\n systemd:\n daemon_reload: yes\n\n- name: restart rsyslog\n service:\n name: rsyslog\n state: restarted\n\n- name: restart phonebook\n service:\n name: phonebook\n state: restarted\n",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1974,
"all_permissive": false
} |
ansible_role | FoodLoverForYouAndYourFood/os_lab2 | 7d0ed09062f53ba5e758e03d68b18696daf469a0 | 0 | lab3/roles/selinux_disabled | 7,704 | [
"no_license"
] | [
{
"path": "lab3/roles/selinux_disabled/tasks/main.yml",
"content": "---\n# tasks file for selinux_disabled\n- name: Disable SELinux\n ansible.posix.selinux:\n state: disabled\n notify: \n - Reboot machine\n tags: \n - selinux\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | FoodLoverForYouAndYourFood/os_lab2 | 7d0ed09062f53ba5e758e03d68b18696daf469a0 | 0 | lab4/roles/balancer | 7,704 | [
"no_license"
] | [
{
"path": "lab4/roles/balancer/tasks/main.yml",
"content": "---\n# tasks file for balancer\n- name: Install the latest version of haproxy\n ansible.builtin.dnf:\n name: HAproxy\n state: latest\n tags:\n - balancer\n\n- name: Template a file to /etc/haproxy/haproxy.conf.j2\n ansible.builtin.templ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | FoodLoverForYouAndYourFood/os_lab2 | 7d0ed09062f53ba5e758e03d68b18696daf469a0 | 0 | lab4/roles/selinux_disabled | 7,704 | [
"no_license"
] | [
{
"path": "lab4/roles/selinux_disabled/tasks/main.yml",
"content": "---\n# tasks file for selinux_disabled\n- name: Copy config\n copy:\n src: config\n dest: /etc/selinux/config\n owner: root\n group: root\n notify: \n - Reboot machine\n tags: \n - selinux",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | Philippe-Neveux/at-bus-airflow-server | b37e686beecc0e3f6431dcf070183fba40f1cab7 | 1 | ansible/roles/airflow | 7,704 | [
"no_license"
] | [
{
"path": "ansible/roles/airflow/templates/airflow.service.j2",
"content": "[Unit]\nDescription=Airflow Docker Compose\nRequires=docker.service\nAfter=docker.service\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nWorkingDirectory={{ airflow_project_dir }}\nUser=airflow\nGroup=airflow\nEnvironment=PATH=/us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4203,
"all_permissive": false
} |
ansible_role | Philippe-Neveux/at-bus-airflow-server | b37e686beecc0e3f6431dcf070183fba40f1cab7 | 1 | ansible/roles/common | 7,704 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/environment.j2",
"content": "# Airflow Environment Variables\nAIRFLOW_UID={{ airflow_uid }}\nAIRFLOW_PROJ_DIR={{ airflow_project_dir }}\nGCP_PROJECT_ID={{ gcp_project_id }}\nGCP_REGION={{ gcp_region }}\nIMAGE_NAME={{ image_name }}\n_AIRFLOW_WWW_USER_USERNAME={{ airf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2292,
"all_permissive": false
} |
ansible_role | Philippe-Neveux/at-bus-airflow-server | b37e686beecc0e3f6431dcf070183fba40f1cab7 | 1 | ansible/roles/docker | 7,704 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/docker_pull.yml",
"content": "---\n- name: Pull Docker image as airflow user\n shell: |\n docker pull \"{{ docker_image_name }}\"\n become: yes\n become_user: airflow\n register: docker_pull_result\n changed_when: docker_pull_result.rc == 0\n failed_when: false... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4532,
"all_permissive": false
} |
ansible_role | Philippe-Neveux/at-bus-airflow-server | b37e686beecc0e3f6431dcf070183fba40f1cab7 | 1 | ansible/roles/monitoring | 7,704 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/templates/airflow-monitor.timer.j2",
"content": "[Unit]\nDescription=Run Airflow monitoring every 5 minutes\nRequires=airflow-monitor.service\n\n[Timer]\nUnit=airflow-monitor.service\nOnCalendar=*:0/5\nPersistent=true\n\n[Install]\nWantedBy=timers.target ",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2917,
"all_permissive": false
} |
ansible_role | Philippe-Neveux/at-bus-airflow-server | b37e686beecc0e3f6431dcf070183fba40f1cab7 | 1 | ansible/roles/nginx | 7,704 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/airflow.conf.j2",
"content": "upstream airflow {\n server 127.0.0.1:{{ airflow_webserver_port }};\n}\n\nserver {\n listen 80;\n server_name _;\n\n client_max_body_size 100M;\n\n location / {\n proxy_pass http://airflow;\n proxy_set_header... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | maisevector/ansible_system_config | 1ae48005eb768ba9e964751559d30f4e2f623c49 | 0 | roles/debian | 7,704 | [
"no_license"
] | [
{
"path": "roles/debian/tasks/sway.yml",
"content": "---\n- name: \"Install sway\"\n ansible.builtin.apt:\n name:\n - sway\n - swaylock\n - rofi\n - i3status\n become: true\n\n- name: \"Create sway config directory\"\n ansible.builtin.file: \n path: ~/.config/sway\n state: directory\... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 23,
"total_bytes": 17455,
"all_permissive": false
} |
ansible_role | maisevector/ansible_system_config | 1ae48005eb768ba9e964751559d30f4e2f623c49 | 0 | roles/gnome | 7,704 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/keybindings.yml",
"content": "- name: \"Firefox\"\n gsetting:\n schema: org.gnome.settings-daemon.plugins.media-keys.custom-keybinding\n path: /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0firefox/\n settings:\n name: \"Browser\"\n b... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4283,
"all_permissive": false
} |
ansible_role | maisevector/ansible_system_config | 1ae48005eb768ba9e964751559d30f4e2f623c49 | 0 | roles/scripts | 7,704 | [
"no_license"
] | [
{
"path": "roles/scripts/files/startup-maintainer.sh",
"content": "#!/bin/bash\n\nlist_packages() {\n # Get distro type\n DISTRO=$(cat /etc/os-release | grep -o \"^ID=.*\" | sed 's/ID=//g')\n explicit_orphan_file=${maintenance_dir}/explicit_orphans.txt\n explicitly_instaled_packages_file=${maint... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3381,
"all_permissive": false
} |
ansible_role | ryanymt/ansible-labs | 3dc2d6fd8119522f44fa4986d23859f6fb3ebdc5 | 0 | jboss_demo/roles/jboss-standalone | 7,704 | [
"no_license"
] | [
{
"path": "jboss_demo/roles/jboss-standalone/tasks/main.yml",
"content": "---\r\n- name: Install Java 1.7 and some basic dependencies\r\n yum: \r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - unzip\r\n - java-1.7.0-openjdk\r\n - libselinux-python\r\n - libsemanage-python\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2817,
"all_permissive": false
} |
ansible_role | Chandu154/ansible-roboshop-roles-tf | 61ccd6b2d504fb16d329d4f3b3738357e89ca322 | 0 | roles/common | 7,704 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-setup.yaml",
"content": "\n- name: checking exists roboshop user\n ansible.builtin.command: id roboshop\n register: out\n ignore_errors: true\n\n#when: out.rc != 0 \n- name: create user roboshop\n become: yes\n when: out.rc != 0\n ansible.builtin.user: \n name: rob... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1189,
"all_permissive": false
} |
ansible_role | yamaoka-kitaguchi-lab/tn3-edges | c3a4e546bc4be56b34b3149023bdaa87bdd89310 | 0 | roles/juniper | 7,704 | [
"no_license"
] | [
{
"path": "roles/juniper/tasks/guest.yml",
"content": "---\n- name: Create guest user\n connection: network_cli\n cli_command:\n command: \"{{ item }}\"\n check_all: True\n prompt:\n - \"New password\"\n - \"Retype new password\"\n answer:\n - \"{{ guest_password }}\"\n - \... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | bengosney/hosting | 78e0a0462fdd4e42f53507bb6ee0e90211e4caff | 0 | playbooks/roles/secure | 7,715 | [
"permissive"
] | [
{
"path": "playbooks/roles/secure/templates/fail2ban/jail.local.j2",
"content": "[sshd]\nenabled = true\nport = ssh\nfilter = sshd\nlogpath = /var/log/auth.log\nmaxretry = 3\nfindtime = 300\nbantime = 3600\nignoreip = 127.0.0.1\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 809,
"all_permissive": true
} |
ansible_role | bengosney/hosting | 78e0a0462fdd4e42f53507bb6ee0e90211e4caff | 0 | playbooks/roles/server | 7,715 | [
"permissive"
] | [
{
"path": "playbooks/roles/server/tasks/main.yml",
"content": "- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - python3-certifi\n state: latest\n\n- name: Create directory for Docker's GPG key\n ansible.builtin.file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3257,
"all_permissive": true
} |
ansible_role | kazzzuki/CPE232_HOA15.1 | 9a25852ceb927a98ef49b3e02108db949bd6915b | 0 | roles/Cinder_Controller_Node | 7,715 | [
"no_license"
] | [
{
"path": "roles/Cinder_Controller_Node/tasks/main.yml",
"content": "\n- name: Create Cinder database\n mysql_db:\n name: cinder\n login_unix_socket: /var/run/mysqld/mysqld.sock\n\n- name: Grant privileges on Cinder database\n mysql_user:\n name: cinder\n password: <PASSWORD>\n priv: \"cind... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3606,
"all_permissive": false
} |
ansible_role | kazzzuki/CPE232_HOA15.1 | 9a25852ceb927a98ef49b3e02108db949bd6915b | 0 | roles/Horizon | 7,715 | [
"no_license"
] | [
{
"path": "roles/Horizon/tasks/main.yml",
"content": "\n- name: Install component\n apt:\n name: openstack-dashboard\n state: present\n\n- name: Edit /etc/openstack-dashboard/local_settings.py file\n lineinfile:\n path: /etc/openstack-dashboard/local_settings.py\n regexp: \"{{ item.regexp }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1932,
"all_permissive": false
} |
ansible_role | kazzzuki/CPE232_HOA15.1 | 9a25852ceb927a98ef49b3e02108db949bd6915b | 0 | roles/Neutron_Compute_Node | 7,715 | [
"no_license"
] | [
{
"path": "roles/Neutron_Compute_Node/tasks/main.yml",
"content": "\n- name: Install components\n apt:\n name: neutron-linuxbridge-agent\n state: present\n\n- name: Edit /etc/neutron/neutron.conf file\n lineinfile:\n path: /etc/neutron/neutron.conf\n regexp: \"{{ item.regexp }}\"\n line: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2950,
"all_permissive": false
} |
ansible_role | kazzzuki/CPE232_HOA15.1 | 9a25852ceb927a98ef49b3e02108db949bd6915b | 0 | roles/Neutron_Controller_Node | 7,715 | [
"no_license"
] | [
{
"path": "roles/Neutron_Controller_Node/tasks/main.yml",
"content": "\n- name: Create Neutron database\n mysql_db:\n name: neutron\n login_unix_socket: /var/run/mysqld/mysqld.sock\n\n- name: Grant privileges on Neutron database\n mysql_user:\n name: neutron\n password: <PASSWORD>\n priv: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7471,
"all_permissive": false
} |
ansible_role | vgoel1051/lamp | 5ac9460e3398f3b90841b5ec60dd320a6a7bcfa1 | 0 | ansible-lamp-playbook/roles/MySql | 7,715 | [
"no_license"
] | [
{
"path": "ansible-lamp-playbook/roles/MySql/tasks/main.yml",
"content": "---\n\n- include: install.yml\n- include: config.yml\n- include: user.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible-lamp-playbook/roles/MySql/tasks/user.yml",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3277,
"all_permissive": false
} |
ansible_role | vgoel1051/lamp | 5ac9460e3398f3b90841b5ec60dd320a6a7bcfa1 | 0 | ansible-lamp-playbook/roles/apache2 | 7,715 | [
"no_license"
] | [
{
"path": "ansible-lamp-playbook/roles/apache2/tasks/copyCerts.yml",
"content": "---\n\n - name: Create ssl directory\n file:\n path: /etc/apache2/ssl\n state: directory\n owner: www-data\n group: www-data\n mode: 0775\n recurse: yes\n with_items: \"{{... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4249,
"all_permissive": false
} |
ansible_role | vgoel1051/lamp | 5ac9460e3398f3b90841b5ec60dd320a6a7bcfa1 | 0 | ansible-lamp-playbook/roles/php-5-6 | 7,715 | [
"no_license"
] | [
{
"path": "ansible-lamp-playbook/roles/php-5-6/tasks/config.yml",
"content": "---\n - name: 'php config file'\n template: src=php.ini.j2 dest=/etc/php/5.6/apache2/php.ini\n tags: \n - php \n - php5.6 \n tags: phpt\n\n\n - name: 'php fpm config file'\n template: src=fpm/ph... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | vgoel1051/lamp | 5ac9460e3398f3b90841b5ec60dd320a6a7bcfa1 | 0 | ansible-lamp-playbook/roles/zendguard | 7,715 | [
"no_license"
] | [
{
"path": "ansible-lamp-playbook/roles/zendguard/templates/zend.ini",
"content": "zend_extension=ZendGuardLoader.so\nzend_extension=zend_opcache.so",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible-lamp-playbook/roles/zendguard/tasks/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | joelbarron/pixelgram | d418218c1687f7e9cf674db9ded527cd7d29ba7f | 0 | pixelgram-deploy/vagrant_ansible/roles/pixelgram | 7,715 | [
"no_license"
] | [
{
"path": "pixelgram-deploy/vagrant_ansible/roles/pixelgram/files/pixelgram-frontend/enviroment-develop/env-frontend-sample.sh",
"content": "export NODE_ENV=\"develop\"\nAWS_ACCESS_KEY=\"\"\nAWS_SECRET_KEY=\"\"\nENDPOINT_PICTURES_URL=\"http://localhost:5000\"\nENDPOINT_USERS_URL=\"http://localhost:5001\"\nE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 18611,
"all_permissive": false
} |
ansible_role | cyverse/cacao-tf-llama2 | 2688a877bdcc05839523fb74e5d2b988fa973a31 | 0 | ansible/roles/llama | 7,715 | [
"no_license"
] | [
{
"path": "ansible/roles/llama/tasks/main.yaml",
"content": "---\n\n- name: APT ; ensure python3-pip is installed\n apt:\n name: python3-pip\n state: present\n become: true\n\n- name: GIT ; clone the repo\n git: \n repo: https://github.com/kennethleungty/Llama-2-Open-Source-LLM-CPU-Inference.git... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | alongay/ansible | 1327d57bb580f31a53511fd640a11eeb4338d622 | 0 | roles/common | 7,715 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Install NodeJS\n ansible.builtin.yum:\n name: [ \"nodejs\", \"make\", \"gcc-c++\" ]\n state: present\n\n- name: Add roboshop app user\n ansible.builtin.user:\n name: roboshop\n\n- name: Download Code\n ansible.builtin.include_role:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | alongay/ansible | 1327d57bb580f31a53511fd640a11eeb4338d622 | 0 | roles/frontend | 7,715 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n yum:\n name: nginx\n state: latest\n\n- name: Download code\n include_role:\n name: common\n tasks_from: download\n\n- name: Remove old content\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | EswarAwsDevOps/jenkins-setup | 27e6f237aaa596a1c792c8df914c646d24b560b5 | 1 | roles/jenkins | 7,715 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/m-pipeline.yml",
"content": "- name: Generate random ID\n ansible.builtin.shell: sleep 1 ; date | md5sum | awk '{print $1}'\n register: random\n\n- name: Create Job Template\n ansible.builtin.template:\n src: m-pipeline.xml\n dest: /tmp/m-pipeline.xml\n vars:\n ra... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | namshirmk/jenkins_installation_centos7 | 360fcd4d714d2a4c85a46958d73ce4b04da7cf4b | 0 | roles/install_jenkins | 7,715 | [
"no_license"
] | [
{
"path": "roles/install_jenkins/tasks/main.yml",
"content": "---\n\n- include: configure_repo.yml\n\n- name: Setup Epel Repo\n yum:\n name: epel-release\n state: latest\n\n- name: Install Java\n yum:\n name: java-1.8.0-openjdk.x86_64\n state: installed\n\n- name: Backup profile file\n comman... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | maratkaz/test | bcdf57885ec553b7a008007b209981408b7c100d | 0 | roles/nomad-install | 7,715 | [
"no_license"
] | [
{
"path": "roles/nomad-install/templates/client.hcl.j2",
"content": "datacenter = \"{{ nomad_datacenter }}\"\ndata_dir = \"/opt/nomad/data\"\nbind_addr = \"0.0.0.0\"\nname = \"{{ inventory_hostname }}\"\n\nlog_level = \"{{ nomad_logs... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 6254,
"all_permissive": false
} |
ansible_role | jastkand/vagrantfile-golang | c577ed923fc9fe931cbcd04f681056113095db74 | 0 | provisioning/roles/git | 7,715 | [
"no_license"
] | [
{
"path": "provisioning/roles/git/tasks/main.yml",
"content": "- name: Git | Install git\n action: apt pkg=git-core state=installed update-cache=yes\n tags: git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | jastkand/vagrantfile-golang | c577ed923fc9fe931cbcd04f681056113095db74 | 0 | provisioning/roles/golang | 7,715 | [
"no_license"
] | [
{
"path": "provisioning/roles/golang/files/golang.bash",
"content": "export PATH=$PATH:/usr/local/go/bin\nexport GOPATH=$HOME/go\nexport PATH=$PATH:$GOPATH/bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "provisioning/roles/golang/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | jastkand/vagrantfile-golang | c577ed923fc9fe931cbcd04f681056113095db74 | 0 | provisioning/roles/mercurial | 7,715 | [
"no_license"
] | [
{
"path": "provisioning/roles/mercurial/tasks/main.yml",
"content": "- name: Git | Install git\n action: apt pkg=mercurial state=installed update-cache=yes\n tags: git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | jastkand/vagrantfile-golang | c577ed923fc9fe931cbcd04f681056113095db74 | 0 | provisioning/roles/nodejs | 7,715 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs/tasks/main.yml",
"content": "##\n# Node.js installation (latest stable instead of Ubuntu's out-of-date one)\n#\n- name: Node.js | Package prerequisites for node.js\n action: apt pkg={{ item }} state=installed update-cache=yes\n tags: nodejs\n with_items:\n - python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | jastkand/vagrantfile-golang | c577ed923fc9fe931cbcd04f681056113095db74 | 0 | provisioning/roles/postgresql | 7,715 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgresql/tasks/repository.yml",
"content": "---\n# Needed for add-apt-repository\n- name: Install python-software-properties\n apt: pkg={{ item }} state=installed update-cache=yes\n tags:\n - apt\n with_items:\n - python-software-properties\n - python\n - pytho... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | henningbra/tibber_webcore_prices | 41c14829a43d54eb07f0da73f3a3f76a2409267d | 0 | deployment/ansible/roles/common | 7,715 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/common/tasks/main.yml",
"content": "# Common tasks\n\n\n- name: Set timezone to Europe/Oslo\n ansible.builtin.timezone:\n name: Europe/Oslo\n become: yes\n\n- name: Enable firewall\n ansible.builtin.ufw:\n state: enabled\n become: yes\n register: ufw\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | henningbra/tibber_webcore_prices | 41c14829a43d54eb07f0da73f3a3f76a2409267d | 0 | deployment/ansible/roles/project | 7,715 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/project/templates/env.j2",
"content": "# Tibber account\nexport TIBBER_URL={{ TIBBER_URL }}\nexport TIBBER_TOKEN={{ TIBBER_TOKEN }}\n\n# Webcore Piston\nexport PISTON_URL={{ PISTON_URL }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | henningbra/tibber_webcore_prices | 41c14829a43d54eb07f0da73f3a3f76a2409267d | 0 | deployment/ansible/roles/workerserver | 7,715 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/workerserver/templates/tibber.j2",
"content": "[Unit]\nDescription=My tibber Scheduler\nAfter=multi-user.target\n\n[Service]\nType=idle\n\nWorkingDirectory={{ PROJECT_PATH }}\nExecStart=\"{{ PROJECT_PATH }}\"/venv/bin/python scheduler.py\n\n[Install]\nWantedBy=multi-user.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | Fchalon/SAP | 0353b32a39733764cd0416403e08a94c370c757a | 0 | roles/sap_prerequisites | 7,715 | [
"no_license"
] | [
{
"path": "roles/sap_prerequisites/tasks/sap_selinux.yml",
"content": "---\n- name: Configure SELINUX in permissive mode\n ansible.posix.selinux:\n policy: targeted\n state: permissive\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8074,
"all_permissive": false
} |
ansible_role | smarunich/curly-sniffle | a4d77d4d08174429827a262a4660a6409d64974c | 0 | provisioning/bootstrap/project/roles/k8s_masters | 7,715 | [
"permissive"
] | [
{
"path": "provisioning/bootstrap/project/roles/k8s_masters/tasks/main.yml",
"content": "---\n- copy:\n src: /home/ubuntu/.ssh/id_rsa\n dest: /home/demo/.ssh/id_rsa\n owner: demo\n group: demo\n mode: \"0600\"\n- file:\n path: /etc/resolv.conf\n state: absent\n- template:\n src: reso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5503,
"all_permissive": true
} |
ansible_role | stanleyogada/ingryd-ansible-project | ab97372f3d625a196a85328c39b82694717b5251 | 1 | roles/base | 7,715 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "---\n\n- name: Add ssh keys for oga user\n tags: always\n authorized_key:\n user: oga\n key: \"<KEY>\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | stanleyogada/ingryd-ansible-project | ab97372f3d625a196a85328c39b82694717b5251 | 1 | roles/db_servers | 7,715 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yaml",
"content": "---\n\n\n- name: Install MariaDB (OracleLinux)\n tags: mariadb,db_server,oracleLinux\n dnf:\n name:\n - mariadb\n state: latest\n when: ansible_distribution == \"OracleLinux\" \n\n- name: Install MariaDB (Ubuntu)\n tags: mariadb,db_se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | stanleyogada/ingryd-ansible-project | ab97372f3d625a196a85328c39b82694717b5251 | 1 | roles/file_servers | 7,715 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yaml",
"content": "---\n# Plays for file servers\n\n\n- name: Install Samba (OracleLinux, Ubuntu)\n tags: oracleLinux,ubuntu,samba,file_server\n package:\n name:\n - samba\n state: latest\n\n- name: Install NFS SERVER (OracleLinux)\n tags: oracleLinux,n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | stanleyogada/ingryd-ansible-project | ab97372f3d625a196a85328c39b82694717b5251 | 1 | roles/web_servers | 7,715 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yaml",
"content": "---\n# Plays for web servers\n\n\n# The following are installation for Ubuntu\n- name: Update Repo Index, Install Apache, php support and telnet\n tags: apache2,web_server,ubuntu\n apt:\n name:\n - apache2\n - libapache2-mod-php\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | francoisminaud/work-config-playbook | 9b4f5fda4b0ef14d0af0f49ae4b4e5170b6ce3db | 0 | roles/docker | 7,715 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n - name: Install aptitude using apt\n become: true\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n - name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-trans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | francoisminaud/work-config-playbook | 9b4f5fda4b0ef14d0af0f49ae4b4e5170b6ce3db | 0 | roles/ide | 7,715 | [
"no_license"
] | [
{
"path": "roles/ide/tasks/main.yml",
"content": "---\n # PyCharm installation for Python projects\n - name: Install latest Pycharm version\n become: true\n snap:\n name: pycharm-community\n classic: yes\n - name: Install git/gitk/vim/gnome-shell-extensions/ncdu packages\n become: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | leszko/build-your-operator | 912b97d25369ede94d84a1de41034c44e79bda77 | 17 | operator-sdk-ansible/roles/hazelcast | 7,715 | [
"no_license"
] | [
{
"path": "operator-sdk-ansible/roles/hazelcast/tasks/main.yml",
"content": "---\n- name: start hazelcast\n community.kubernetes.k8s:\n definition:\n kind: Deployment\n apiVersion: apps/v1\n metadata:\n name: hazelcast\n namespace: '{{ ansible_operator_meta.namespace }}'\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | jacob-alan-henning/jake-blog | 52627c10d9d2a7e6f8c6526a218206ad4ef51c97 | 0 | deployments/ansible/roles/common | 7,715 | [
"permissive"
] | [
{
"path": "deployments/ansible/roles/common/templates/update.j2",
"content": "#!/bin/bash\nset -euo pipefail\n\nLOGFILE=\"/var/log/maintenance.log\"\nREBOOT_DELAY=30\nDOMAIN=\"{{ dns_domain }}\"\nWEBROOT=\"/tmp/certbot-webroot\"\nEMAIL=\"{{ admin_email | default('<EMAIL>') }}\"\n\ncleanup() {\n local exi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 13458,
"all_permissive": true
} |
ansible_role | jacob-alan-henning/jake-blog | 52627c10d9d2a7e6f8c6526a218206ad4ef51c97 | 0 | deployments/ansible/roles/update | 7,715 | [
"permissive"
] | [
{
"path": "deployments/ansible/roles/update/tasks/main.yml",
"content": "---\n- block:\n - name: Get current public IP\n ansible.builtin.uri:\n url: https://api.ipify.org?format=json\n return_content: yes\n register: public_ip\n delegate_to: localhost\n changed_when: fal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1283,
"all_permissive": true
} |
ansible_role | bit-git/ansible | f69dfda82d8a34a8734a7b4f54f6d8095c7d929a | 0 | Cisco/roles/router | 7,719 | [
"no_license"
] | [
{
"path": "Cisco/roles/router/vars/main.yml",
"content": "---\ntest_routers:\n - { hostname: twb-sf-rtr1,\n secret: apassword,\n timezone: PST,\n timezone_dst: PDT,\n timezone_offset: -8,\n DHCP: true,\n dhcp_exclude1_start: 10.1.1.1,\n dhcp_exclude1_end: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | bit-git/ansible | f69dfda82d8a34a8734a7b4f54f6d8095c7d929a | 0 | ospf-config/roles/cisco | 7,719 | [
"no_license"
] | [
{
"path": "ospf-config/roles/cisco/vars/main.yml",
"content": "---\nbasic_tmpl:\n hostname: R2\n ospf_PID: 100\n ospf_RID: 2.2.2.2\n\nloopback_int:\n - { num: 0, address: 2.2.2.2, mask: 255.255.255.255 }\n\nnetworks:\n - { network: 0.0.0.0, wildmask: 255.255.255.255, area: 0 }\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | bit-git/ansible | f69dfda82d8a34a8734a7b4f54f6d8095c7d929a | 0 | ospf-config/roles/quagga | 7,719 | [
"no_license"
] | [
{
"path": "ospf-config/roles/quagga/tasks/main.yml",
"content": "--- \n - name: Getting credentials...\n include_vars: password.yml\n\n - name: Creating connection to the device...\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | Vince4130/formation_git | 86e7dac33699401113b8ff66c362cdb93fd1078e | 0 | roles/nfs_client | 7,719 | [
"no_license"
] | [
{
"path": "roles/nfs_client/tasks/main.yml",
"content": "---\n# tasks file for nfs_client\n\n- name: Install nfs utils\n ansible.builtin.package:\n name: nfs-utils\n state: present\n notify: nfs_server_start\n\n- name: Nfstab et mount\n ansible.posix.mount:\n src: \"d2-2-rbx-a-13:/srv/nfs\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | Vince4130/formation_git | 86e7dac33699401113b8ff66c362cdb93fd1078e | 0 | roles/nfs_server | 7,719 | [
"no_license"
] | [
{
"path": "roles/nfs_server/handlers/main.yml",
"content": "---\n# handlers file for nfs\n\n- name: Start nfs\n ansible.builtin.service:\n name: nfs-server\n state: started\n enabled: true\n listen: nfs_server_start\n\n- name: Restart nfs\n ansible.builtin.service:\n name: nfs-server\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | JustFiesta/ansible-course | 9db3b94a2ecc83856d7502d2970b0e0d35be94cb | 0 | roles/webservers | 7,719 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n# tasks file for roles/webservers\n\n# Debug password from secret file\n- name: Use secret password here\n debug:\n msg: \"{{ secret_password }}\"\n\n- name: See directory contents\n command: ls -la {{ path_to_app }}\n register: dir_content... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | uttutukarascuto/tripleo-quickstart | b800002c133a1adb95fa1fcf68c5df701b78e7e0 | 0 | roles/convert-image | 7,719 | [
"permissive"
] | [
{
"path": "roles/convert-image/tasks/main.yml",
"content": "- name: generate convert script\n template:\n src: \"{{ convert_image_template }}\"\n dest: \"{{ convert_image_working_dir}}/convert_image.sh\"\n\n- name: check if we have an overcloud-full.qcow2 to start from\n stat:\n path: \"{{ conver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3807,
"all_permissive": true
} |
ansible_role | uttutukarascuto/tripleo-quickstart | b800002c133a1adb95fa1fcf68c5df701b78e7e0 | 0 | roles/repo-setup | 7,719 | [
"permissive"
] | [
{
"path": "roles/repo-setup/templates/repo_setup.sh.j2",
"content": "#!/bin/bash\nset -eux\n\n### --start_docs\n## Setup repositories for the job\n## ==============================\n\n## Prepare Your Environment\n## ------------------------\n\n## * Execute commands before repositories setup\n## ::\n\n{{ rep... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12722,
"all_permissive": true
} |
ansible_role | uttutukarascuto/tripleo-quickstart | b800002c133a1adb95fa1fcf68c5df701b78e7e0 | 0 | roles/tripleo-inventory | 7,719 | [
"permissive"
] | [
{
"path": "roles/tripleo-inventory/tasks/main.yml",
"content": "---\n\n- name: Ensure gather_facts has been run against localhost\n setup:\n delegate_to: localhost\n delegate_facts: True\n when: hostvars['localhost'].ansible_user_dir is not defined\n\n- include: inventory.yml\n when: inventory in ['mul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2376,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.