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
Evil1220/Testing
0a7117f14c51d6fc93699c6c231bffc0331db38d
0
breakstuff/roles/apache
7,526
[ "no_license" ]
[ { "path": "breakstuff/roles/apache/tasks/main.yaml", "content": "---\n\n- name: Install Apache on Ubuntu\n become: true\n become_user: root\n apt:\n name: apache2\n state: latest\n update_cache: true\n\n- name: Enable & Start Apache service\n become: true\n become_user: root\n service:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
Evil1220/Testing
0a7117f14c51d6fc93699c6c231bffc0331db38d
0
breakstuff/roles/mywebsite
7,526
[ "no_license" ]
[ { "path": "breakstuff/roles/mywebsite/tasks/main.yaml", "content": "---\n\n- name: Copy html template \n become: true\n become_user: root\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n owner: root\n group: root\n mode: 0644\n\n- name: Restart Apache to get new stuff\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
sirncn/dotfiles
948037e3e3468872c990d9a939509205be669fc5
0
roles/neovim
7,526
[ "no_license" ]
[ { "path": "roles/neovim/files/lua/plugins/cmp.lua", "content": "return {\n\t\"hrsh7th/nvim-cmp\",\n\tevent = \"InsertEnter\",\n\tdependencies = {\n\t\t\"hrsh7th/cmp-buffer\", -- source for text in buffer\n\t\t\"hrsh7th/cmp-path\", -- source for file system paths\n\t\t\"L3MON4D3/LuaSnip\", -- snippet engine\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 17373, "all_permissive": false }
ansible_role
zstyblik/sample1
ba4c13e0c6e2422da360a44cd8c606c8aa31d1d8
0
provisioning/roles/webapp_stack
7,526
[ "no_license" ]
[ { "path": "provisioning/roles/webapp_stack/meta/main.yml", "content": "# meta file\n---\ngalaxy_info:\n author: zstyblik\n role_name: webapp_stack\n company: zstyblik\n description: Set up the webapp stack\n license: MIT License\n min_ansible_version: 2.10.0\n platforms:\n - name: Ubuntu\n ve...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4319, "all_permissive": false }
ansible_role
wbentley15/os-summit-multitenant-wk
34f0ff355c88f9cb6e67898a6a145126f69263b4
3
tenant-isolation/roles/tenant-isolation
7,541
[ "no_license" ]
[ { "path": "tenant-isolation/roles/tenant-isolation/tasks/main.yml", "content": "---\n- name: Create new tenant\n command: keystone --os-username={{ OS_USERNAME }} --os-password={{ <PASSWORD> }} --os-tenant-name={{ OS_TENANT_NAME }} --os-auth-url={{ OS_AUTH_URL }}\n tenant-create --name={{ TENANT_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3052, "all_permissive": false }
ansible_role
RobeDevOps/ansible-jira-software
4cd90a6ac000fc322e4a524218d5a49190ff0837
0
roles/postgresql
7,541
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/create_service.yml", "content": "---\n- name: Create systemd service | postgresql-{{postgres_version}}\n template:\n src: \"postgresql-{{postgres_version}}.service.j2\"\n dest: \"/usr/lib/systemd/system/postgresql-{{postgres_version}}.service\"\n notify: restart pos...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4315, "all_permissive": false }
ansible_role
RobeDevOps/ansible-jira-software
4cd90a6ac000fc322e4a524218d5a49190ff0837
0
roles/unattended_mode
7,541
[ "no_license" ]
[ { "path": "roles/unattended_mode/tasks/create_jira_config_properties.yml", "content": "---\n- name: Configure jira-config.properties\n template:\n src: jira-config.properties.j2\n dest: \"{{jira_home_dir}}/jira-config.properties\"\n owner: \"{{jira_user}}\"\n group: \"{{jira_user}}\"\n mode:...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 8013, "all_permissive": false }
ansible_role
RobeDevOps/ansible-jira-software
4cd90a6ac000fc322e4a524218d5a49190ff0837
0
roles/user
7,541
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Create User | {{jira_user}}\n user:\n name: \"{{jira_user}}\"\n comment: Dedicated user to run just jira service\n create_home: yes\n shell: /bin/bash", "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": 168, "all_permissive": false }
ansible_role
samssi/mysite-aws-env
80290a30a0aaf145b28d6bbb4ae85c57daf52137
0
ansible/roles/mysite-auth-app
7,541
[ "no_license" ]
[ { "path": "ansible/roles/mysite-auth-app/tasks/main.yml", "content": "- name: Create mysite-auth-config host volumes directory\n file: path=/home/ec2-user/.mysite-auth-config state=directory owner=1000 group=1000 mode=0770\n\n- name: Add production.json to config directory\n template: src=production.json....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
samssi/mysite-aws-env
80290a30a0aaf145b28d6bbb4ae85c57daf52137
0
ansible/roles/mysite-rest-app
7,541
[ "no_license" ]
[ { "path": "ansible/roles/mysite-rest-app/tasks/main.yml", "content": "- name: Create mysite-rest host volumes directory\n file: path=/home/ec2-user/.mysite-rest-config state=directory owner=1000 group=1000 mode=0770\n\n- name: Add production.json to config directory\n template: src=production.json.j2 dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
samssi/mysite-aws-env
80290a30a0aaf145b28d6bbb4ae85c57daf52137
0
ansible/roles/software
7,541
[ "no_license" ]
[ { "path": "ansible/roles/software/tasks/main.yml", "content": "- name: Update OS packages to latest versions\n yum: name=* state=latest\n\n- name: Install Docker\n yum: name=docker state=latest\n\n- name: Enable Docker service\n service: name=docker enabled=yes state=started\n\n- name: Enable ec2-user to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-docker-ubuntu/roles/basic
7,541
[ "no_license" ]
[ { "path": "ansible-docker-ubuntu/roles/basic/tasks/main.yml", "content": "---\n\n- block:\n - name: \"update cache\"\n apt:\n update_cache: yes\n\n - name: \"upgrade all\"\n apt:\n name: \"*\"\n state: latest\n register: upgraded\n\n - name: \"install basic packages\"\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-docker-ubuntu/roles/docker
7,541
[ "no_license" ]
[ { "path": "ansible-docker-ubuntu/roles/docker/tasks/main.yml", "content": "---\n\n- block:\n - name: \"install docker dependencies\"\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-docker-ubuntu/roles/docker-compose
7,541
[ "no_license" ]
[ { "path": "ansible-docker-ubuntu/roles/docker-compose/tasks/main.yml", "content": "---\n\n- block:\n - name: \"get newest release\"\n uri: \n url: https://api.github.com/repos/docker/compose/releases/latest\n return_content: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1062, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-docker-ubuntu/roles/services
7,541
[ "no_license" ]
[ { "path": "ansible-docker-ubuntu/roles/services/tasks/main.yml", "content": "---\n\n- block:\n - name: copy trashcli service\n copy:\n src: files/trashcli.service\n dest: /etc/systemd/system/trashcli.service\n owner: root\n group: root\n mode: \"0644\"\n register: copy_trashc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1571, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-docker-ubuntu/roles/swap
7,541
[ "no_license" ]
[ { "path": "ansible-docker-ubuntu/roles/swap/tasks/main.yml", "content": "---\n\n- block:\n - name: \"check if swap is there\"\n command: swapon -s\n register: swap\n\n - name: \"get mem size\"\n shell: cat /proc/meminfo | grep -i 'memtotal' | grep -o '[[:digit:]]*'\n register: mem_size\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1259, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-docker-ubuntu/roles/userconf
7,541
[ "no_license" ]
[ { "path": "ansible-docker-ubuntu/roles/userconf/tasks/main.yml", "content": "---\n\n- name: \"create user folders\"\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - bin\n - docker\n - logs\n - script\n - backup\n\n- name: \"add ignore\"\n lineinfile:\n create: true\n path: ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-vps-setup/roles/ssh_secure
7,541
[ "no_license" ]
[ { "path": "ansible-vps-setup/roles/ssh_secure/tasks/main.yml", "content": "---\n\n- name: \"backup config\"\n copy:\n remote_src: yes\n src: /etc/ssh/sshd_config\n dest: /etc/ssh/sshd_config.backup\n\n- name: \"set sshd port\"\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^#Port\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1281, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-vps-setup/roles/ufw
7,541
[ "no_license" ]
[ { "path": "ansible-vps-setup/roles/ufw/tasks/main.yml", "content": "---\n\n- name: \"update cache\"\n apt:\n update_cache: yes\n\n- name: \"install ufw\"\n apt:\n name: ufw\n\n- name: deny everything and enable UFW\n community.general.ufw:\n state: enabled\n policy: deny\n\n- name: allow sshd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
bbilly1/ansible-playbooks
258777f168784c4af08a6ed095753338cf50f830
3
ansible-vps-setup/roles/user
7,541
[ "no_license" ]
[ { "path": "ansible-vps-setup/roles/user/tasks/main.yml", "content": "---\n\n- name: \"create user\"\n user:\n name: \"{{ regular_user }}\"\n groups: sudo\n append: yes\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n\n- name: \"create ssh folder\"\n file:\n path: \"/home/{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
osherachamim/ansible-nginx-weather
2546cdacac4b57cfe9a2ec6cfd617106ca5f7e52
0
roles/nginx_weather
7,541
[ "no_license" ]
[ { "path": "roles/nginx_weather/meta/main.yaml", "content": "---\ngalaxy_info:\n role_name: nginx_weather\n author: <NAME>\n description: Ansible role to deploy an NGINX web server hosting a real-time weather app using OpenWeatherMap API.\n company: \"\"\n license: MIT\n min_ansible_version: 2.9\n pla...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1339, "all_permissive": false }
ansible_role
hunter-packages/hunter-bot-elixir
78392fbc86e5b7611c27212b19301696eb2f3d94
1
ansible/roles/hunterbot
7,541
[ "no_license" ]
[ { "path": "ansible/roles/hunterbot/tasks/main.yml", "content": "---\n\n# Create user for bot\n- name: Create hunter-bot-elixir group\n group: name=hunter-bot-elixir state=present\n\n- name: Create hunter-bot-elixir user\n user: name=hunter-bot-elixir group=hunter-bot-elixir createhome=yes shell=/bin/false...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1062, "all_permissive": false }
ansible_role
BohdanKrasko/night
ea5de90679dcc8002466412c1833a722bb849715
0
ansible/roles/django
7,541
[ "no_license" ]
[ { "path": "ansible/roles/django/tasks/main.yml", "content": "---\n- name: upadte system\n apt:\n update_cache: yes\n cache_valid_time: 86400\n \n- name: install dependancy\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - libtiff-dev\n - libjpeg-dev\n - zlib1g-dev\n - libf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8019, "all_permissive": false }
ansible_role
cjwelle/aws-demo
df10c5882a5107b0586f4b0ac358580cbc78789f
2
roles/cleanup
7,541
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- name: Remove ubuntu authorized_keys file\n become: true\n become_method: sudo\n become_user: root\n #shell: rm -rf /etc/apt/sources.list*\n file:\n path=/home/ubuntu/.ssh/authorized_keys\n state=absent\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
cjwelle/aws-demo
df10c5882a5107b0586f4b0ac358580cbc78789f
2
roles/common
7,541
[ "no_license" ]
[ { "path": "roles/common/tasks/apt_update_install.yml", "content": "---\n- name: Add ansible ppa\n apt_repository:\n repo: ppa:ansible/ansible\n\n- name: Update apt repos.\n apt:\n update_cache: yes\n tags: common\n\n- name: Upgrade distribution\n apt:\n upgrade: yes\n tags: common\n\n- name: U...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3369, "all_permissive": false }
ansible_role
cjwelle/aws-demo
df10c5882a5107b0586f4b0ac358580cbc78789f
2
roles/create-base-ami
7,541
[ "no_license" ]
[ { "path": "roles/create-base-ami/defaults/main.yml", "content": "---\n# defaults file for base_ami\nregion: \"{{user `region`}}\"\nwrk_home: \"{{ lookup('env','wrk_home') }}\"\naccess_key: \"{{user `aws_access_key`}}\"\nsecret_key: \"{{user `aws_secret_key`}}\"\ninstance_type: \"m3.medium\"\nsource_am...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
ishtiaqSamdani007/ansible
37775dd7224c9718b5276227321c96b2b5433246
0
roles/docker
7,541
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n apt: name=docker.io state=present\n become: true\n when: ansible_os_family == \"Debian\"\n\n \n- name: install docker\n yum: name=docker state=present\n become: true\n when: ansible_os_family == \"RedHat\"\n\n# start d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
ishtiaqSamdani007/ansible
37775dd7224c9718b5276227321c96b2b5433246
0
roles/nginx
7,541
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: name=nginx state=present\n become: true\n when: ansible_os_family == \"Debian\"\n\n- name: install nginx\n yum: name=nginx state=present\n become: true\n when: ansible_os_family == \"RedHat\"\n- name: start nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
Vitalii10973/Task_Ansible
4ed53299fc27e26f034de71ff3634f51fd807be2
0
roles/deploy_apache
7,542
[ "no_license" ]
[ { "path": "roles/deploy_apache/defaults/main.yml", "content": "---\n# defaults file for deploy_apache\ndestin_folder: /var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/deploy_apache/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 636, "all_permissive": false }
ansible_role
Vitalii10973/Task_Ansible
4ed53299fc27e26f034de71ff3634f51fd807be2
0
roles/deploy_db
7,542
[ "no_license" ]
[ { "path": "roles/deploy_db/tasks/main.yml", "content": "---\n# tasks file for deploy_db\n\n- name: Installing Mysql and dependencies\n package:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - mysql-server\n - mysql-client \n - python3-mysqldb\n - libmysqlclient-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1200, "all_permissive": false }
ansible_role
ritik-rkg/Talent_Bridge_Kubernetes
8075a4c580974df6b0ecbd059ccebf793eeb1c02
0
roles/clone_repo
7,542
[ "no_license" ]
[ { "path": "roles/clone_repo/tasks/main.yml", "content": "- name: Clone the Kubernetes manifests repository\n git:\n repo: https://github.com/ritik-rkg/Talent_Bridge_Kubernetes.git\n dest: /tmp/Talent_Bridge_Kubernetes\n register: repo_status\n\n- name: Show repository clone status\n debug:\n msg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
ritik-rkg/Talent_Bridge_Kubernetes
8075a4c580974df6b0ecbd059ccebf793eeb1c02
0
roles/deploy_backend
7,542
[ "no_license" ]
[ { "path": "roles/deploy_backend/tasks/main.yml", "content": "- name: Apply Backend Deployment\n command: kubectl apply -f /tmp/Talent_Bridge_Kubernetes/kub/backend-deployment.yaml\n\n- name: Apply Backend Service\n command: kubectl apply -f /tmp/Talent_Bridge_Kubernetes/kub/backend-service.yaml\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
ritik-rkg/Talent_Bridge_Kubernetes
8075a4c580974df6b0ecbd059ccebf793eeb1c02
0
roles/deploy_frontend
7,542
[ "no_license" ]
[ { "path": "roles/deploy_frontend/tasks/main.yml", "content": "- name: Apply Frontend Deployment\n command: kubectl apply -f /tmp/Talent_Bridge_Kubernetes/kub/frontend-deployment.yaml\n\n- name: Apply Frontend Service\n command: kubectl apply -f /tmp/Talent_Bridge_Kubernetes/kub/frontend-service.yaml\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
epequeno/lfs258
9e0bd81baa0caf145d074cea461fdb4364739e8c
2
k8s_ansible/roles/common
7,542
[ "no_license" ]
[ { "path": "k8s_ansible/roles/common/tasks/main.yml", "content": "---\n- name: add google apt key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: add k8s repo\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-xenial main\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1181, "all_permissive": false }
ansible_role
epequeno/lfs258
9e0bd81baa0caf145d074cea461fdb4364739e8c
2
k8s_ansible/roles/master
7,542
[ "no_license" ]
[ { "path": "k8s_ansible/roles/master/tasks/main.yml", "content": "---\n- name: reset cluster\n command: kubeadm reset\n ignore_errors: True\n\n- name: init cluster\n command: kubeadm init --pod-network-cidr=10.244.0.0/16\n register: kubeadm_init_output\n when: kubeadm_token is not defined\n\n- name: \"s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1770, "all_permissive": false }
ansible_role
epequeno/lfs258
9e0bd81baa0caf145d074cea461fdb4364739e8c
2
k8s_ansible/roles/workers
7,542
[ "no_license" ]
[ { "path": "k8s_ansible/roles/workers/tasks/main.yml", "content": "---\n- name: kubeadm reset\n command: kubeadm reset\n ignore_errors: True\n\n- set_fact: join_command={{ hostvars[groups['masters'][0]]['kubeadm_join_command'] }}\n when: kubeadm_join_command is not defined\n\n- name: join cluster\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
akshaytyagi4135/monitoring_stack
38c02b78dda0672c81cd3f0402c1132dee13d21d
0
roles/prometheus
7,542
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: create prometheus user\n user:\n name: 'prometheus'\n append: true\n shell: /usr/sbin/nologin\n system: true\n create_home: false\n- name: create prometheus config dir\n file:\n path: \"{{ prometheus_dir_configuration }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2940, "all_permissive": false }
ansible_role
e-dang/Path-Finding-Algorithm-Visualizer
09415ab06cd3b03dc9e40f25a80c25deb6a44bab
0
ansible/roles/app
7,542
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Clone git repository\n git:\n repo: https://github.com/e-dang/Algorithms.git\n dest: \"{{ workspace }}\"\n version: \"{{ version }}\"\n notify:\n - Restart gunicorn\n\n- name: Create virtualenv and install requirements\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1938, "all_permissive": false }
ansible_role
e-dang/Path-Finding-Algorithm-Visualizer
09415ab06cd3b03dc9e40f25a80c25deb6a44bab
0
ansible/roles/apt
7,542
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/main.yml", "content": "- name: Add apt-keys\n apt_key:\n url: \"{{ item }}\"\n state: present\n loop: \"{{ keys }}\"\n\n- name: Add apt-repositories\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n loop: \"{{ repos }}\"\n\n- name: Install system ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
e-dang/Path-Finding-Algorithm-Visualizer
09415ab06cd3b03dc9e40f25a80c25deb6a44bab
0
ansible/roles/nginx
7,542
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n pkg: nginx\n state: present\n update_cache: yes\n\n- name: Add nginx config to sites-available\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/{{ host }}\n\n- name: Add symlin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
e-dang/Path-Finding-Algorithm-Visualizer
09415ab06cd3b03dc9e40f25a80c25deb6a44bab
0
ansible/roles/user
7,542
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "---\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 lineinfile:\n path: /etc/sudoers\n state: present\n regexp: \"^%wheel\"\n line: \"%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 862, "all_permissive": false }
ansible_role
anilbabuchundi/devops-Rakuten
c47f4c886a7adbed0a7835ffd0db2ee3f74e23fd
0
vagrant-centos/roles/provision
7,542
[ "no_license" ]
[ { "path": "vagrant-centos/roles/provision/tasks/main.yml", "content": "# This role is used to install necessary software tools using yum and pip to run the Flask app\n- name: \"[YUM-INSTALL] this task is used to install softwares using yum module\"\n yum: \n name:\n - git\n - epel-release\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
nour-mallek/Projet-CD
84cfcaf42e6ebe0db713122f0c5c937a1febb588
0
Ansible/roles/build
7,542
[ "no_license" ]
[ { "path": "Ansible/roles/build/tasks/main.yml", "content": "---\n# tasks file for build\n#buidproject\n- name: build app\n shell: npm install --legacy-peer-deps && ng build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
nour-mallek/Projet-CD
84cfcaf42e6ebe0db713122f0c5c937a1febb588
0
Ansible/roles/docker-registry
7,542
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: log into docker hub registy\n docker_login:\n email: \"<EMAIL>\"\n username: \"nourmallek1\"\n password: \"<PASSWORD>\"\n- name: Push the Docker image into the repo\n shell: docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/add-domains-available
7,542
[ "no_license" ]
[ { "path": "ansible/roles/add-domains-available/templates/vhost-nginx-template.j2", "content": "server {\n listen 80;\n\n root {{ item.root|default(\"/vagrant\") }};\n index index.html index.php;\n\n server_name {{ item.server_name|default(\"localhost\") }};\n\n location {{ item.location|defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/init
7,542
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "- name: Install python-software-properties\n apt: pkg=python-software-properties state=latest\n\n- name: Install python-selinux\n apt: pkg=python-selinux state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/mysql
7,542
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Check if MySQL is already installed.\n stat: path=/etc/init.d/mysql\n register: mysql_installed\n\n- name: Add Mysql Ondrej PPA Repository\n apt_repository: repo=\"ppa:ondrej/mysql-{{ mysql.version }}\" update_cache=yes\n when: mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2002, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/nginx
7,542
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Add nginx repository\n apt_repository: repo=ppa:nginx/stable update_cache=yes\n\n\n- name: Install Nginx\n apt: pkg=nginx state=latest\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
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/nodejs
7,542
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Add NodeSource PPA Repository Script\n sudo: yes\n shell: curl -sL https://deb.nodesource.com/setup | sudo bash -\n\n- name: Install Node JS and Npm\n sudo: yes\n apt: pkg=nodejs state=latest\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/npm
7,542
[ "no_license" ]
[ { "path": "ansible/roles/npm/tasks/main.yml", "content": "---\n- name: Install NPM Global Packages\n sudo: yes\n npm: name={{ item }} global=yes\n with_items: npm.global_packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/php5
7,542
[ "no_license" ]
[ { "path": "ansible/roles/php5/tasks/main.yml", "content": "---\n- name: Add Ondrej PHP PPA Repository\n sudo: yes\n apt_repository: repo=\"ppa:ondrej/php5-{{ php.version }}\" update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/php5-cli
7,542
[ "no_license" ]
[ { "path": "ansible/roles/php5-cli/tasks/main.yml", "content": "- name: Install php5-cli\n sudo: yes\n apt: pkg=php5-cli state=latest\n\n- name: Copy development.ini with ENV = development\n sudo: yes\n copy: src=development.ini dest=/etc/php5/cli/php.ini force=yes backup=yes owner=root group=root mode=0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/php5-common
7,542
[ "no_license" ]
[ { "path": "ansible/roles/php5-common/tasks/main.yml", "content": "- name: Install Development Modules in /vars/php with ENV = development\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items: php.development_modules\n when: env == \"development\"\n notify: restart php5-fpm\n\n- name: Install Def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/php5-fpm
7,542
[ "no_license" ]
[ { "path": "ansible/roles/php5-fpm/tasks/main.yml", "content": "- name: Install php5-fpm\n sudo: yes\n apt: pkg=php5-fpm state=latest\n\n\n- name: Copy development.ini with ENV = development\n sudo: yes\n copy: src=development.ini dest=/etc/php5/fpm/php.ini force=yes backup=yes owner=root group=root mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/redis-server
7,542
[ "no_license" ]
[ { "path": "ansible/roles/redis-server/tasks/main.yml", "content": "---\n- name: Add Redis PPA Repository\n sudo: yes\n apt_repository: repo=ppa:chris-lea/redis-server update_cache=yes\n\n- name: Install redis-server\n sudo: yes\n apt: pkg=redis-server state=latest", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
amagno/trusty-server
8d4ca92754e7e9e09bbeca1359decd1cde390e4c
0
ansible/roles/system-packages
7,542
[ "no_license" ]
[ { "path": "ansible/roles/system-packages/tasks/main.yml", "content": "- name: Install System Packages On /vars/vars system.packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items: system.packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
iridl/iridl-ansible
c0f4a52cc2b024fd830a7cf56e098bc28500b93c
0
roles/conda_env
7,542
[ "no_license" ]
[ { "path": "roles/conda_env/tasks/main.yaml", "content": "- name: conda environment lockfile from url\n get_url:\n url: \"{{conda_env_url}}\"\n dest: \"{{conda_envs_dir}}/{{conda_env_name}}-conda-linux-64.lock\"\n when: conda_env_url is defined\n\n- name: conda environment lockfile from local file\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
iridl/iridl-ansible
c0f4a52cc2b024fd830a7cf56e098bc28500b93c
0
roles/miniconda
7,542
[ "no_license" ]
[ { "path": "roles/miniconda/tasks/main.yaml", "content": "- name: check for conda\n stat:\n path: \"{{miniconda_path}}/bin/conda\"\n register: conda_stat\n\n- block:\n - name: miniconda installer\n get_url:\n url: https://repo.anaconda.com/miniconda/{{miniconda_installer_filename}}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1324, "all_permissive": false }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/actions_runner
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/actions_runner/files/profile", "content": "if [ -n \"$BASH_VERSION\" ] && [ -f \"$HOME/.bashrc\" ]; then\n . \"$HOME/.bashrc\"\nfi\n\nif [ -d \"$HOME/.local/bin\" ] ; then\n PATH=\"$HOME/.local/bin:$PATH\"\nfi\n", "license_type": "permissive", "detected_license...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 14401, "all_permissive": true }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/aws_cli
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/aws_cli/vars/main.yml", "content": "---\naws_cli_install:\n key: /usr/local/src/aws-cli-team.asc\n keyring: /usr/local/src/aws-cli-team.gpg\n url: \"https://awscli.amazonaws.com/awscli-exe-linux-{{ ansible_machine }}.zip\"\n sig: \"https://awscli.amazonaws.com/awscli-exe...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4036, "all_permissive": true }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/containers
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/containers/templates/config.toml", "content": "version = 2\nroot = \"{{ containers_mnt }}/containerd\"\n", "license_type": "permissive", "detected_licenses": [ "MIT", "CC-BY-4.0" ], "size_bytes": 53 }, { "path": "ansible/runners/roles/cont...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4182, "all_permissive": true }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/go
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/go/vars/main.yml", "content": "---\ngo_architecture_lookup:\n { \"x86_64\": \"amd64\", \"aarch64\": \"arm64\", \"i386\": \"386\" }\ngo_architecture: \"{{ go_architecture_lookup[ansible_architecture] }}\"\ngo_versions:\n 1.22.4:\n version: 1.22.4\n checksums:\n a...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2210, "all_permissive": true }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/hashicorp
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/hashicorp/vars/main.yml", "content": "---\nhashicorp_apt_uri: https://apt.releases.hashicorp.com\nhashicorp_apt_key: \"{{ hashicorp_apt_uri }}/gpg\"\n", "license_type": "permissive", "detected_licenses": [ "MIT", "CC-BY-4.0" ], "size_bytes": 107 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 755, "all_permissive": true }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/nvm
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/nvm/tasks/main.yml", "content": "---\n- name: Install NVM\n ansible.builtin.import_tasks: nvm.yml\n", "license_type": "permissive", "detected_licenses": [ "MIT", "CC-BY-4.0" ], "size_bytes": 64 }, { "path": "ansible/runners/roles/nvm/task...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1609, "all_permissive": true }
ansible_role
jhatler/janus
cec1249658949bb00fcfa533a9c57019a72495bb
1
ansible/runners/roles/os
7,543
[ "permissive" ]
[ { "path": "ansible/runners/roles/os/tasks/packages.yml", "content": "---\n- name: Cache admin utilities\n notify: Install admin utilities\n ansible.builtin.copy:\n dest: /tmp/.ansible_os_admin_utils\n content: \"{{ os_admin_utils }}\"\n owner: root\n group: root\n mode: \"0644\"\n", "li...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2047, "all_permissive": true }
ansible_role
jvassev/ansinetes
762f2c42ece5f759baea80cd5c573348aa14d161
3
_defaults/ansible/roles/vmware.coreos-bootstrap
7,543
[ "no_license" ]
[ { "path": "_defaults/ansible/roles/vmware.coreos-bootstrap/tests/default/test.yml", "content": "---\n- hosts: localhost\n gather_facts: False\n remote_user: root\n roles:\n - ansible-coreos-bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4864, "all_permissive": false }
ansible_role
Jtayyy/simpleapi
7be662df8db4e0fafe99c9b93c5132b9aab06aa3
0
ansible/roles/create-network
7,543
[ "no_license" ]
[ { "path": "ansible/roles/create-network/tasks/main.yml", "content": "- name: Create a network\r\n community.docker.docker_network: # On créé un network docker\r\n name: app-network # Que l'on appelle app-network, comme dans les parties précédentes.", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
Jtayyy/simpleapi
7be662df8db4e0fafe99c9b93c5132b9aab06aa3
0
ansible/roles/launch-app
7,543
[ "no_license" ]
[ { "path": "ansible/roles/launch-app/tasks/main.yml", "content": "- name: Run Backend\r\n docker_container: # On lance notre conteneur du backend\r\n name: backend # En gardant le même nom\r\n image: pbonnefoy/simpleapi-backend:latest # En prenant mon image, avec sa dernière mise à jour (dans le sens ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
Jtayyy/simpleapi
7be662df8db4e0fafe99c9b93c5132b9aab06aa3
0
ansible/roles/launch-database
7,543
[ "no_license" ]
[ { "path": "ansible/roles/launch-database/tasks/main.yml", "content": "- name: Launch Database Container\r\n docker_container: # On lance le conteneur de la base de données\r\n name: db\r\n image: pbonnefoy/simpleapi-db:latest\r\n pull: true\r\n recreate: true\r\n networks:\r\n - name: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
Jtayyy/simpleapi
7be662df8db4e0fafe99c9b93c5132b9aab06aa3
0
ansible/roles/launch-proxy
7,543
[ "no_license" ]
[ { "path": "ansible/roles/launch-proxy/tasks/main.yml", "content": "- name: Run HTTPD\r\n docker_container: # Enfin, on crée de docker du proxy\r\n name: httpd\r\n image: pbonnefoy/simpleapi-httpd:latest\r\n pull: true\r\n recreate: true\r\n ports: # Que l'on expose sur le port 80, afin de po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
itshughboi/homelab
b04c052de11ddc781f007ee45cf02490eb864073
0
ansible/playbooks/ansible-docker/roles/portainer_deploy
7,543
[ "no_license" ]
[ { "path": "ansible/playbooks/ansible-docker/roles/portainer_deploy/tasks/main.yml", "content": "---\n- name: Ensure docker-compose is installed\n ansible.builtin.package:\n name: docker-compose\n state: present\n\n- name: Ensure Docker service is running\n ansible.builtin.service:\n name: docker\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
guilhermelinhares/install_jira
d56b2de2e5dd390d9e0f0f48137ad4bbc67cad18
0
ansible/roles/install_jira
7,543
[ "no_license" ]
[ { "path": "ansible/roles/install_jira/tasks/main.yml", "content": "---\n- name: Include Tasks Jira Install\n include: jira.yml\n tags:\n - install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/install_jira/tests/test.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 689, "all_permissive": false }
ansible_role
LNReddy-Diddala/Ansible-Playbooks
e2bc083fa50ba4ca849eb784fc0c229bad0a9062
0
Smartler-Playbook/roles/deploy
7,543
[ "no_license" ]
[ { "path": "Smartler-Playbook/roles/deploy/tasks/main.yml", "content": "---\n# This playbook is responsible to start the execution of the tasks.\n- include: smartler-stop.yml\n- include: deploy.yml\n- include: smartler-restart.yml\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1042, "all_permissive": false }
ansible_role
LNReddy-Diddala/Ansible-Playbooks
e2bc083fa50ba4ca849eb784fc0c229bad0a9062
0
ec2-launch-ansible-playbook/roles/create-sg
7,543
[ "no_license" ]
[ { "path": "ec2-launch-ansible-playbook/roles/create-sg/tasks/main.yml", "content": "---\n#roles/create-sg/tasks/main.yml @LNReddy-Diddala\n\n- name: Create a Security-Group\n ec2_group:\n name: \"{{ security_group }}\"\n description: Security Group for webserver Servers\n vpc_id: \"{{vpc_id}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
LNReddy-Diddala/Ansible-Playbooks
e2bc083fa50ba4ca849eb784fc0c229bad0a9062
0
ec2-launch-ansible-playbook/roles/ec2-instance-launch
7,543
[ "no_license" ]
[ { "path": "ec2-launch-ansible-playbook/roles/ec2-instance-launch/tasks/main.yml", "content": "---\n#roles/ec2-instance-launch/tasks/main.yml @LNReddy-Diddala\n\n- name: Launch the new EC2 Instance\n ec2:\n key_name: \"{{ keypair }}\"\n group: \"{{ security_group }}\"\n instance_type: \"{{ in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1233, "all_permissive": false }
ansible_role
kdunaev-a10/VF-playbook
9647aa696fa52f6962b7216fd92b150ff95ad698
1
roles/adc-vf
7,543
[ "no_license" ]
[ { "path": "roles/adc-vf/defaults/main.yml", "content": "---\n# defaults file for adc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/adc-vf/tasks/a10_slb_service_group_member.yaml", "content": "---\n- name: Create a10_slb_service_group_...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 4823, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/bootstrap
7,543
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- include: bootstrap.yml\n- include: setup_ansible_ssh_user.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/bootstrap/vars/main.yml", "content": "---\nansible_public_key: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1149, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/couchpotato
7,543
[ "no_license" ]
[ { "path": "roles/couchpotato/tasks/main.yml", "content": "---\n\n- name: Create couchpotato group\n become: true\n group:\n name: \"{{ couchpotato_group }}\"\n state: present\n\n- name: Create couchpotato user\n become: true\n user:\n name: \"{{ couchpotato_user }}\"\n group: \"{{ couchpotat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1848, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/crashplan
7,543
[ "no_license" ]
[ { "path": "roles/crashplan/templates/install.vars.j2", "content": "TARGETDIR={{ crashplan_location }}\nBINSDIR={{ crashplan_location }}/bin\nMANIFESTDIR={{ crashplan_location }}/var/crashplan\nINSTALLDATE=$NOW\nAPP_BASENAME=CrashPlan\nDIR_BASENAME=crashplan\n\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1655, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/create_user
7,543
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n\n- name: Create user {{ username }}\n become: true\n user:\n name: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n group: wheel\n append: true\n update_password: always\n\n\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/docker
7,543
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker\n become: true\n package:\n name: docker\n state: present\n\n- name: Ensure docker service dir is available\n become: true\n file:\n path: /etc/systemd/system/docker.service.d\n state: directory\n owner: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/foldingathome
7,543
[ "no_license" ]
[ { "path": "roles/foldingathome/tasks/main.yml", "content": "---\n- name: Copy config.xml file\n become: true\n template:\n src: config.xml.j2\n dest: \"{{ fah_home }}/config.xml\"\n\n- name: Copy systemd file\n become: true\n template:\n src: foldingathome.service.j2\n dest: /usr/lib/systemd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1109, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/gocd-agent
7,543
[ "no_license" ]
[ { "path": "roles/gocd-agent/handlers/main.yml", "content": "---\n- name: Restart agent\n become: true\n service:\n name: go-agent\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/gocd-agent/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 789, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/gocd-server
7,543
[ "no_license" ]
[ { "path": "roles/gocd-server/tasks/main.yml", "content": "---\n\n- name: Add repo\n become: true\n get_url:\n url: https://download.gocd.org/gocd.repo\n dest: /etc/yum.repos.d/gocd.repo\n\n- name: Install java\n become: true\n package:\n name: java-1.8.0-openjdk\n state: present\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/grafana
7,543
[ "no_license" ]
[ { "path": "roles/grafana/vars/main.yml", "content": "---\n\ngrafana_user: grafana\ngrafana_group: grafana\ngrafana_download_location: /tmp\ngrafana_download_dir: \"{{ grafana_download_location }}/grafana-{{ grafana_version }}\"\ngrafana_install_location: /opt/grafana\n\ngrafana_config_file: \"{{ grafana_ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2890, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/headphones
7,543
[ "no_license" ]
[ { "path": "roles/headphones/vars/main.yml", "content": "---\n\nheadphones_install_dir: /opt/headphones\nheadphones_user: headphones\nheadphones_group: \"{{ headphones_user }}\"\nheadphones_config_dir: /etc/headphones\nheadphones_data_dir: \"{{ headphones_install_dir}}/data\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1953, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/influxdb
7,543
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n\n- name: Create influxdb group\n become: true\n group:\n name: \"{{ influxdb_group }}\"\n state: present\n\n- name: Create influxdb user\n become: true\n user:\n name: \"{{ influxdb_user }}\"\n group: \"{{ influxdb_group }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3647, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/jira
7,543
[ "no_license" ]
[ { "path": "roles/jira/vars/main.yml", "content": "---\njira_version: 7.2.3\njira_download_location: /tmp\njira_install_location: /opt/atlassian/jira\njira_home: /var/atlassian/application-data/jira\n\njira_port: 8080\njira_rmi_port: 8005\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1293, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/nexus
7,543
[ "no_license" ]
[ { "path": "roles/nexus/templates/nexus.service.j2", "content": "[Unit]\nDescription=Sonatype Nexus {{ nexus_version }}\n\n[Service]\nUser=nexus\nType=simple\nPIDFile=/opt/nexus-{{ nexus_version}}/bin/jsw/linux-x86-64/nexus.pid\nExecStart=/opt/nexus-{{ nexus_version }}/bin/nexus start-launchd\nExecReload=/op...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1630, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/nzb
7,543
[ "no_license" ]
[ { "path": "roles/nzb/vars/main.yml", "content": "---\n\nsabnzbd_version: 1.1.0\nsabnzbd_install_dir: /opt/sabnzbd\nsabnzbd_user: sabnzbd\nsabnzbd_group: sabnzbd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/nzb/vars/default.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2695, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/plex
7,543
[ "no_license" ]
[ { "path": "roles/plex/meta/main.yml", "content": "---\ndependencies:\n - pacaur\n - { role: aur, package: plex-media-server }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/plex/tasks/main.yml", "content": "---\n\n- meta: flush_handl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/syncthing
7,543
[ "no_license" ]
[ { "path": "roles/syncthing/handlers/main.yml", "content": "---\n- name: Restart syncthing\n become: true\n service:\n name: syncthing\n state: restarted\n\n- name: Reload systemd\n become: true\n command: systemctl daemon-reload\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1570, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/telegraf
7,543
[ "no_license" ]
[ { "path": "roles/telegraf/tasks/main.yml", "content": "---\n- name: Create download dir\n connection: local\n file:\n path: \"{{ telegraf_download_location }}\"\n state: directory\n\n- name: Download tar ball\n connection: local\n unarchive:\n remote_src: true\n src: \"https://dl.influxdata....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1174, "all_permissive": false }
ansible_role
laxd/ansible-playbooks
7d1eacb37d03fd099a4eff6ba765a5c74a259195
0
roles/transmission
7,543
[ "no_license" ]
[ { "path": "roles/transmission/tasks/main.yml", "content": "---\n- name: Create transmission group\n become: true\n group:\n name: \"{{ transmission_group }}\"\n state: present\n\n- name: Create transmission user\n become: true\n user:\n name: \"{{ transmission_user }}\"\n group: \"{{ transmi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1049, "all_permissive": false }
ansible_role
jozshua/CPE_MIDEXAM_ALONZO
114e7b5b573439b4f9b235b60f33c22804a291f1
0
CPE_MEXAM/roles/lamp
7,543
[ "no_license" ]
[ { "path": "CPE_MEXAM/roles/lamp/tasks/main.yml", "content": "- name: installation of lamp (Ubuntu)\n apt:\n name:\n - apache2\n - php\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: installation of mariadb (Ubuntu)\n apt:\n name: mariadb-ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
Mohamed-Mekawy-Emam/Ansible
7019819e543b1d99535be52cb2a0c9d82f261d15
0
preTasksandPostTasksandRoles/roles/role1
7,543
[ "no_license" ]
[ { "path": "preTasksandPostTasksandRoles/roles/role1/tasks/main.yml", "content": "---\n\n- name: Shell Echo test1\n shell:\n \"echo test1\"\n\n- name: Show host's ip\n debug:\n msg: \"{{ ansible_ssh_host }}\"\n register: role1status\n\n... \n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
Mohamed-Mekawy-Emam/Ansible
7019819e543b1d99535be52cb2a0c9d82f261d15
0
preTasksandPostTasksandRoles/roles/role2
7,543
[ "no_license" ]
[ { "path": "preTasksandPostTasksandRoles/roles/role2/tasks/main.yml", "content": "---\n\n- name: Shell Echo test2\n shell:\n \"echo test2\"\n\n- name: Show host's ip all\n debug: var=ansible_all_ipv4_addresses\n register: role2status\n\n- name: Show host's ip default\n debug: var=ansible_default_ipv4....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
Mohamed-Mekawy-Emam/Ansible
7019819e543b1d99535be52cb2a0c9d82f261d15
0
preTasksandPostTasksandRoles/roles/role3
7,543
[ "no_license" ]
[ { "path": "preTasksandPostTasksandRoles/roles/role3/tasks/main.yml", "content": "---\n- name: Execute test.sh script\n shell: \"chmod +x test.sh && ./test.sh\"\n register: chmodcmd\n tags: chmodcmd\n args:\n chdir: '{{ role_path }}/files/'\n warn: no\n \n- name: Debug Message \n debug: msg=\"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 329, "all_permissive": false }
ansible_role
raedomri/my-app
62bbc3ff4b24cacfbc5cbdfdd0c1a45b3fae48a3
0
ansible/roles/build
7,543
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n# buildproject\n- name: build app\n shell: npm run build\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
raedomri/my-app
62bbc3ff4b24cacfbc5cbdfdd0c1a45b3fae48a3
0
ansible/roles/docker
7,543
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: devops\n build:\n path: /var/lib/jenkins/workspace/devops\n source: build\n state: present\n force_source: true\n- name: run container docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }