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
ribentrop-cloud/otus-linux-labs
770eb3d375445ffa099700b101cff43edbdeb2dd
1
lab26/ansible_repo/roles/mysql_server
513
[ "no_license" ]
[ { "path": "lab26/ansible_repo/roles/mysql_server/tasks/main.yml", "content": "---\n- name: Install mysql repo\n yum:\n name: \"http://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm\"\n state: present\n\n- name: Install mysql server\n yum:\n name: \"{{ packages }}\"\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
qcif/server-monitor-agent
6c41b72895206beb6b3d1a05fb69c743fefad0b8
1
ansible/roles/app
512
[ "permissive" ]
[ { "path": "ansible/roles/app/tasks/firewall.yml", "content": "- name: Ensure ufw firewall is disabled, as this is a dev machine\n become_user: root\n community.general.ufw:\n state: disabled\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 1...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 14350, "all_permissive": true }
ansible_role
jukanntenn/django-dream-blog
98fbc048a8b41c8898db73eda11cd47b1cd7b32c
2
devops/ansible/roles/caddy
512
[ "no_license" ]
[ { "path": "devops/ansible/roles/caddy/tasks/main.yml", "content": "- name: Ensure dependencies are installed\n ansible.builtin.apt:\n name:\n - debian-keyring\n - debian-archive-keyring\n - apt-transport-https\n - gnupg2\n - curl\n state: present\n\n- name: Add Caddy apt key\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
jukanntenn/django-dream-blog
98fbc048a8b41c8898db73eda11cd47b1cd7b32c
2
devops/ansible/roles/project
512
[ "no_license" ]
[ { "path": "devops/ansible/roles/project/tasks/repo.yml", "content": "---\n- name: Ensure project directory\n ansible.builtin.file:\n path: \"{{ project_path }}\"\n state: directory\n\n- name: Checkout repository\n ansible.builtin.git:\n repo: \"{{ project_repo }}\"\n dest: \"{{ project_path }}...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 4365, "all_permissive": false }
ansible_role
jukanntenn/django-dream-blog
98fbc048a8b41c8898db73eda11cd47b1cd7b32c
2
devops/ansible/roles/supervisor
512
[ "no_license" ]
[ { "path": "devops/ansible/roles/supervisor/tasks/main.yml", "content": "---\n- name: Ensure Supervisor is installed\n ansible.builtin.package:\n name: supervisor\n state: present\n\n- name: Ensure Supervisor is started\n ansible.builtin.service:\n name: supervisor\n state: started\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/esb-deploy/roles/jbosscfg
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/esb-deploy/roles/jbosscfg/tasks/main.yml", "content": "- name: ensure modules config dir exists\n file: >\n path={{ jboss_base_path }}/{{ modules_cfg_path }}\n recurse=yes\n state=directory\n\n- name: jdbc properties\n template: src=jdbc.properties dest=\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1276, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/esb-deploy/roles/notifications
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/esb-deploy/roles/notifications/tasks/main.yml", "content": "\n- name: notification properties\n template: src=notification.properties dest=\"{{ jboss_base_path }}/{{ modules_cfg_path }}\"\n\n- name: War\n copy: >\n src=\"{{ src_repo_path }}//{{ src_repo_war_dir }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/esb-deploy/roles/panel
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/esb-deploy/roles/panel/tasks/main.yml", "content": "- name: panel properties\n template: src=panel_config.properties dest=\"{{ jboss_base_path }}/{{ cfg_path }}\"\n\n- name: War\n copy: >\n src=\"{{ src_repo_path }}/backend/{{ src_repo_war_dir }}/visaApp.war\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 309, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/esb-deploy/roles/portal
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/esb-deploy/roles/portal/tasks/main.yml", "content": "- name: portal properties\n template: src=portal.properties dest=\"{{ jboss_base_path }}/{{ modules_cfg_path }}\"\n\n- name: War\n copy: >\n src=\"{{ src_repo_path }}/backend/{{ src_repo_war_dir }}/app.war\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/esb-deploy/roles/wso2dss
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/esb-deploy/roles/wso2dss/vars/tenant1_1.yml", "content": "\ndeploy_path: \"{{ tenant1_1_deploy_path }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "scripts/ansible-scripts/esb-deploy/roles/wso2dss/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1022, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/esb-deploy/roles/wso2esb
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/esb-deploy/roles/wso2esb/tasks/main.yml", "content": " - debug: msg=\"play_hosts={{play_hosts}}\"\n# run_once: true\n - debug: msg=\"groups={{groups}}\"\n# run_once: true\n - debug: msg=\"group names={{group_names}}\"\n# run_once: true\n\n - name: Include ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3717, "all_permissive": false }
ansible_role
mnievas93/todo_pago_ic
1c7c75f156c32e2a7a89dd431abe574192dab44f
0
scripts/ansible-scripts/roles/flmmartins.disable-selinux
512
[ "no_license" ]
[ { "path": "scripts/ansible-scripts/roles/flmmartins.disable-selinux/tasks/main.yml", "content": "---\n- name: Install libselinux to disable selinux\n yum:\n pkg=libselinux-python\n state=present\n sudo: yes\n\n- name: Disable selinux\n selinux: state=disabled\n sudo: yes\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 502, "all_permissive": false }
ansible_role
venkateshpensalwar/ARTH
e5cde990d2d7eb1e8e93e853071fdbf684c0fc87
2
Ansible/Configure HAPROXY_AWS/roles/HAPROXY
512
[ "no_license" ]
[ { "path": "Ansible/Configure HAPROXY_AWS/roles/HAPROXY/tasks/main.yml", "content": " - name: Install Haproxy server\n yum:\n name: \"{{ app }}\"\n state: latest\n\n - name: copy configuration file in haproxy\n template:\n src: haproxy.cfg.j2\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 723, "all_permissive": false }
ansible_role
venkateshpensalwar/ARTH
e5cde990d2d7eb1e8e93e853071fdbf684c0fc87
2
Ansible/Configure HAPROXY_AWS/roles/apache
512
[ "no_license" ]
[ { "path": "Ansible/Configure HAPROXY_AWS/roles/apache/templates/index.php.j2", "content": "<?php\n\n\n\n\necho \"<center><h2>Welcome To {{ ansible_facts['fqdn'] }} on {{ ansible_facts['default_ipv4']['address'] }}</h2></center>\";\n\n\n\n?>\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 792, "all_permissive": false }
ansible_role
zhoumingjun/ubuntu-ansible-playbooks
0c4211bdd4b8ddc68e52a439efb6589b38697986
1
roles/docker
512
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: add docker-ce key\n become: yes\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add docker-ce repo\n become: yes\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
zhoumingjun/ubuntu-ansible-playbooks
0c4211bdd4b8ddc68e52a439efb6589b38697986
1
roles/java
512
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": "- name: install jdk packages\n become: yes\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - openjdk-8-jdk\n - openjdk-11-jdk", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
zhoumingjun/ubuntu-ansible-playbooks
0c4211bdd4b8ddc68e52a439efb6589b38697986
1
roles/system
512
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yaml", "content": "- name: install common\n become: yes\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - expect\n - git\n - software-properties-common\n - tree\n - vim\n - zsh\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
zhoumingjun/ubuntu-ansible-playbooks
0c4211bdd4b8ddc68e52a439efb6589b38697986
1
roles/tools
512
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yaml", "content": "- name: install packages from repo\n become: yes\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - evolution\n - evolution-ews\n - filezilla\n - guake\n - keepassxc \n - terminator\n - shadowsocks-libev\n - s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
zhoumingjun/ubuntu-ansible-playbooks
0c4211bdd4b8ddc68e52a439efb6589b38697986
1
roles/vscode
512
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yaml", "content": "- name: add vscode key\n become: yes\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: add vscode repo\n become: yes\n apt_repository:\n repo: \"deb [arch=amd64] https://packages.microsoft.com/re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
zhoumingjun/ubuntu-ansible-playbooks
0c4211bdd4b8ddc68e52a439efb6589b38697986
1
roles/yarn
512
[ "no_license" ]
[ { "path": "roles/yarn/tasks/main.yaml", "content": "- name: add yarn key\n become: yes\n apt_key:\n url: https://dl.yarnpkg.com/debian/pubkey.gpg\n state: present\n\n- name: add yarn repo\n become: yes\n apt_repository:\n repo: \"deb https://dl.yarnpkg.com/debian/ stable main\"\n filename: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
chinna3107/roboshop-jenkins
fabaa215e4f4d46e3067756652286616219e1772
0
roles/jenkins
512
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/sjob.yml", "content": "- name: Copy Config File - {{ item.job_name }}\n ansible.builtin.template:\n src: sjob.xml\n dest: /tmp/sjob.xml\n\n- name: Create job - {{ item.job_name }}\n community.general.jenkins_job:\n config: \"{{ lookup('file', '/tmp/sjob.xml') }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1142, "all_permissive": false }
ansible_role
Bargefull/PHP-Website-Deployment
c97d58f797dba4956554df9b91da9d95e552970f
0
Ansible/Nginx/roles/nginx
512
[ "no_license" ]
[ { "path": "Ansible/Nginx/roles/nginx/handlers/main.yml", "content": "---\n#Handlers are lists of tasks\n#These ‘notify’ actions are triggered at the end of each block of tasks in a playbook\n - name: restart nginx\n service:\n name: nginx\n state: restarted\n\n - name: restart php7.0-fpm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2826, "all_permissive": false }
ansible_role
Bargefull/PHP-Website-Deployment
c97d58f797dba4956554df9b91da9d95e552970f
0
Ansible/Nginx/roles/php
512
[ "no_license" ]
[ { "path": "Ansible/Nginx/roles/php/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php7.0-fpm\n - git\n\n ignore_errors: yes\n\n notify:\n - restart php7.0-fpm\n - restart nginx\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
davidderus/ansible-rpi
767af7d9e8ebb527b878668498e18bacf706db96
19
roles/audio_center
512
[ "no_license" ]
[ { "path": "roles/audio_center/defaults/main.yml", "content": "---\n\nac_respot_output_dir: /usr/local/lib\nac_respot_binary: \"{{ ac_respot_output_dir }}/librespot\"\nac_spotify_device_name: \"{{ inventory_hostname }}\"\nac_respot_bitrate: 320\nac_respot_device: hw:CARD=ALSA,DEV=0\nac_respot_backend: alsa\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2771, "all_permissive": false }
ansible_role
davidderus/ansible-rpi
767af7d9e8ebb527b878668498e18bacf706db96
19
roles/common
512
[ "no_license" ]
[ { "path": "roles/common/templates/ssh/banner.j2", "content": "#########################{{ '#' * server_host_name|length }}\n# You are connected to {{ server_host_name }} #\n#########################{{ '#' * server_host_name|length }}\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 16, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 23, "total_bytes": 12687, "all_permissive": false }
ansible_role
davidderus/ansible-rpi
767af7d9e8ebb527b878668498e18bacf706db96
19
roles/download_server
512
[ "no_license" ]
[ { "path": "roles/download_server/tasks/main.yml", "content": "---\n\n- name: Install aria2 package\n apt: state=installed pkg=aria2\n\n- name: Add new user for download server\n user: name={{ ds_user_name }} groups={{ ds_shared_group }} comment=\"Aria2 Download Server\" append=yes state=present\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2881, "all_permissive": false }
ansible_role
davidderus/ansible-rpi
767af7d9e8ebb527b878668498e18bacf706db96
19
roles/media_center
512
[ "no_license" ]
[ { "path": "roles/media_center/defaults/main.yml", "content": "kodi_apt_repo: \"deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /\"\nkodi_tvheadend_apt_repo: \"deb https://dl.bintray.com/tvheadend/deb {{ ansible_distribution_release }} release\"\n\nopenbox_config_dir: /home/{{ mc_user_name...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7611, "all_permissive": false }
ansible_role
davidderus/ansible-rpi
767af7d9e8ebb527b878668498e18bacf706db96
19
roles/rpi_docker
512
[ "no_license" ]
[ { "path": "roles/rpi_docker/handlers/main.yml", "content": "---\n\n- name: Restart docker\n systemd: name=docker state=restarted daemon_reload=yes\n\n- name: Restart ufw\n systemd: name=ufw state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2352, "all_permissive": false }
ansible_role
kiali/kiali-test-mesh
b708a9fa7ee1d7f19892231c4a32cf6c69283665
3
operator/roles/bookinfo
512
[ "permissive" ]
[ { "path": "operator/roles/bookinfo/handlers/main.yml", "content": "---\n# handlers file for bookinfo\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 33 }, { "path": "operator/roles/bookinfo/templates/mongodb/service.yml", "content": "a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 10137, "all_permissive": true }
ansible_role
kiali/kiali-test-mesh
b708a9fa7ee1d7f19892231c4a32cf6c69283665
3
operator/roles/redhat_tutorial
512
[ "permissive" ]
[ { "path": "operator/roles/redhat_tutorial/templates/customer/customer-service.yml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: customer\n namespace: {{ item.namespace }}\n labels:\n app: customer \nspec:\n ports:\n - name: http\n port: 8080\n selector:\n app: customer\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 9734, "all_permissive": true }
ansible_role
kiali/kiali-test-mesh
b708a9fa7ee1d7f19892231c4a32cf6c69283665
3
operator/roles/scale_mesh
512
[ "permissive" ]
[ { "path": "operator/roles/scale_mesh/handlers/main.yml", "content": "---\n# handlers file for scale_mesh\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 35 }, { "path": "operator/roles/scale_mesh/tasks/circle-route.yml", "content": " ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8933, "all_permissive": true }
ansible_role
kiali/kiali-test-mesh
b708a9fa7ee1d7f19892231c4a32cf6c69283665
3
operator/roles/traffic-generator
512
[ "permissive" ]
[ { "path": "operator/roles/traffic-generator/vars/main.yml", "content": "---\n# vars file for traffic-generator\nstate: present", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 52 }, { "path": "operator/roles/traffic-generator/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1972, "all_permissive": true }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/common
512
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: JQ is present\n apt:\n name: jq\n force: yes\n\n- name: Host is present\n lineinfile:\n dest: /etc/hosts\n regexp: \"^{{ item.host_ip }} {{ item.host_name }}\"\n line: \"{{ item.host_ip }} {{ item.host_name }}\"\n with_it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/consul
512
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/main.yml", "content": "- name: Container is running\n docker:\n name: consul\n image: progrium/consul\n state: running\n ports:\n - 8500:8500\n - 8301:8301\n - 8300:8300\n hostname: \"{{ ansible_hostname }}\"\n command: -advertise {{ fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/docker
512
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Debian add Docker repository and update apt cache\n apt_repository:\n repo: deb https://apt.dockerproject.org/repo ubuntu-trusty main\n update_cache: yes\n state: present\n\n- name: Debian Docker is present\n apt:\n name: doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/docker-compose
512
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose/tasks/main.yml", "content": "- name: Executable is present\n get_url:\n url: https://github.com/docker/compose/releases/download/1.6.2/docker-compose-Linux-x86_64\n dest: /usr/local/bin/docker-compose\n mode: 0755\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/docker-flow
512
[ "no_license" ]
[ { "path": "ansible/roles/docker-flow/tasks/main.yml", "content": "- name: Executable is present\n get_url:\n url: https://github.com/vfarcic/docker-flow/releases/download/v1.0.2/docker-flow_linux_amd64\n dest: /usr/local/bin/docker-flow\n mode: 0755\n\n- name: Sample sample source code is present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/java
512
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: Package is present\n apt:\n name=openjdk-7-jdk\n state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/jenkins
512
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/templates/deploy-to-swarm-without-proxy.groovy", "content": "node(\"docker\") {\n git \"https://github.com/vfarcic/docker-flow-proxy.git\"\n withEnv([\"DOCKER_HOST=tcp://10.100.192.200:2375\"]) {\n sh \"docker-compose -p books-ms -f docker-compose-demo.yml up -d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7604, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/registrator
512
[ "no_license" ]
[ { "path": "ansible/roles/registrator/defaults/main.yml", "content": "registrator_name: registrator\nregistrator_protocol: consul\nregistrator_port: 8500\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible/roles/registrator/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 350, "all_permissive": false }
ansible_role
vfarcic/docker-flow
ae53702aebc997bf1249c9e8ca84d67979cb51a8
186
ansible/roles/swarm
512
[ "no_license" ]
[ { "path": "ansible/roles/swarm/tasks/main.yml", "content": "- name: Swarm node is running\n docker:\n name: swarm-node\n image: swarm\n command: join --advertise={{ facter_ipaddress_eth1 }}:2375 consul://{{ consul_ip }}:8500/swarm\n env:\n SERVICE_NAME: swarm-node\n when: not swarm_master...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
njfiSHAYAN/digikala
b8f81343daa1d15caa1952978e6880b4f522607c
0
ansible/roles/add-users
512
[ "no_license" ]
[ { "path": "ansible/roles/add-users/tasks/main.yml", "content": "---\n# tasks file for add-users\n- name: make sure pymysql is present\n pip:\n name: pymysql\n state: present\n\n- name: open port for mysql\n shell: |\n nohup kubectl port-forward \"service/{{ db_release_name }}-mysql-service\" 6033...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1116, "all_permissive": false }
ansible_role
njfiSHAYAN/digikala
b8f81343daa1d15caa1952978e6880b4f522607c
0
ansible/roles/apply-helmChart
512
[ "no_license" ]
[ { "path": "ansible/roles/apply-helmChart/templates/myvalues.yaml", "content": "secretConfig:\n data:\n db:\n engin: mysql\n sql_alchemy_url: |-\n mysql+pymysql://{{ db_user }}:{{ db_pass }}@{{ db_release_name }}-mysql-service:{{ db_port }}/{{ db_name }}\n create_engine_args: null\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1944, "all_permissive": false }
ansible_role
njfiSHAYAN/digikala
b8f81343daa1d15caa1952978e6880b4f522607c
0
bootstrap/ansible/roles/apply-helmChart
512
[ "no_license" ]
[ { "path": "bootstrap/ansible/roles/apply-helmChart/vars/main.yml", "content": "---\n# vars file for apply-helmChart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "bootstrap/ansible/roles/apply-helmChart/meta/main.yml", "content": "galaxy_inf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2424, "all_permissive": false }
ansible_role
Nichole-Aparato/aparato_containerization2
73fd18a964178ce641adb5b2ff896497c0b03b17
0
roles/container
512
[ "no_license" ]
[ { "path": "roles/container/tasks/main.yml", "content": "---\n- name: Creating Build Directory\n file:\n path: \"/home/aparato/aparato_containerization2/docker\"\n state: directory\n\n- name: Copying Dockerfile\n copy:\n src: \"/home/aparato/aparato_containerization2/dockerfile\"\n dest: \"/hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 854, "all_permissive": false }
ansible_role
bobafouette/ansible_gcp
656c9fe2c06511dc3be6c7c94fd257bab3bf722b
0
roles/bitwarden
514
[ "no_license" ]
[ { "path": "roles/bitwarden/tasks/main.yml", "content": "######\n# Install bitwarden in coos\n######\n\n- name: Start bitwarden as server\n docker_container:\n name: bitwarden\n image: vaultwarden/server:latest\n restart_policy: unless-stopped\n labels:\n traefik.enable: \"true\"\n tra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
bobafouette/ansible_gcp
656c9fe2c06511dc3be6c7c94fd257bab3bf722b
0
roles/coos
514
[ "no_license" ]
[ { "path": "roles/coos/tasks/main.yml", "content": "######\n# Configure remote sshd container connexion\n######\n\n- name: Change ssh port to 2222\n when: inventory_hostname in groups['coos'] and ansible_port is not defined\n set_fact:\n ansible_port: 2222\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
bobafouette/ansible_gcp
656c9fe2c06511dc3be6c7c94fd257bab3bf722b
0
roles/dockerweb
514
[ "no_license" ]
[ { "path": "roles/dockerweb/files/traefik.yml", "content": "providers:\n docker: {}\n\nentryPoints:\n web:\n address: \":80\"\n websecure:\n address: \":443\"\n\ncertificatesResolvers:\n letsencrypt:\n acme:\n email: <EMAIL>\n storage: acme.json\n httpChallenge:\n entryPoin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 922, "all_permissive": false }
ansible_role
bobafouette/ansible_gcp
656c9fe2c06511dc3be6c7c94fd257bab3bf722b
0
roles/vault
514
[ "no_license" ]
[ { "path": "roles/vault/files/vault_config.hcl", "content": "storage \"file\" {\n path = \"/data\"\n}\n\nlistener \"tcp\" {\n address = \"0.0.0.0:8200\"\n tls_disable = \"true\"\n}\n\nui = true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1995, "all_permissive": false }
ansible_role
vikasgargudacity/udapeople-project3
116f5f06b0ee1a8f94b1028870a9f53bec0b09cf
0
.circleci/ansible/roles/deploy
514
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"install apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: Creates directory\n file:\n path: /home/ubuntu/backend\n state: directory\n\n- name: Copy code to backend server\n copy:\n src: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1312, "all_permissive": false }
ansible_role
tomhillable/jenkins-dsl-examples
5d8af93c3e5a08337c5943f7fa205ad40b6d7211
0
roles/jenkins
514
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "---\njenkins_hostname: localhost\njenkins_jar_location: /opt/jenkins-cli.jar\njenkins_plugins:\n - git\n - job-dsl\n - build-flow-plugin\n\njenkins_owner: jenkins\njenkins_group: jenkins\n\nlocal_ansible_data_path: '/tmp/'\nremote_ansible_data_path: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5126, "all_permissive": false }
ansible_role
LydieBar/DevOps_TP1
be535d86cb3382561802fec161dff6a52918adb2
0
ansible/roles/launch-app
514
[ "no_license" ]
[ { "path": "ansible/roles/launch-app/tasks/main.yml", "content": "- name: Run back\n docker_container:\n name: back_end\n image: lydiebar/devops-backend:1.0\n networks:\n - name: app-network\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
LydieBar/DevOps_TP1
be535d86cb3382561802fec161dff6a52918adb2
0
ansible/roles/launch-database
514
[ "no_license" ]
[ { "path": "ansible/roles/launch-database/tasks/main.yml", "content": "---\n- name: Run Database Container\n docker_container:\n name: db\n image: lydiebar/devops-database:1.0\n networks:\n - name: app-network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
LydieBar/DevOps_TP1
be535d86cb3382561802fec161dff6a52918adb2
0
ansible/roles/launch-proxy
514
[ "no_license" ]
[ { "path": "ansible/roles/launch-proxy/tasks/main.yml", "content": "---\n- name: Run HTTPD\n docker_container:\n name: front_end\n image: lydiebar/devops-httpd:1.0\n ports:\n - \"80:80\" \n networks:\n - name: app-network\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/apt_keyrings
514
[ "no_license" ]
[ { "path": "roles/apt_keyrings/tasks/main.yml", "content": "---\n- name: Ensure keyrings directory exists\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n owner: root\n mode: u=rwx,go=rx\n\n- name: Import Ondřej Surý GPG keys using isolated GNUPGHOME\n ansible.builtin.shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1238, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/install_software
514
[ "no_license" ]
[ { "path": "roles/install_software/README.md", "content": "# install_software\n\nRole to configure install software on all of my servers.\n\n## Table of content\n\n- [Requirements](#requirements)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minim...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3708, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/letsencrypt
514
[ "no_license" ]
[ { "path": "roles/letsencrypt/meta/main.yml", "content": "---\n# @meta author:value: [<NAME>](https://amedee.be)\ngalaxy_info:\n description: Role to configure letsencrypt.\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.1\"\n namespace: amedee\n platforms:\n - name: Ubuntu\n version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1812, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/localepurge
514
[ "no_license" ]
[ { "path": "roles/localepurge/tasks/main.yml", "content": "---\n- name: Ensure locale exists\n community.general.locale_gen:\n name: \"{{ locale }}\"\n state: present\n\n- name: Install localepurge packages\n ansible.builtin.apt:\n state: present\n pkg: localepurge\n\n- name: Edit localepurge c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 995, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/mailinabox_dns
514
[ "no_license" ]
[ { "path": "roles/mailinabox_dns/meta/main.yml", "content": "---\n# @meta author:value: [<NAME>](https://amedee.be)\ngalaxy_info:\n description: Role to do DNS configuration of mailinabox.\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.1\"\n namespace: amedee\n platforms:\n - name: Ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2406, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/mailinabox_duplicity
514
[ "no_license" ]
[ { "path": "roles/mailinabox_duplicity/meta/main.yml", "content": "---\n# @meta author:value: [<NAME>](https://amedee.be)\ngalaxy_info:\n description: Role to do configuration of duplicity backup of mailinabox.\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.1\"\n namespace: amedee\n platfor...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2089, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/merge_vars
514
[ "no_license" ]
[ { "path": "roles/merge_vars/tasks/main.yml", "content": "---\n- name: Merge variables into {{ merge_vars_target }}\n ansible.builtin.set_fact:\n \"{{ merge_vars_target }}\": >-\n {%- set base = lookup('vars', merge_vars_from_1, default=none) -%}\n {%- set extra = lookup('vars', merge_vars_from...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1403, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/munin
514
[ "no_license" ]
[ { "path": "roles/munin/meta/main.yml", "content": "---\n# @meta author:value: [<NAME>](https://amedee.be)\ngalaxy_info:\n description: Role to configure munin.\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.1\"\n namespace: amedee\n platforms:\n - name: Ubuntu\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1055, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/munin_node
514
[ "no_license" ]
[ { "path": "roles/munin_node/meta/main.yml", "content": "---\n# @meta author:value: [<NAME>](https://amedee.be)\ngalaxy_info:\n description: Role to configure munin-node.\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.1\"\n namespace: amedee\n platforms:\n - name: Ubuntu\n versions:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1297, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/mysql
514
[ "no_license" ]
[ { "path": "roles/mysql/README.md", "content": "# mysql\n\nRole to configure a MySQL database server.\n\n## Table of content\n\n- [Requirements](#requirements)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minimum Ansible version: `2.1`\n\n## Depe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 839, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/nginx
514
[ "no_license" ]
[ { "path": "roles/nginx/meta/main.yml", "content": "---\n# @meta author:value: [<NAME>](https://amedee.be)\ngalaxy_info:\n description: Role to configure nginx.\n author: <NAME>\n license: MIT\n min_ansible_version: \"2.1\"\n namespace: amedee\n platforms:\n - name: Ubuntu\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3439, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/postfix
514
[ "no_license" ]
[ { "path": "roles/postfix/vars/main.yml", "content": "---\npostfix_static_settings:\n body_checks: \"pcre:/etc/postfix/checks/body_checks.pcre\"\n header_checks: \"pcre:/etc/postfix/checks/header_checks.pcre\"\n mime_header_checks: \"pcre:/etc/postfix/checks/mime_header_checks.pcre\"\n recipient_canonica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5344, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/postfix_sendgrid
514
[ "no_license" ]
[ { "path": "roles/postfix_sendgrid/templates/api_key.j2", "content": "{{ sendgrid_api_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/postfix_sendgrid/README.md", "content": "# postfix_sendgrid\n\nRole to configure Sendgrid transp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 14464, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/redis
514
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Configure Redis\n ansible.builtin.lineinfile:\n path: /etc/redis/redis.conf\n create: true\n owner: root\n mode: u=rw,go=r\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n loop: \"{{ redis_settings }}\"\n noti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1288, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/swapfile
514
[ "no_license" ]
[ { "path": "roles/swapfile/tasks/main.yml", "content": "---\n- name: Fake capabilities to prevent unwanted swapoff # noqa var-naming\n ansible.builtin.set_fact:\n ansible_system_capabilities_enforced: true\n ansible_system_capabilities: []\n\n- name: Include debops.debops.swapfile role with custom va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1553, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/ufw
514
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Ensure UFW is enabled\n ansible.builtin.command: ufw enable\n when: ansible_facts['os_family'] == 'Debian'\n ignore_errors: true\n register: ufw_enable_output\n changed_when: ufw_enable_output.rc != 0\n\n- name: Add NAT rule to before.rules...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1638, "all_permissive": false }
ansible_role
amedee/ansible-servers
540dffafcb148e91657e8412bf9927ecbddd47c2
1
roles/wp
514
[ "no_license" ]
[ { "path": "roles/wp/tasks/wordpress.yml", "content": "---\n- name: Create wp-cli cache directory\n ansible.builtin.file:\n path: /var/www/.wp-cli/cache\n state: directory\n owner: \"{{ webserver_user }}\"\n group: \"{{ webserver_user }}\"\n mode: u=rwx,g=rwx,o=\n\n- name: Check if wp-config-...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9895, "all_permissive": false }
ansible_role
jctanner/ansible-sdk
db5c0ea9666b0cd2958f237b2b57c2f8af312b45
1
test/resources/roles/molecule
514
[ "no_license" ]
[ { "path": "test/resources/roles/molecule/meta/main.yml", "content": "---\ngalaxy_info:\n author: Ansible Molecule by Red Hat\n description: Test Molecule role\n license: MIT\n min_ansible_version: 2.5\n platforms:\n - name: GenericLinux\n versions:\n - all\n galaxy_tags: []\ndependencie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
cjwfuller/ansible-os-x
9e5a7c2c4ff72c3cdb0a4e45e9fbcbcea69f8123
5
roles/base_osx
514
[ "no_license" ]
[ { "path": "roles/base_osx/defaults/main.yml", "content": "---\nbase_osx:\n main:\n taps:\n - homebrew/dupes\n - phinze/cask\n\n packages:\n - ansible\n - cloc\n - git\n - git-extras\n - node\n - wget\n - zsh\n - awscli\n - reattach-to-user-namesp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1161, "all_permissive": false }
ansible_role
cjwfuller/ansible-os-x
9e5a7c2c4ff72c3cdb0a4e45e9fbcbcea69f8123
5
roles/blog
514
[ "no_license" ]
[ { "path": "roles/blog/tasks/main.yml", "content": "---\n- name: blog | Install jekyll\n command: sudo gem install jekyll\n\n- name: blog | Install bundler\n command: sudo gem install bundler\n\n- name: blog | Install dependancies\n command: bundle install\n\n- name: blog | Clone blog repo\n git: repo=ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
cjwfuller/ansible-os-x
9e5a7c2c4ff72c3cdb0a4e45e9fbcbcea69f8123
5
roles/dotfiles
514
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: dotfiles | ensure dotfiles are cloned\n git: repo=https://github.com/cjwfuller/dotfiles.git clone=yes dest=~/code/dotfiles.git\n\n- name: dotfiles | link .vimrc\n file: src=~/Code/dotfiles.git/.vimrc dest=~/.vimrc state=link\n\n- name: do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
cjwfuller/ansible-os-x
9e5a7c2c4ff72c3cdb0a4e45e9fbcbcea69f8123
5
roles/frameworks
514
[ "no_license" ]
[ { "path": "roles/frameworks/tasks/main.yml", "content": "---\n- name: Download meteor install script\n get_url:\n url=https://install.meteor.com\n dest=/tmp/meteor.sh\n mode=0440\n\n- name: Run meteor install script\n command: /bin/sh /tmp/meteor.sh\n\n- name: Cleanup meteor install script\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
cjwfuller/ansible-os-x
9e5a7c2c4ff72c3cdb0a4e45e9fbcbcea69f8123
5
roles/shell
514
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: change shell to zsh\n command: chsh -s /bin/zsh\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
noliebrent/HOA9_Argente
f69f494f0922082f3e829a22c7935110aa4235ca
0
roles/prometheus
514
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": " - name: Install Prometheus for Ubuntu\n apt:\n name:\n - prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Install Prometheus for CentOS\n dnf:\n name:\n - epel-release\n - snapd\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/docker-install
514
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "---\n\n- name: Install Docker package\n zypper:\n name: docker\n state: present\n\n- name: Add butch to docker\n user:\n name: butch\n groups: docker\n append: true\n\n- name: Install Docker python client\n zypper:\n name: pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 788, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/docker-viz-service
514
[ "no_license" ]
[ { "path": "roles/docker-viz-service/tasks/main.yml", "content": "---\n\n- name: Check if Docker Visualizer service is running\n shell: docker service ls | awk '{print $2}' | grep viz\n changed_when: false\n register: viz_status\n failed_when: viz_status.rc == 2\n\n# - name: Deploy Docker Visualizer serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/etcd-install
514
[ "no_license" ]
[ { "path": "roles/etcd-install/templates/etcd.j2", "content": "# [member]\nETCD_NAME={{ inventory_hostname }}\nETCD_DATA_DIR=\"/var/lib/etcd/default.etcd\"\n#ETCD_WAL_DIR=\"\"\n#ETCD_SNAPSHOT_COUNT=\"10000\"\n#ETCD_HEARTBEAT_INTERVAL=\"100\"\n#ETCD_ELECTION_TIMEOUT=\"1000\"\nETCD_LISTEN_PEER_URLS=\"http://0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1827, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/flannel-install
514
[ "no_license" ]
[ { "path": "roles/flannel-install/tasks/main.yml", "content": "---\n\n- name: Install flannel package\n zypper:\n name: flannel\n state: present\n\n- name: Configure flannel etcd key\n lineinfile:\n path: /etc/sysconfig/flanneld\n regexp: 'FLANNEL_ETCD_KEY'\n line: FLANNEL_ETCD_KEY=\"/sysman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/jenkins-service
514
[ "no_license" ]
[ { "path": "roles/jenkins-service/tasks/main.yml", "content": "---\n\n- name: Check if Jenkins service is running\n shell: docker service ls | awk '{print $2}' | grep jenkins\n changed_when: false\n ignore_errors: true\n failed_when: jenkins_status.rc == 2\n register: jenkins_status\n\n- name: Create je...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1058, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/jira-service
514
[ "no_license" ]
[ { "path": "roles/jira-service/tasks/main.yml", "content": "---\n\n- name: Check if Jira service is running\n shell: docker service ls | awk '{print $2}' | grep jira\n ignore_errors: true\n register: jira_status\n changed_when: jira_status.rc == 1\n failed_when: jira_status.rc == 2\n\n- name: Create jir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1732, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/mangonet
514
[ "no_license" ]
[ { "path": "roles/mangonet/tasks/main.yml", "content": "---\n\n\n- name: Create mangonet overlay network\n # command: docker network create --driver overlay mangonet\n docker_network:\n name: mangonet\n driver: overlay\n state: present\n attachable: true\n scope: swarm\n docker_host: tcp:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/monitoring-service
514
[ "no_license" ]
[ { "path": "roles/monitoring-service/tasks/main.yml", "content": "---\n\n- name: Check if nagios service is running\n shell: docker service ls | awk '{print $2}' | grep nagios\n changed_when: false\n ignore_errors: true\n failed_when: nagios_status.rc == 2\n register: nagios_status\n\n- name: Create nag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/nexus-service
514
[ "no_license" ]
[ { "path": "roles/nexus-service/tasks/main.yml", "content": "---\n\n- name: Check if Sonatype Nexus service is running\n shell: docker service ls | awk '{print $2}' | grep nexus\n changed_when: false\n register: nexus_status\n failed_when: nexus_status.rc == 2\n\n- name: Create nexus volume directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2427, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/nfs-client
514
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "---\n\n- name: Setup NFS client mount point for volumes\n become: \"true\"\n file:\n path: /srv/docker-volumes\n state: directory\n mode: 0777\n\n- name: Mount NFS volume root\n become: \"true\"\n mount:\n path: /srv/docker-volumes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/nfs-server
514
[ "no_license" ]
[ { "path": "roles/nfs-server/tasks/main.yml", "content": "---\n\n- name: Install NFS server components\n zypper:\n name: ['nfs-kernel-server', 'yast2-nfs-server']\n state: present\n\n- name: Create root nfs directory\n file:\n path: /srv/nfs\n mode: 0777\n state: directory\n\n- name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/owncloud-service
514
[ "no_license" ]
[ { "path": "roles/owncloud-service/tasks/main.yml", "content": "---\n\n- name: Check if owncloud service is running\n shell: docker service ls | awk '{print $2}' | grep owncloud\n changed_when: owncloud_status.rc == 1\n ignore_errors: true\n failed_when: owncloud_status.rc == 2\n register: owncloud_stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2308, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/redis-service
514
[ "no_license" ]
[ { "path": "roles/redis-service/tasks/main.yml", "content": "---\n\n- name: Check if redis service is running\n shell: docker service ls | awk '{print $2}' | grep redis\n changed_when: false\n ignore_errors: true\n failed_when: redis_status.rc == 2\n register: redis_status\n\n- name: Create redis volume...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/registry-service
514
[ "no_license" ]
[ { "path": "roles/registry-service/files/daemon.json", "content": "{\n \"insecure-registries\" : [\n \"registry.sysmango.net:5000\",\n \"nexus.sysmango.net:5000\"\n ]\n}\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/registry-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 867, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/route53-smtp
514
[ "no_license" ]
[ { "path": "roles/route53-smtp/tasks/main.yml", "content": "---\n\n- name: Register smtp name with Route53\n route53:\n state: present\n zone: sysmango.net\n record: smtp.sysmango.net\n type: A\n value: 192.168.1.143,192.168.1.225,192.168.1.200\n overwrite: true\n wait: true\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1370, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/smtp-service
514
[ "no_license" ]
[ { "path": "roles/smtp-service/tasks/main.yml", "content": "---\n- name: Check if SMTP service is running\n shell: docker service ls | awk '{print $2}' | grep smtp\n changed_when: false\n ignore_errors: true\n register: smtp_status\n failed_when: smtp_status.rc == 2\n\n- name: Set fact to carry smtp log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1442, "all_permissive": false }
ansible_role
sysmango/home-grid
ee9ec62de6af5aa7081b6d59194be9a22f1cdd0a
0
roles/sysmango-bootstrap
514
[ "no_license" ]
[ { "path": "roles/sysmango-bootstrap/tasks/main.yml", "content": "---\n\n- name: Setup local non-root user\n user:\n name: butch\n shell: /bin/bash\n\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1328, "all_permissive": false }
ansible_role
datacenter/Ansible-NXOS
c9e156172d3b2faa4a625b51af5239c2dc88dd89
74
ADD_VXLAN_TENANT/roles/leaf
514
[ "no_license" ]
[ { "path": "ADD_VXLAN_TENANT/roles/leaf/vars/main.yml", "content": "---\n\n nxos_provider:\n username: \"{{ un }}\"\n password: \"{{ pwd }}\"\n transport: nxapi\n host: \"{{ inventory_hostname }}\"\n\n\n vrf: tenant-1\n\n vlan_id: 1001\n vni: 10001 \n\n\n svi: Vlan1001\n\n vlans:\n - { vla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4568, "all_permissive": false }
ansible_role
datacenter/Ansible-NXOS
c9e156172d3b2faa4a625b51af5239c2dc88dd89
74
Ansible-NXOS/VxLAN-BGP-EVPN/roles/leaf
514
[ "no_license" ]
[ { "path": "Ansible-NXOS/VxLAN-BGP-EVPN/roles/leaf/tasks/main.yml", "content": " \n\n - name: ENABLE NECESSARY FEATURES\n nxos_feature:\n feature: \"{{item.feature }}\"\n provider: \"{{ nxos_provider }}\"\n with_items: \"{{ features }}\"\n\n\n - name: IP INFO\n nxos_inte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4107, "all_permissive": false }
ansible_role
datacenter/Ansible-NXOS
c9e156172d3b2faa4a625b51af5239c2dc88dd89
74
Ansible-NXOS/VxLAN-BGP-EVPN/roles/spine
514
[ "no_license" ]
[ { "path": "Ansible-NXOS/VxLAN-BGP-EVPN/roles/spine/tasks/main.yml", "content": "\n\n - name: ENABLE NECESSARY FEATURES\n nxos_feature:\n feature: \"{{item.feature }}\"\n provider: \"{{ nxos_provider }}\"\n with_items: \"{{ features }}\"\n\n\n - name: IP INFO\n nxos_interfa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3564, "all_permissive": false }
ansible_role
datacenter/Ansible-NXOS
c9e156172d3b2faa4a625b51af5239c2dc88dd89
74
example-playbooks/cisco-programmable-fabric/roles/leaf
514
[ "no_license" ]
[ { "path": "example-playbooks/cisco-programmable-fabric/roles/leaf/tasks/main.yml", "content": "\n\n - name: CONFIGURE HOSTNAME\n nxos_config:\n lines: hostname {{ inventory_hostname }}\n provider: \"{{ nxos_provider }}\"\n\n - name: ENABLE FEATURES\n nxos_feature:\n feat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 24476, "all_permissive": false }
ansible_role
datacenter/Ansible-NXOS
c9e156172d3b2faa4a625b51af5239c2dc88dd89
74
example-playbooks/cisco-programmable-fabric/roles/spine
514
[ "no_license" ]
[ { "path": "example-playbooks/cisco-programmable-fabric/roles/spine/vars/main.yml", "content": "---\n\n nxos_provider:\n username: \"{{ user }}\"\n password: \"{{ pwd }}\"\n transport: nxapi\n host: \"{{ inventory_hostname }}\"\n\n\n features:\n - { feature: bgp }\n - { feature: ospf }\n - {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6929, "all_permissive": false }