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
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-neovim
180
[ "no_license" ]
[ { "path": "roles/configure-neovim/tasks/config.yml", "content": "---\n- set_fact:\n configs_directory: ~/.config\n\n- name: Creates ~/.config/nvim\n file:\n path: ~/.config/nvim\n state: directory\n\n- name: Set ~/.config/nvim directory ownership\n file:\n dest: ~/.config/nvim\n state: dire...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8635, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-nvm
180
[ "no_license" ]
[ { "path": "roles/configure-nvm/tasks/install.yml", "content": "---\n- name: Install nvm\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n\n- name: Setup .profile\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-rofi
180
[ "no_license" ]
[ { "path": "roles/configure-rofi/tasks/install.yml", "content": "---\n- name: Install rofi\n become: true\n package:\n name: rofi\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-starship
180
[ "no_license" ]
[ { "path": "roles/configure-starship/files/starship.toml", "content": "\"$schema\" = 'https://starship.rs/config-schema.json'\n\nformat = \"\"\"\n$username\\\n$hostname\\\n$localip\\\n$shlvl\\\n$singularity\\\n$kubernetes\\\n$vcsh\\\n$fossil_branch\\\n$fossil_metrics\\\n$git_branch\\\n$git_commit\\\n$git_sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4210, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-tmux
180
[ "no_license" ]
[ { "path": "roles/configure-tmux/tasks/config.yml", "content": "---\n- name: Copy tmux configs\n copy:\n src: \"{{ role_path }}/files/.tmux.conf\"\n dest: \"~/\"\n owner: \"{{ ansible_user_id }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 275, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-zsh
180
[ "no_license" ]
[ { "path": "roles/configure-zsh/tasks/main.yml", "content": "---\n- import_tasks: config.yml\n- import_tasks: plugins.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/configure-zsh/tasks/plugins.yml", "content": "---\n- name: Install zs...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 620, "all_permissive": false }
ansible_role
raghudevopsb81/tools-setup-code
78b4aa1a9cec44ef8566d40351df2cf9a144014a
0
roles/elasticsearch
180
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Set Prompt\n tags:\n - elk\n ansible.builtin.shell: set-prompt {{ tool_name }}\n\n- name: Copy Elastic repo file\n tags:\n - elk\n ansible.builtin.copy:\n src: elastic.repo\n dest: /etc/yum.repos.d/elastic.repo\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1342, "all_permissive": false }
ansible_role
raghudevopsb81/tools-setup-code
78b4aa1a9cec44ef8566d40351df2cf9a144014a
0
roles/github-runner
180
[ "no_license" ]
[ { "path": "roles/github-runner/vars/main.yml", "content": "lv_input:\n - { lv: auditVol, size: 4.4 }\n - { lv: homeVol, size: 10 }\n - { lv: logVol, size: 2 }\n - { lv: rootVol, size: 16 }\n - { lv: swapVol, size: 2 }\n - { lv: varTmpVol, size: 2 }\n - { lv: varVol, size: 25 }\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3452, "all_permissive": false }
ansible_role
lukehoersten/dev-box-ansible
bf599f4d4eb9386341257a3eab629f0ffed15191
1
roles/haskell
180
[ "no_license" ]
[ { "path": "roles/haskell/defaults/main.yml", "content": "---\npackages: >\n alex\n happy\n stylish-haskell\n pointfree\n configurator\n blaze-html\n iso8601-time\n hlint\n shake\n pandoc\n hoogle\n\nbroken_packages: >\n present\n haskell-docs\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 739, "all_permissive": false }
ansible_role
lukehoersten/dev-box-ansible
bf599f4d4eb9386341257a3eab629f0ffed15191
1
roles/osx
180
[ "no_license" ]
[ { "path": "roles/osx/tasks/main.yml", "content": "---\n- name: update and upgrade homebrew packages\n homebrew: update_homebrew=yes upgrade_all=yes\n\n- name: install homebrew packages\n homebrew: name={{item}}\n with_items: \"{{brew_packages}}\"\n\n- name: install homebrew cask packages\n homebrew_cask...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
nicolaj-hartmann/ansible
c9521d6f6e03ecb2a0f2cda267d299c9b278143e
0
roles/example
180
[ "no_license" ]
[ { "path": "roles/example/tasks/main.yml", "content": "---\n- name: Print the hostname and tag\n debug:\n msg: \"example\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
nicolaj-hartmann/ansible
c9521d6f6e03ecb2a0f2cda267d299c9b278143e
0
roles/k3s
180
[ "no_license" ]
[ { "path": "roles/k3s/tasks/main.yml", "content": "---\n- name: Install K3s\n shell: curl -sfL https://get.k3s.io | sh -\n\n- name: Ensure K3s service is running\n service:\n name: k3s\n state: started\n enabled: true\n\n- name: Print K3s version\n shell: k3s --version\n register: k3s_version\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
nokio10/otusProject
367f8aca817124d38874684f6d3f27b287beb0f2
0
ansible/roles/backup
180
[ "no_license" ]
[ { "path": "ansible/roles/backup/tasks/main.yaml", "content": "- name: load elk.repo\n copy:\n src: \"elk.repo\"\n dest: /etc/yum.repos.d/elasticsearch.repo\n owner: root\n group: root\n mode: '0644'\n\n- name: load kibana.repo\n copy:\n src: \"kibana.repo\"\n dest: /etc/yum.repos.d/ki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3248, "all_permissive": false }
ansible_role
nokio10/otusProject
367f8aca817124d38874684f6d3f27b287beb0f2
0
ansible/roles/monitoring
180
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/files/docker-compose.yml", "content": "version: '2'\n \nnetworks:\n monitor:\n driver: bridge\n ipam:\n config:\n - subnet: 172.21.0.0/16\n\nservices:\n prometheus:\n image: prom/prometheus\n container_name: prom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3696, "all_permissive": false }
ansible_role
nokio10/otusProject
367f8aca817124d38874684f6d3f27b287beb0f2
0
ansible/roles/nginx
180
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "- name: install packages\n yum: \n name: \n - iptables\n - iptables-services\n - python-pip\n - python-setuptools\n - libsemanage-python\n - audispd-plugins\n - filebeat\n - nginx\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4503, "all_permissive": false }
ansible_role
nokio10/otusProject
367f8aca817124d38874684f6d3f27b287beb0f2
0
ansible/roles/postgres
180
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yaml", "content": "- name: install packages\n yum: \n name: \n - http://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n update_cache: true\n\n- name: install Postgresql14\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3334, "all_permissive": false }
ansible_role
nokio10/otusProject
367f8aca817124d38874684f6d3f27b287beb0f2
0
ansible/roles/prepare
180
[ "no_license" ]
[ { "path": "ansible/roles/prepare/tasks/main.yaml", "content": "- name: install packages\n yum: \n name: epel-release\n state: present\n update_cache: true\n\n- name: Add node-exporter user\n user:\n name: node-exporter \n state: present\n\n- name: copy node-exporter bin\n copy:\n src: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1487, "all_permissive": false }
ansible_role
nokio10/otusProject
367f8aca817124d38874684f6d3f27b287beb0f2
0
ansible/roles/web
180
[ "no_license" ]
[ { "path": "ansible/roles/web/files/docker-compose.yml", "content": "version: '3.3'\n\nservices:\n web:\n build: .\n command: python /website/manage.py runserver 0.0.0.0:8000\n logging:\n driver: \"json-file\"\n volumes:\n - .:/website:Z\n ports:\n - \"80:8000\"\n env_file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 9701, "all_permissive": false }
ansible_role
AlJoCo/Geo-history-quiz
bc0b8275b8539437c04747296961e3448b62b151
0
ansible/roles/worker
180
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "---\n# tasks file for worker\n- name: Add worker to swarm\n community.docker.docker_swarm:\n state: join\n join_token: \"{{ hostvars['manager']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}\"\n remote_addrs: [ 'manager:2377' ]\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
kolamani803/Ansible_VMware_tools_upgrade
2932e6585b506edfef4262f87c9710ae91777dcd
0
roles/addinghosts
178
[ "no_license" ]
[ { "path": "roles/addinghosts/tasks/main.yml", "content": "- block:\n - name: setting fact for hostname\n set_fact:\n hostname: \"{{ host_ip_dict[item1] }}\"\n - set_fact:\n addOutput: default\n response: default\n rescue:\n - set_fact:\n availability_status: \"unknown\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1326, "all_permissive": false }
ansible_role
kolamani803/Ansible_VMware_tools_upgrade
2932e6585b506edfef4262f87c9710ae91777dcd
0
roles/slack_notification
178
[ "no_license" ]
[ { "path": "roles/slack_notification/tasks/main.yml", "content": "---\n - name: Notify task status to the slack channel\n # community.general.slack:\n slack:\n # domain: \"{{ slack_domain }}\"\n token: \"{{slack_api_token}}\"\n channel: \"{{ slackChannel }}\"\n attachme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1106, "all_permissive": false }
ansible_role
kolamani803/Ansible_VMware_tools_upgrade
2932e6585b506edfef4262f87c9710ae91777dcd
0
roles/vmtoolsInfo
178
[ "no_license" ]
[ { "path": "roles/vmtoolsInfo/tasks/main.yml", "content": "- block:\n - name: Gather VMware tools info installed in VM\n community.vmware.vmware_guest_tools_info:\n hostname: '{{ lookup(\"env\", \"VMWARE_HOST\") }}'\n username: '{{ lookup(\"env\", \"VMWARE_USER\") }}'\n passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
kolamani803/Ansible_VMware_tools_upgrade
2932e6585b506edfef4262f87c9710ae91777dcd
0
roles/vmwareTools-upgrade
178
[ "no_license" ]
[ { "path": "roles/vmwareTools-upgrade/vars/main.yml", "content": "---\n# vars file for vmwareTools", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/vmwareTools-upgrade/tasks/main.yml", "content": "---\n# tasks file for vmwareTools-upgrade\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6177, "all_permissive": false }
ansible_role
sribalaje/ansible-roles
8e8f2ca3dd1376327e0f10be4cade1ef9149ec9f
0
roles/apache
178
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for /etc/ansible/roles/apache\n - name: Install Webserver\n apt: name=apache2 state=latest\n - name: Copy the config file\n template: src=/etc/ansible/roles/apache/files/sri dest=/tmp/sri\n notify:\n - restartapache\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 447, "all_permissive": false }
ansible_role
castlemilk/nutry
8d77735341c2beed83c2131cc1c84bd2ee9eebf1
6
cli/roles/common
178
[ "no_license" ]
[ { "path": "cli/roles/common/defaults/main.yml", "content": "packages:\n base:\n - htop\n - lsof\n - python3-pip\n - git\n - software-properties-common\n container:\n - docker\n\nepel_repo: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n\npip_install_packages:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2244, "all_permissive": false }
ansible_role
castlemilk/nutry
8d77735341c2beed83c2131cc1c84bd2ee9eebf1
6
cli/roles/dns
178
[ "no_license" ]
[ { "path": "cli/roles/dns/tasks/create_recordset.yml", "content": "---\n- name: add record for backend\n route53:\n state: present\n zone: \"{{ deployment.aws.route53.private_zone }}\"\n type: A\n record: \"es.{{ deployment.aws.route53.private_zone }}\"\n ttl: 600\n value: \"{{ hostvars['n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1143, "all_permissive": false }
ansible_role
castlemilk/nutry
8d77735341c2beed83c2131cc1c84bd2ee9eebf1
6
cli/roles/ec2
178
[ "no_license" ]
[ { "path": "cli/roles/ec2/tasks/create_instance.yml", "content": "- name: Provision a set of instances\n ec2:\n ec2_access_key: \"{{ deployment.aws.access_key }}\"\n ec2_secret_key: \"{{ deployment.aws.secret_key }}\"\n spot_price: \"{{ instance.spot_price}}\"\n spot_wait_timeout: \"{{ insta...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 14808, "all_permissive": false }
ansible_role
castlemilk/nutry
8d77735341c2beed83c2131cc1c84bd2ee9eebf1
6
cli/roles/elasticsearch-docker
178
[ "no_license" ]
[ { "path": "cli/roles/elasticsearch-docker/tasks/main.yml", "content": "\n- include_tasks: os_tuning.yml\n- name: deploy elasticsearch container\n docker_service:\n project_name: es\n definition: \"{{ lookup('template', compose_project) | from_yaml }}\"\n state: present\n register: es_container\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 879, "all_permissive": false }
ansible_role
castlemilk/nutry
8d77735341c2beed83c2131cc1c84bd2ee9eebf1
6
cli/roles/letsencrypt
178
[ "no_license" ]
[ { "path": "cli/roles/letsencrypt/defaults/main.yml", "content": "---\ncertbot_script: \"{{ (ansible_os_family == 'Debian') | ternary('/usr/bin/certbot', '/bin/certbot') }}\"\n# Certbot auto-renew cron job configuration (for certificate renewals).\ncertbot_auto_renew: true\ncertbot_auto_renew_user: \"{{ ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5682, "all_permissive": false }
ansible_role
castlemilk/nutry
8d77735341c2beed83c2131cc1c84bd2ee9eebf1
6
cli/roles/webapp-docker
178
[ "no_license" ]
[ { "path": "cli/roles/webapp-docker/tasks/main.yml", "content": "---\n- name: deploy webapp stack\n docker_service:\n project_name: webapp\n definition: \"{{ lookup('template', compose_project) | from_yaml }}\"\n state: present\n register: webapp_stack\n\n- debug:\n var: webapp_stack\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
Mahito/ansible-hands-on
6fcdf0b2fdfc0bcd2f8d050dfe1715f32f9a710c
0
roles/openstack
178
[ "no_license" ]
[ { "path": "roles/openstack/defaults/main.yml", "content": "os_name: test\nos_image: \"CentOS6\"\nos_flavor: 1\nos_key_name: test\nos_security_groups: test\nos_network: test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/openstack/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 361, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/create-jboss-user
178
[ "no_license" ]
[ { "path": "roles/create-jboss-user/tasks/main.yml", "content": "---\n- name: Agregar grupo \"{{ jboss_eap_user }}\"\n group: name={{ jboss_eap_user }}\n\n- name: Agregar usuario \"{{ jboss_eap_user }}\"\n user: name={{ jboss_eap_user }} group={{ jboss_eap_user }} home={{ jboss_eap_user_home }}\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/eap-apply-patches
178
[ "no_license" ]
[ { "path": "roles/eap-apply-patches/tasks/main.yml", "content": "---\n - name: Download {{jboss_eap_last_patch}} to tmp\n get_url: url={{jboss_repo}}/{{ item }} dest=/tmp/{{ item }} mode=0440\n with_items:\n - \"{{ jboss_eap_last_patch }}\"\n\n - name: Aplicar Parches\n command: chdir={{jboss_eap_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/eap-host-firewalld
178
[ "no_license" ]
[ { "path": "roles/eap-host-firewalld/tasks/main.yml", "content": "---\n- name: Firewall inicio y activacion\n service: name=firewalld state=started enabled=yes\n\n- name: Firewall settings 9999\n firewalld: zone=public port=9999/tcp permanent=true state=enabled\n\n- name: Firewall settings 9990\n firewall...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/eap-install-dependencies
178
[ "no_license" ]
[ { "path": "roles/eap-install-dependencies/tasks/main.yml", "content": "---\n - name: Instalar algunas dependencias de EAP\n yum: name={{item}} state=present\n with_items:\n - unzip\n - libselinux-python\n - apr\n - apr-util\n - firewalld\n - psmisc\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/eap-install-standalone-from-jar
178
[ "no_license" ]
[ { "path": "roles/eap-install-standalone-from-jar/tasks/main.yml", "content": "---\n - name: Instalador de JBoss EAP (1/3) - Download instalador {{jboss_eap_installer_file}} a tmp\n get_url: url={{jboss_repo}}/{{ item }} dest=/tmp/{{ item }} mode=0440\n with_items:\n - \"{{jboss_eap_installer_file}}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/eap-standalone-configuration
178
[ "no_license" ]
[ { "path": "roles/eap-standalone-configuration/tasks/main.yml", "content": "---\n - name: Configuracion de propiedades de jboss\n lineinfile: dest={{jboss_eap_home_path}}/bin/domain.conf insertafter=\"policy-permissions=true.\\n\" line={{ item }}\n with_items:\n - JAVA_OPTS=\"$JAVA_OPTS -Djboss.bind.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/eap-standalone-service-configuration-rhel
178
[ "no_license" ]
[ { "path": "roles/eap-standalone-service-configuration-rhel/tasks/main.yml", "content": "---\n - name: Instalar jboss como servicio - Crea link simbolico\n file: src={{jboss_eap_home_path}}/bin/init.d/jboss-eap.conf dest=/etc/default/jboss-eap.conf state=link\n when: ansible_distribution_major_version ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2864, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/final-tasks
178
[ "no_license" ]
[ { "path": "roles/final-tasks/tasks/main.yml", "content": "---\n- name: Reboot server\n reboot:\n reboot_timeout: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/initial-tasks
178
[ "no_license" ]
[ { "path": "roles/initial-tasks/tasks/main.yml", "content": "---\n- name: Creando tabla de hosts\n become: true\n blockinfile:\n dest: /etc/hosts\n content: \"{{ lookup('template', 'templates/etc-hosts.j2') }}\"\n state: present\n\n- name: Fijando hostname en todos los sistemas\n hostname:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 687, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/jdk-install
178
[ "no_license" ]
[ { "path": "roles/jdk-install/tasks/main.yml", "content": "---\n- name: Instalar Java {{java_version}} y algunas dependencias\n yum: name={{item}} state=present disable_gpg_check=yes\n with_items:\n - java-{{java_version}}.0-openjdk-devel\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/liferay-datasource
178
[ "no_license" ]
[ { "path": "roles/liferay-datasource/tasks/main.yml", "content": "---\n# BASE: https://access.redhat.com/solutions/127713\n\n- name: Copiando Drivers DB\n get_url: url={{liferay_repo}}/db/{{item}} dest=/tmp/{{ item }} mode=755\n with_items:\n - hsql.jar\n - mariadb.jar\n - mysql.jar\n - postgresql....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3083, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/liferay-dependencies
178
[ "no_license" ]
[ { "path": "roles/liferay-dependencies/tasks/main.yml", "content": "---\n- name: Crear directorio Liferay\n file: path={{ liferay_path }} state=directory\n\n- name: Crear estructura Liferay interna\n file: path={{ liferay_path }}/{{item}} state=directory\n with_items:\n - osgi\n - data\n - deploy\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2030, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/liferay-deploy-war
178
[ "no_license" ]
[ { "path": "roles/liferay-deploy-war/tasks/main.yml", "content": "---\n- name: Creando ROOT.war\n file: path={{ jboss_eap_home_path }}/standalone/deployments/ROOT.war state=directory\n\n- name: Copiando WAR Liferay DXP\n get_url: url={{liferay_repo}}/{{ liferay_war }} dest=/tmp/liferay-war.zip mode=0755 \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1491, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/liferay-prep
178
[ "no_license" ]
[ { "path": "roles/liferay-prep/tasks/main.yml", "content": "---\n- name: Creando System Property (1/2)\n command: chdir={{jboss_eap_home_path}}/bin/ ././jboss-cli.sh --controller={{ hostvars[inventory_hostname]['ansible_'+jboss_binding_interface].ipv4.address }}:9990 -c --command=\"/system-property=org.apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4601, "all_permissive": false }
ansible_role
asalles/ansible-liferay-dxp
5e0f73dabdcd0bde0547a42baac6201838085397
2
roles/test
178
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n- name: Copiando Liferay OSGI\n get_url: url={{liferay_repo}}/{{osgi_file}} dest=/tmp/{{osgi_file}} mode=0444\n \n- name: Descomprimiendo Liferay OSGI\n unarchive: src=/tmp/{{osgi_file}} dest=/tmp copy=no\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
dungmanh88/tutorial
3596c99863cb5de87bb5ddc12cf58d24f19a9bda
0
laravel5-5-example/provisioning/roles/app
178
[ "no_license" ]
[ { "path": "laravel5-5-example/provisioning/roles/app/defaults/main.yml", "content": "app_vagrant_group: vagrant\napp_group: \"{{ app_vagrant_group }}\"\napp_nginx_user: nginx\napp_php_fpm_user: apache\napp_vagrant_user: vagrant\napp_root: /vagrant\napp_public_root: \"{{ app_root }}/public\"\n", "license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2536, "all_permissive": false }
ansible_role
dungmanh88/tutorial
3596c99863cb5de87bb5ddc12cf58d24f19a9bda
0
laravel5-5-example/provisioning/roles/nginx
178
[ "no_license" ]
[ { "path": "laravel5-5-example/provisioning/roles/nginx/defaults/main.yml", "content": "nginx_daemon: \"nginx\"\nnginx_user: \"nginx\"\nnginx_default_vhost_path: \"/etc/nginx/conf.d/default.conf\"\nnginx_conf_path: \"/etc/nginx/conf.d\"\nnginx_conf_file_path: \"/etc/nginx/nginx.conf\"\nnginx_mime_file_path: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3473, "all_permissive": false }
ansible_role
dungmanh88/tutorial
3596c99863cb5de87bb5ddc12cf58d24f19a9bda
0
laravel5-5-example/provisioning/roles/php
178
[ "no_license" ]
[ { "path": "laravel5-5-example/provisioning/roles/php/tasks/main.yml", "content": "---\n- name: Set php_cli_version 7.2\n set_fact:\n php_cli_version: \"7.2\"\n when: php_version == \"php72\"\n\n- name: Set php_cli_version 7.1\n set_fact:\n php_cli_version: \"7.1\"\n when: php_version == \"php71\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4937, "all_permissive": false }
ansible_role
dungmanh88/tutorial
3596c99863cb5de87bb5ddc12cf58d24f19a9bda
0
mycms/provisioning/roles/base
178
[ "no_license" ]
[ { "path": "mycms/provisioning/roles/base/tasks/main.yml", "content": "---\n- name: Disable selinux\n selinux:\n state: disabled\n\n- name: Be sure firewalld is stopped\n systemd:\n name: firewalld\n enabled: no\n state: stopped\n ignore_errors: yes\n\n- name: Install epel-repo\n yum:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1087, "all_permissive": false }
ansible_role
dungmanh88/tutorial
3596c99863cb5de87bb5ddc12cf58d24f19a9bda
0
mycms/provisioning/roles/mysql
178
[ "no_license" ]
[ { "path": "mycms/provisioning/roles/mysql/defaults/main.yml", "content": "mysql_root_home: /root\nmysql_daemon: mysqld\nmysql_enabled_on_startup: yes\nmysql_packages:\n - mysql-community-server\n - mysql-community-devel\n\nmysql_root_username: root\nmysql_root_password: \"123\"\n# Databases.\nmysql_databa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3884, "all_permissive": false }
ansible_role
dungmanh88/tutorial
3596c99863cb5de87bb5ddc12cf58d24f19a9bda
0
mycms/provisioning/roles/php
178
[ "no_license" ]
[ { "path": "mycms/provisioning/roles/php/templates/www.conf.j2", "content": "[www]\nlisten = 127.0.0.1:9000\nlisten.allowed_clients = 127.0.0.1\nuser = {{ php_fpm_pool_user }}\ngroup = {{ php_fpm_pool_group }}\n\nlisten.owner = nginx\nlisten.group = nginx\nlisten.mode = 0660\n\npm = dynamic\npm.max_children ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2331, "all_permissive": false }
ansible_role
uda-cha/wordpress_ja_docker
c4826b4bef838102b724ac840ac16c34b6b7e413
0
playbooks/roles/crontab
178
[ "no_license" ]
[ { "path": "playbooks/roles/crontab/tasks/main.yml", "content": "---\n- name: register cron env PATH_TO_DOCKER_COMPOSE\n cron:\n name: PATH_TO_DOCKER_COMPOSE\n user: \"{{ ansible_user }}\"\n env: yes\n job: \"{{ docker_compose_install_path }}/docker-compose\"\n\n- name: register cron env APP_HOM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
uda-cha/wordpress_ja_docker
c4826b4bef838102b724ac840ac16c34b6b7e413
0
playbooks/roles/install_docker
178
[ "no_license" ]
[ { "path": "playbooks/roles/install_docker/defaults/main.yml", "content": "---\ndocker_version: \"19.03.4-3.el7\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "playbooks/roles/install_docker/handlers/main.yml", "content": "---\n- name: resta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 816, "all_permissive": false }
ansible_role
bobspiller/ansible-spring-boot-docker-cluster
dc4f91ee1ac419730b376d9edfb6c16268876417
0
roles/java-runtime
178
[ "no_license" ]
[ { "path": "roles/java-runtime/tasks/main.yml", "content": "---\n- name: ensure AdoptJDK package repo is configured\n yum_repository:\n name: AdoptOpenJDK\n description: AdoptOpenJDK\n baseurl: https://packages.adoptium.net/artifactory/rpm/centos/$releasever/$basearch\n enabled: true\n gpgche...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
Tristan2252/fog-ansible
ae24f487c7c5a84e4d9db5fd4de9a862c1d957c6
0
roles/fog-server
178
[ "no_license" ]
[ { "path": "roles/fog-server/tasks/main.yml", "content": "---\n\n- name: Install sudo\n package:\n name: sudo\n state: present\n\n- name: Create FOG user\n user:\n name: \"{{ fog_user }}\"\n shell: /bin/bash\n group: wheel\n append: yes\n createhome: yes\n\n- name: Install Firewalld\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2985, "all_permissive": false }
ansible_role
Tristan2252/fog-ansible
ae24f487c7c5a84e4d9db5fd4de9a862c1d957c6
0
roles/mariadb-server
178
[ "no_license" ]
[ { "path": "roles/mariadb-server/vars/main.yml", "content": "---\n\nmysql_python_package:\n CentOS: MySQL-python\n Ubuntu: python-mysqldb\n\nmariadb_conf_dir:\n CentOS: /etc/my.cnf.d/my.cnf\n Ubuntu: /etc/mysql/mariadb.conf.d/90-nextcloud.cnf\n\nmariadb_sock_dir:\n CentOS: /var/lib/mysql/mysql.sock\n U...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2233, "all_permissive": false }
ansible_role
abuharis/cloudera_patch
b53702ddfa13eee695c6abbc0db0741b366ce4da
0
roles/cm_repo
178
[ "permissive" ]
[ { "path": "roles/cm_repo/tasks/main.yml", "content": "---\n\n- name: Add Cloudera Manager yum repository\n yum_repository:\n name: Cloudera_manager\n description: Cloudera manager\n baseurl: https://archive.cloudera.com/cm6/6.0.1/redhat7/yum/\n gpgkey: https://archive.cloudera.com/cm6/6.0.1/red...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": true }
ansible_role
abuharis/cloudera_patch
b53702ddfa13eee695c6abbc0db0741b366ce4da
0
roles/java
178
[ "permissive" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- rpm_key:\n state: present\n key: https://archive.cloudera.com/cm6/6.0.0/sles12/yum/RPM-GPG-KEY-cloudera\n\n- name: Install Oracle JDK\n yum: name={{ item }} state=latest update_cache=yes\n with_items:\n - oracle-j2sdk1.8\n - unzip\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1486, "all_permissive": true }
ansible_role
Chennakesavulu-1/ansible-roboshop-roles
8831cb3015d19a7717ec21c1ec4ff719897b6b63
0
roles/common
178
[ "no_license" ]
[ { "path": "roles/common/tasks/load-mysql-schema.yaml", "content": "- name: Install MySQL client\n ansible.builtin.yum:\n name: mysql\n state: installed\n\n- name: load mysql schema\n ansible.builtin.shell: mysql -h mysql.chennadevops.online -uroot -pRoboShop@1 < /app/schema/{{component}}.sql", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
HangmanSolosys/Ansible101
0fc3177c5c79c8e4c14f12eba189fd288c036808
1
roles/add_user
178
[ "no_license" ]
[ { "path": "roles/add_user/tasks/main.yaml", "content": "---\n- name: Add user to remote host\n user: \n name: \"{{ Mitko }}\"\n password: \"{{<PASSWORD> | password_hash('<PASSWORD>', '<PASSWORD>') }}\"\n shell: /bin/bash\n groups: \n createhome: yes\n \n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 243, "all_permissive": false }
ansible_role
HangmanSolosys/Ansible101
0fc3177c5c79c8e4c14f12eba189fd288c036808
1
roles/check_httpd_service
178
[ "no_license" ]
[ { "path": "roles/check_httpd_service/tasks/check_service.yml", "content": "---\n\n - name: Check httpd service status \n \n systemd:\n name: httpd\n state: started \n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
HangmanSolosys/Ansible101
0fc3177c5c79c8e4c14f12eba189fd288c036808
1
roles/mywebrole
178
[ "no_license" ]
[ { "path": "roles/mywebrole/tasks/main.yaml", "content": "---\n- name: Adding index.html to a remote host\n copy:\n src: files/index.html\n dest: /var/www/html/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
ashwnacharya/spark_vagrant_setup
2f36f05afccdfb761692256d128ee6098e6761b8
0
roles/java
178
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": "---\n\n- debug:\n msg: \"Installing Java\"\n\n\n- name: Install add-apt-repostory\n apt: \n name: software-properties-common\n state: latest\n update_cache: yes\n\n\n- name: Update cache\n apt:\n update_cache: yes\n\n\n- name: Install Open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
ashwnacharya/spark_vagrant_setup
2f36f05afccdfb761692256d128ee6098e6761b8
0
roles/python
178
[ "no_license" ]
[ { "path": "roles/python/files/ipython-paths.sh", "content": "export PYTHONPATH=/opt/ipython:$PYTHONPATH\nexport PATH=$PATH:/opt/ipython/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/python/tasks/main.yaml", "content": "---\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
ashwnacharya/spark_vagrant_setup
2f36f05afccdfb761692256d128ee6098e6761b8
0
roles/scala
178
[ "no_license" ]
[ { "path": "roles/scala/tasks/main.yaml", "content": "---\n\n- name: Install Scala\n apt: \n name: ['scala']\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
ashwnacharya/spark_vagrant_setup
2f36f05afccdfb761692256d128ee6098e6761b8
0
roles/spark
178
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yaml", "content": "---\n\n- name: Create spark directory\n file:\n path: /opt/spark\n state: directory\n mode: '0755'\n\n\n- name: Download spark\n unarchive:\n src: http://apachemirror.wuchna.com/spark/spark-2.4.5/spark-2.4.5-bin-hadoop2.7.tgz\n dest: /opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 722, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/build-common
178
[ "no_license" ]
[ { "path": "ansible/roles/build-common/tasks/main.yaml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/build-instance
178
[ "no_license" ]
[ { "path": "ansible/roles/build-instance/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/build-node-groups
178
[ "no_license" ]
[ { "path": "ansible/roles/build-node-groups/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/build-security-groups
178
[ "no_license" ]
[ { "path": "ansible/roles/build-security-groups/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1237, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/build-volume
178
[ "no_license" ]
[ { "path": "ansible/roles/build-volume/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/run-harvesters
178
[ "no_license" ]
[ { "path": "ansible/roles/run-harvesters/files/analysis/analysis_extended.py", "content": "#!/usr/bin/env python3\n# -*- coding: utf-8 -*-\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 25987, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/setup-remote-couchdb
178
[ "no_license" ]
[ { "path": "ansible/roles/setup-remote-couchdb/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5466, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/setup-remote-dep
178
[ "no_license" ]
[ { "path": "ansible/roles/setup-remote-dep/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/setup-remote-nginx
178
[ "no_license" ]
[ { "path": "ansible/roles/setup-remote-nginx/templates/nginx.conf.tpl", "content": "# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (99063...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3189, "all_permissive": false }
ansible_role
davidsetyanugraha/c3-assignment2
32dbe5f5755db809c693c68c6478269e4c1218b1
1
ansible/roles/setup-remote-proxy
178
[ "no_license" ]
[ { "path": "ansible/roles/setup-remote-proxy/tasks/main.yml", "content": "---\n# Title: The Seven Deadly Sins in Social Media Case Study in Victoria Cities\n# Team Name: Team 14\n# Team Members:\n# <NAME> (1001261)\n# <NAME> (867585)\n# <NAME> (983899)\n# <NAME> (929578)\n# Try Ajitiono (990633)\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
camunda-consulting/zeebe-examples
ba86b9e3865ebb17805d096ad4c3f2ddb48a2b3b
3
aws-cluster-performance/ansible/broker/roles/common
181
[ "permissive" ]
[ { "path": "aws-cluster-performance/ansible/broker/roles/common/tasks/main.yml", "content": "- name: Set {{ os_timezone }} timezone\n become: yes\n shell: timedatectl set-timezone {{ os_timezone }}\n\n- name: Set locale to LANG={{ os_lang }}, LANGUAGE={{ os_language }}\n become: yes\n shell: localectl se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": true }
ansible_role
camunda-consulting/zeebe-examples
ba86b9e3865ebb17805d096ad4c3f2ddb48a2b3b
3
aws-cluster-performance/ansible/broker/roles/httpd
181
[ "permissive" ]
[ { "path": "aws-cluster-performance/ansible/broker/roles/httpd/tasks/main.yml", "content": "- name: Ensure httpd is installed\n become: yes\n apt: pkg=apache2 state=latest update_cache=yes\n\n- name: Enable apache service\n service: >\n name=apache2\n state=started\n enabled=yes\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": true }
ansible_role
camunda-consulting/zeebe-examples
ba86b9e3865ebb17805d096ad4c3f2ddb48a2b3b
3
aws-cluster-performance/ansible/broker/roles/zeebe
181
[ "permissive" ]
[ { "path": "aws-cluster-performance/ansible/broker/roles/zeebe/defaults/main.yml", "content": "# user and group which runs the service and owns the installation directory\nzeebe_user: ubuntu\nzeebe_group: ubuntu\n\n# specifies the version which should be downloaded, currently 0.10.0-SNAPSHOT\nzeebe_version: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5481, "all_permissive": true }
ansible_role
camunda-consulting/zeebe-examples
ba86b9e3865ebb17805d096ad4c3f2ddb48a2b3b
3
aws-cluster-performance/ansible/client/roles/java
181
[ "permissive" ]
[ { "path": "aws-cluster-performance/ansible/client/roles/java/tasks/main.yml", "content": "- name: Ensure openjdk {{ java_version }} is installed\n become: yes\n apt: pkg=openjdk-8-jdk state=latest update_cache=yes\n\n- name: Ensure tar is installed\n become: yes\n apt: pkg=zip state=latest update_cache=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": true }
ansible_role
camunda-consulting/zeebe-examples
ba86b9e3865ebb17805d096ad4c3f2ddb48a2b3b
3
aws-cluster-performance/ansible/client/roles/zeebe-jobworker-client
181
[ "permissive" ]
[ { "path": "aws-cluster-performance/ansible/client/roles/zeebe-jobworker-client/defaults/main.yml", "content": "zeebe_jar1: /tmp/1/zeebe-nonblocking-jobworker.jar\nzeebe_jar2: /tmp/2/zeebe-nonblocking-jobworker.jar\nzeebe_user: ubuntu\nzeebe_group: ubuntu\n", "license_type": "permissive", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2525, "all_permissive": true }
ansible_role
camunda-consulting/zeebe-examples
ba86b9e3865ebb17805d096ad4c3f2ddb48a2b3b
3
aws-cluster-performance/ansible/client/roles/zeebe-startinstance-client
181
[ "permissive" ]
[ { "path": "aws-cluster-performance/ansible/client/roles/zeebe-startinstance-client/templates/startinstance.service.j2", "content": "[Unit]\nDescription=Zeebe Start Instance Client\nAfter=network.target\n\n[Service]\nWorkingDirectory=/tmp/\nExecStart=/usr/bin/java -jar zeebe-nonblocking-start.jar\nSuccessExi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1939, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/collaboration
181
[ "permissive" ]
[ { "path": "roles/collaboration/tasks/main.yml", "content": "---\n- name: Install Zoom\n apt:\n deb: https://zoom.us/client/latest/zoom_amd64.deb\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/desktop
181
[ "permissive" ]
[ { "path": "roles/desktop/files/setup-plank.sh", "content": "#!/bin/bash\n\nPID=$(pgrep -f 'gnome-session' | head -n1)\nexport DBUS_SESSION_BUS_ADDRESS=$(grep -z DBUS_SESSION_BUS_ADDRESS /proc/$PID/environ|cut -d= -f2-)\n\n# setup plank preferences\n#dconf write /net/launchpad/plank/docks/dock1/alignment 'ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2823, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/git
181
[ "permissive" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Install git\n apt:\n name: git\n\n- name: Setup git config\n become_user: \"{{user}}\"\n copy:\n src: files/.gitconfig\n dest: /home/{{user}}/", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 190, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/insync
181
[ "permissive" ]
[ { "path": "roles/insync/tasks/main.yml", "content": "- name: Add insync Apt signing key\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: ACCAF35C\n\n- name: Add insync PPA\n apt_repository:\n repo: deb http://apt.insynchq.com/ubuntu \"{{ubuntu_codename}}\" non-free contrib\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/node
181
[ "permissive" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Add an Node.js signing key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n\n- name: Add Node.js PPA\n apt_repository:\n repo: deb https://deb.nodesource.com/node_10.x \"{{ubuntu_codename}}\" main\n\n- name: Add Node....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/remmina
181
[ "permissive" ]
[ { "path": "roles/remmina/tasks/main.yml", "content": "- name: Add Remmina PPA\n apt_repository:\n repo: ppa:remmina-ppa-team/remmina-next\n codename: \"{{ubuntu_codename}}\"\n\n- name: Install Remmina\n apt:\n name:\n - remmina\n - remmina-plugin-rdp\n - libfreerdp-plugins-standard...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/system
181
[ "permissive" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: Set system time to local time\n command: timedatectl set-local-rtc 1 --adjust-system-clock\n\n- name: Setup Bash Aliases\n become_user: \"{{user}}\"\n script: files/setup-bash-aliases.sh\n\n- name: Install TLP\n become: true\n apt:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/tmux
181
[ "permissive" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Install Tmux\n apt:\n name: tmux\n\n- name: Install xclip\n apt:\n name: xclip\n\n- name: Setup Tmux\n become_user: \"{{user}}\"\n copy:\n src: files/.tmux.conf\n dest: /home/{{user}}/\n\n- name: Creates directory\n become_user: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/utils
181
[ "permissive" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "- name: Install htop\n apt:\n name: htop\n\n- name: Install gdebi\n apt:\n name: gdebi\n\n- name: Install tree\n apt:\n name: tree\n\n- name: Install shutter\n apt:\n name: shutter", "license_type": "permissive", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/vagrant
181
[ "permissive" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "---\n- name: Get Vagrant release info\n uri:\n url: \"https://checkpoint-api.hashicorp.com/v1/check/vagrant\"\n return_content: yes\n body_format: json\n register: release_info\n\n- name: Get latest download version\n set_fact:\n download_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/vim
181
[ "permissive" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: Install Vim\n apt:\n name: vim\n\n- name: Creates Vim directory\n become_user: \"{{user}}\"\n file:\n path: /home/{{user}}/.vim\n state: directory\n\n- name: Install Vundle Package Manager\n become_user: \"{{user}}\"\n git:\n repo: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/virtualbox
181
[ "permissive" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: Add an Virtualbox Apt signing key\n apt_key:\n url: https://www.virtualbox.org/download/oracle_vbox_2016.asc\n\n- name: Add Virtualbox PPA\n apt_repository:\n repo: deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": true }
ansible_role
ob1-sc/linux-mint-setup
657a8b03d0d4e02815091db38edf44c009611b8e
0
roles/vscode
181
[ "permissive" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: Install Visual Studio Code\n apt:\n deb: https://go.microsoft.com/fwlink/?LinkID=760868\n\n- name: Install Visual Studio Code Extensions\n become_user: \"{{user}}\"\n script: files/install-extensions.sh\n\n- name: Install Visual Studio Code ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1238, "all_permissive": true }
ansible_role
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/binary
181
[ "no_license" ]
[ { "path": "ansible/roles/binary/tasks/pause.yaml", "content": "---\n\n# 创建 pause 二进制存放目录\n- name: 创建 pause 二进制存放目录\n file: path={{ item }} mode=0755 state=directory\n with_items:\n - \"{{ temp_dir }}/pause\"\n - \"{{ temp_dir }}/pause/bin\"\n\n- name: 构建 pause 官方镜像\n block:\n - name: 安装 gcc 编译软件(c...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 22016, "all_permissive": false }
ansible_role
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/check
181
[ "no_license" ]
[ { "path": "ansible/roles/check/tasks/etcd.yaml", "content": "---\n# 用于检测etcd的相关依赖是否完整\n\n- stat:\n path: roles/pki/files/etcd/ca.crt\n delegate_to: localhost\n register: etcd_ca_crt\n- stat:\n path: roles/pki/files/etcd/ca.key\n delegate_to: localhost\n register: etcd_ca_key\n- stat:\n path: ro...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1964, "all_permissive": false }
ansible_role
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/common
181
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/adduser.yaml", "content": "---\n\n- name: 运行 etcd 组件用户\n block:\n - name: 创建 {{ etcd_user.name }} 组\n group:\n name: \"{{ etcd_user.name }}\"\n gid: \"{{ etcd_user.id }}\"\n system: yes\n - name: 创建 {{ etcd_user.name }} 用户\n user:\n...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8492, "all_permissive": false }
ansible_role
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/node
181
[ "no_license" ]
[ { "path": "ansible/roles/node/templates/kubelet/cloud_provider.env.j2", "content": "KUBELET_CLOUD_PROVIDER_ARGS=\"--cloud-provider=external --provider-id={{ PROVIDER_ID }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/node/tasks...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 10066, "all_permissive": false }