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
vjsmit/roboshop-ansible
acdbf2db5756a7ed3a07c52063f5741319a09460
0
roles/dispatch
40
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yml", "content": "- name: Load Golang\n ansible.builtin.import_role:\n name: common\n tasks_from: golang\n\n- name: Load Prometheus-Node-Exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: node-exporter", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
vjsmit/roboshop-ansible
acdbf2db5756a7ed3a07c52063f5741319a09460
0
roles/frontend
40
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install the latest version of Nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n- name: Removing default content\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Create a directory if it ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1114, "all_permissive": false }
ansible_role
vjsmit/roboshop-ansible
acdbf2db5756a7ed3a07c52063f5741319a09460
0
roles/mongodb
40
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy mongodb repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: latest\n\n- name: Update listen address\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
vjsmit/roboshop-ansible
acdbf2db5756a7ed3a07c52063f5741319a09460
0
roles/mysql
40
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable MySQL 8\n ansible.builtin.shell: yum module disable mysql -y\n\n- name: Setup the MySQL5.7 repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install mysql server\n ansible.builtin.yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
vjsmit/roboshop-ansible
acdbf2db5756a7ed3a07c52063f5741319a09460
0
roles/rabbitmq
40
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Configure yum repos for erlang\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/{{ item }}/script.rpm.sh | bash\n loop:\n - erlang\n - rabbitmq-server\n\n- name: Install RabbitMQ\n ansible.builtin.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
vjsmit/roboshop-ansible
acdbf2db5756a7ed3a07c52063f5741319a09460
0
roles/redis
40
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Setup a repo file\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis 6 Version\n ansible.builtin.shell: yum module enable redis:remi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
aminsaedi/ghost-automation
bfec4a559e9b858ffad4d22bd0b5b7c082f4eb95
0
ansible/roles/app
40
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "REQUIRED_PACKGES_BEFORE_INSTALLING_NODEJS:\n - curl\n - ca-certificates\n - gnupg\nSITE_NAME: ghost\n\nSWAP_FILE_SIZE: 2G", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "ansible/roles/ap...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3143, "all_permissive": false }
ansible_role
aminsaedi/ghost-automation
bfec4a559e9b858ffad4d22bd0b5b7c082f4eb95
0
ansible/roles/db
40
[ "no_license" ]
[ { "path": "ansible/roles/db/templates/root/my.cnf-ghost.j2", "content": "{{ MARIADB_USER_PASS }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/db/defaults/main.yml", "content": "MARIADB_PKGS_LIST:\n - mariadb-server\n - mariad...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2601, "all_permissive": false }
ansible_role
aminsaedi/ghost-automation
bfec4a559e9b858ffad4d22bd0b5b7c082f4eb95
0
ansible/roles/firewall
40
[ "no_license" ]
[ { "path": "ansible/roles/firewall/defaults/main.yml", "content": "---\n\nNGNIX_PACKAGE_LIST:\n - nginx\n - cron\n\nNGNIX_INSTANCES:\n - domain: \"{{ root_fqdn }}\"\n email: \"me@{{ root_fqdn }}\"\n root: /var/www/ghost\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2280, "all_permissive": false }
ansible_role
aminsaedi/ghost-automation
bfec4a559e9b858ffad4d22bd0b5b7c082f4eb95
0
ansible/roles/ssl
40
[ "no_license" ]
[ { "path": "ansible/roles/ssl/tasks/main.yml", "content": "- name: \"Install Nginx\"\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n update_cache: true\n loop:\n - nginx\n\n- name: Create directories for letsencrypt\n file:\n path: /var/www/letsencrypt\n state: directory\n mode: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 942, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/angular
40
[ "no_license" ]
[ { "path": "provisioning/roles/angular/tasks/main.yml", "content": "---\n- name: Angular | Install Angular\n become: yes\n npm: name=angular global=no path={{node_module_path}}\n tags: angular\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/angular-route
40
[ "no_license" ]
[ { "path": "provisioning/roles/angular-route/tasks/main.yml", "content": "---\n- name: Angular-route | Install Angular-route\n become: yes\n npm: name=angular-route global=no path={{node_module_path}}\n tags: angular-route\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
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/body-parser
40
[ "no_license" ]
[ { "path": "provisioning/roles/body-parser/tasks/main.yml", "content": "---\n- name: Body-parser | Install Body-parser\n become: yes\n npm: name=body-parser global=no path={{node_module_path}}\n tags: body-parser\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
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/bootstrap
40
[ "no_license" ]
[ { "path": "provisioning/roles/bootstrap/tasks/main.yml", "content": "---\n- name: Bootstrap | Install Bootstrap\n become: yes\n npm: name=bootstrap global=no path={{node_module_path}}\n tags: bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/common
40
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Common | Update apt cache\n become: yes\n apt: update_cache=yes\n tags: common\n\n- name: Ensure bash, OpenSSl, and libssl are the latest versions \n become: yes\n apt: name={{ item }} state=latest \n with_items: \n - ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/express
40
[ "no_license" ]
[ { "path": "provisioning/roles/express/tasks/main.yml", "content": "---\n- name: Express | Install Express\n become: yes\n npm: name=express global=no path={{node_module_path}}\n tags: express\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/method-override
40
[ "no_license" ]
[ { "path": "provisioning/roles/method-override/tasks/main.yml", "content": "---\n- name: Method-override | Install Method-override\n become: yes\n npm: name=method-override global=no path={{node_module_path}}\n tags: method-override\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/mongodb
40
[ "no_license" ]
[ { "path": "provisioning/roles/mongodb/tasks/main.yml", "content": "---\n- name: Add mongo ppa key\n become: yes\n apt_key: >\n keyserver=hkp://keyserver.ubuntu.com:80\n id=7F0CEB10\n state=present\n\n- name: Add mongo sources list\n become: yes\n lineinfile: >\n line=\"deb http://downloads-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/mongoose
40
[ "no_license" ]
[ { "path": "provisioning/roles/mongoose/tasks/main.yml", "content": "---\n- name: Mongoose | Install Mongoose\n become: yes\n npm: name=mongoose global=no path={{node_module_path}}\n tags: mongoose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/morgan
40
[ "no_license" ]
[ { "path": "provisioning/roles/morgan/tasks/main.yml", "content": "---\n- name: Morgan | Install Morgan\n become: yes\n npm: name=morgan global=no path={{node_module_path}}\n tags: morgan\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/node-inspector
40
[ "no_license" ]
[ { "path": "provisioning/roles/node-inspector/tasks/main.yml", "content": "---\n- name: Node-inspector | Install Node-inspector\n become: yes\n npm: name=node-inspector global=yes\n tags: node-inspector\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/node-monitor
40
[ "no_license" ]
[ { "path": "provisioning/roles/node-monitor/tasks/main.yml", "content": "---\n- name: Node Monitor | Install Node Monitor\n become: yes\n npm: name=node-monitor global=yes\n tags: node-monitor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/nodejs
40
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "---\n- name: Node.js | Package prerequisites for node.js\n apt: pkg=python-software-properties state=present\n become: yes\n tags: nodejs\n\n#- name: Node.js | Add the Node.js PPA\n# apt_repository: repo='ppa:chris-lea/node.js' state=pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/system
40
[ "no_license" ]
[ { "path": "provisioning/roles/system/tasks/main.yml", "content": "---\n- name: System | Adding the path in the bashrc files\n lineinfile: \n dest=/home/vagrant/.bashrc \n line='export PATH=$PATH:/usr/lib' \n insertafter='EOF' \n regexp='export PATH=\\$PATH:/usr/lib' \n state=present\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
sergibondarenko/nodejs.fonotv.com.old
9db41ad1afbd5095be20f2c5ac6e3c3e873132e3
1
provisioning/roles/yo
40
[ "no_license" ]
[ { "path": "provisioning/roles/yo/tasks/main.yml", "content": "---\n- name: Yeoman | Install Yeoman\n become: yes\n npm: name=yo global=no path={{node_module_path}}\n tags: yeoman\n\n- name: Yeoman | Install Angular.js generator\n become: yes\n npm: name=generator-angular global=no path={{node_module_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
blubecks/vagrant_test
8d5631d2847637abd9f39984d0cb040b21c89b96
0
roles/database
27
[ "no_license" ]
[ { "path": "roles/database/tasks/mysql.yml", "content": "---\n- name: install my-sql\n apt: name=mysql-server state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
RahulSiddavaram/roles-ansible-roboshop
dc67cc0581b8d58a18e2342e60f4ef88db3907af
0
roles/common
27
[ "no_license" ]
[ { "path": "roles/common/tasks/python.yaml", "content": "- name: Install python dependencies\n ansible.builtin.yum:\n name: \"{{item}}\"\n state: installed\n loop:\n - python36\n - gcc\n - python3-devel", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
devnix/ansible-course
e5146d8286bbb4b21df6c55f1ececed4452e9780
0
roles/nodejs
27
[ "no_license" ]
[ { "path": "roles/nodejs/molecule/default/verify.yml", "content": "---\n# This is an example playbook to execute Ansible tests.\n\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - apt:\n name: nodejs\n state: present\n register: nodejs_status\n - name: nodejs is inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2121, "all_permissive": false }
ansible_role
shark19901510/project1
dcb4683990bd7ba722cfa1a5ef402d2895d30d50
0
ansible/roles/apache
27
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n- name: install Apache\n yum: name=httpd state=latest\n\n- name: Start \n service: name=httpd state=started enabled=yes\n\n- name: Copy\n copy: src=index.html dest={{ dst1 }} mode=0555\n\n notify:\n - Restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/alsa
27
[ "no_license" ]
[ { "path": "roles/alsa/tasks/main.yml", "content": "- name: Link asoundrc\n become: yes\n become_user: \"{{ user.name }}\"\n file:\n src: \"{{ repo.dotfiles.path }}/asoundrc\"\n dest: \"/home/{{ user.name }}/.asoundrc\"\n state: link\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/common
27
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install common packages\n pacman:\n name: \"{{ packages.common }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/imwheel
27
[ "no_license" ]
[ { "path": "roles/imwheel/tasks/main.yml", "content": "- name: Install imwheel\n pacman: name=imwheel state=present\n\n- name: Link .imwheelrc\n become: yes\n become_user: \"{{ user.name }}\"\n file:\n src: \"{{ repo.dotfiles.path }}/imwheelrc\"\n dest: \"/home/{{ user.name }}/.imwheelrc\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/mpd
27
[ "no_license" ]
[ { "path": "roles/mpd/tasks/main.yml", "content": " ## Daemon install and config\n- name: Install mpd\n pacman: name=mpd state=present\n\n- name: Create mpd config dir\n become: yes\n become_user: \"{{ user.name }}\"\n file:\n name: \"/home/{{ user.name }}/.config/mpd\"\n state: directory\n rec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1047, "all_permissive": false }
ansible_role
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/pacman_cache
27
[ "no_license" ]
[ { "path": "roles/pacman_cache/tasks/main.yml", "content": "- name: Update pacman cache\n pacman:\n update_cache: yes\n ignore_errors: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/spacemacs
27
[ "no_license" ]
[ { "path": "roles/spacemacs/tasks/main.yml", "content": "- name: Install spacemacs javascript layer dependencies\n pacman:\n name:\n - nodejs\n state: present\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
bennylb/arch-ansible
3bb408cfc12892b1f146de2ad890d09ceac186ed
0
roles/xdg
27
[ "no_license" ]
[ { "path": "roles/xdg/tasks/main.yml", "content": "- name: Install xdg-utils\n pacman: name=xdg-utils state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
romanikoa/napoleonit
8a7bc3617d4d4d4145091eacb69ffcb7e2177f0d
0
roles/nodes
27
[ "no_license" ]
[ { "path": "roles/nodes/templates/mongo-centos.conf.j2", "content": "# mongo.conf\n\nport = {{ mongod_port }}\n\ndbpath={{ mongodb_datadir_prefix }}db/\n#keyFile={{ mongodb_datadir_prefix }}secret\n\n# Replication Options\nreplSet={{ mongo_replset }}", "license_type": "no_license", "detected_licenses...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7496, "all_permissive": false }
ansible_role
romanikoa/napoleonit
8a7bc3617d4d4d4145091eacb69ffcb7e2177f0d
0
roles/replica
27
[ "no_license" ]
[ { "path": "roles/replica/defaults/main.yml", "content": "---\n# defaults file for mongo\nmongodb_confdir: /etc/mongo\nmongod_port: 27017\nmongo_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/replica/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 524, "all_permissive": false }
ansible_role
alpenwasser/pitaya
a6ced99408171ffcd96c9444adfe30d2ba699f48
11
env/roles/common
27
[ "no_license" ]
[ { "path": "env/roles/common/tasks/main.yml", "content": "- name: update apt cache\n apt: update_cache=yes\n\n- name: Install desktop packages\n apt: name={{ item }} state=latest\n with_items:\n - ubuntu-desktop\n - virtualbox-guest-dkms\n - virtualbox-guest-utils\n - virtualbox-guest-x11\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2143, "all_permissive": false }
ansible_role
ninodafonte/symfony-kickstart-project
276fa35709f8f1126e0f14e20cea3f21e3cac6a4
17
automation/ansible/roles/common
27
[ "no_license" ]
[ { "path": "automation/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update repositories cache\n apt:\n update_cache: yes\n become: True\n\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n become: True\n\n- name: Ensure NTP is installed\n apt:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
ninodafonte/symfony-kickstart-project
276fa35709f8f1126e0f14e20cea3f21e3cac6a4
17
automation/ansible/roles/dbutils
27
[ "no_license" ]
[ { "path": "automation/ansible/roles/dbutils/tasks/main.yml", "content": "---\n- name: Make sure pymysql is present\n pip:\n name: pymysql\n state: present\n become: True\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
ninodafonte/symfony-kickstart-project
276fa35709f8f1126e0f14e20cea3f21e3cac6a4
17
automation/ansible/roles/franklinkim.environment
27
[ "no_license" ]
[ { "path": "automation/ansible/roles/franklinkim.environment/tasks/config.yml", "content": "---\n\n- name: Ensure file exists\n file:\n path: \"{{ environment_file }}\"\n owner: \"{{ environment_file_owner }}\"\n group: \"{{ environment_file_group }}\"\n state: touch\n register: environment_fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1783, "all_permissive": false }
ansible_role
ninodafonte/symfony-kickstart-project
276fa35709f8f1126e0f14e20cea3f21e3cac6a4
17
automation/ansible/roles/webserver.utils
27
[ "no_license" ]
[ { "path": "automation/ansible/roles/webserver.utils/tasks/install_codedeploy.yml", "content": "---\n- name: Download Code Deploy Agent\n get_url:\n url=https://aws-codedeploy-eu-west-1.s3.amazonaws.com/latest/install\n dest=/tmp\n\n- name: Make it executable\n command: \"chmod +x /tmp/install\"\n\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4001, "all_permissive": false }
ansible_role
oakestra/oakestra-cli
aaad36b38dfa6913d962a59a7c8e808ab98ee255
0
oak_cli/ansible/roles/clear_root_orchestrator
27
[ "no_license" ]
[ { "path": "oak_cli/ansible/roles/clear_root_orchestrator/tasks/main.yml", "content": "- name: Make sure no other OAK applications/services are running.\n command: \"{{ venv_oak }} a d\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
oakestra/oakestra-cli
aaad36b38dfa6913d962a59a7c8e808ab98ee255
0
oak_cli/ansible/roles/clear_worker_node
27
[ "no_license" ]
[ { "path": "oak_cli/ansible/roles/clear_worker_node/meta/argument_specs.yml", "content": "argument_specs:\n main:\n options:\n venv_oak:\n type: str\n required: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "oak_cli/an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 184, "all_permissive": false }
ansible_role
oakestra/oakestra-cli
aaad36b38dfa6913d962a59a7c8e808ab98ee255
0
oak_cli/ansible/roles/evaluate_resources
27
[ "no_license" ]
[ { "path": "oak_cli/ansible/roles/evaluate_resources/tasks/main.yml", "content": "- include_role:\n name: prepare_oak_cli\n\n- name: Clean up before starting the evaluation cycle\n command: \"{{ venv_oak }} evaluate clean --scenario Resources\"\n\n- name: \"Handle all '{{ number_of_evaluation_runs }}' ev...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2148, "all_permissive": false }
ansible_role
oakestra/oakestra-cli
aaad36b38dfa6913d962a59a7c8e808ab98ee255
0
oak_cli/ansible/roles/prepare_oak_cli
27
[ "no_license" ]
[ { "path": "oak_cli/ansible/roles/prepare_oak_cli/tasks/main.yml", "content": "# NOTE: The following combination makes invoking OAK-CLI via ansible pretty tricky:\n#- Custom python package (not from pip) - current OAK-CLI\n#- Potential python venvs\n#- Vanilla python venvs are AFAIK bound to already installe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2045, "all_permissive": false }
ansible_role
oakestra/oakestra-cli
aaad36b38dfa6913d962a59a7c8e808ab98ee255
0
oak_cli/ansible/roles/set_venv_vars
27
[ "no_license" ]
[ { "path": "oak_cli/ansible/roles/set_venv_vars/tasks/main.yml", "content": "- set_fact:\n conda: \"{{ ansible_user_dir }}/miniconda3/condabin/conda\"\n venv_python_path: \"{{ ansible_user_dir }}/miniconda3/envs/{{ venv_name }}/bin/python3\"\n- set_fact:\n venv_pip: \"{{ venv_python_path }} -m pip\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
EdsonLuisVieira/ansible
3fe2d86fc70db35d03abc11f8d7d3e5bc631ee1a
0
apache+vhost/roles/apache
27
[ "no_license" ]
[ { "path": "apache+vhost/roles/apache/tasks/main.yml", "content": " - name: update no servidor\n apt:\n update_cache: yes\n\n - name: Upgrade no servidor\n apt:\n upgrade: dist\n\n - name: Instala uma lista de pacotes\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1017, "all_permissive": false }
ansible_role
EdsonLuisVieira/ansible
3fe2d86fc70db35d03abc11f8d7d3e5bc631ee1a
0
dns-bind9/roles/dns
27
[ "no_license" ]
[ { "path": "dns-bind9/roles/dns/tasks/main.yml", "content": "# - name: update no servidor\n# apt:\n# update_cache: yes\n\n# - name: Upgrade no servidor\n# apt:\n# upgrade: dist\n\n# - name: Instalando Lista de pacotes\n# apt:\n# name: \"{{ packages }}\"\n# vars:\n# packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1419, "all_permissive": false }
ansible_role
EdsonLuisVieira/ansible
3fe2d86fc70db35d03abc11f8d7d3e5bc631ee1a
0
moodle/roles/lamp
27
[ "no_license" ]
[ { "path": "moodle/roles/lamp/tasks/main.yml", "content": " - name: update no servidor\n apt:\n update_cache: yes\n\n - name: Upgrade no servidor\n apt:\n upgrade: dist\n\n - name: Instalando Lista de pacotes\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 925, "all_permissive": false }
ansible_role
EdsonLuisVieira/ansible
3fe2d86fc70db35d03abc11f8d7d3e5bc631ee1a
0
moodle/roles/moodle
27
[ "no_license" ]
[ { "path": "moodle/roles/moodle/tasks/main.yml", "content": " - name: Create a new database with name 'moodle'\n mysql_db:\n login_user: root\n login_password: '{{ <PASSWORD> }}'\n name: '{{ database }}'\n state: present\n\n - name: Create user associate database and define permissio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
enby-collective/validator
11ef95aa4579177335b62a137956c25d4fd93f3f
0
roles/validator_polkadot_backup_keystore
27
[ "no_license" ]
[ { "path": "roles/validator_polkadot_backup_keystore/tasks/main.yml", "content": "---\n- name: backup keystore\n copy:\n src: \"{{ chain_path | default('/home/polkadot/.local/share/polkadot') }}/chains/{{ polkadot_network_id }}/keystore\"\n dest: '/home/polkadot/keystore'\n remote_src: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
enby-collective/validator
11ef95aa4579177335b62a137956c25d4fd93f3f
0
roles/validator_polkadot_prepare
27
[ "no_license" ]
[ { "path": "roles/validator_polkadot_prepare/tasks/user.yml", "content": "---\n- name: create polkadot group\n group:\n name: polkadot\n state: present\n\n- name: add polkadot user\n user:\n name: polkadot\n groups: ['polkadot']\n append: yes\n shell: /bin/bash\n\n- name: set folder permi...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4169, "all_permissive": false }
ansible_role
enby-collective/validator
11ef95aa4579177335b62a137956c25d4fd93f3f
0
roles/validator_polkadot_restore
27
[ "no_license" ]
[ { "path": "roles/validator_polkadot_restore/tasks/main.yml", "content": "- name: Install snapd\n apt:\n name: snapd\n state: present\n update_cache: yes\n\n- name: Install lz4\n snap:\n name: lz4\n state: present\n\n- name: db_dest_path as fact\n set_fact:\n db_dest_path: \"{{ chain_pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
enby-collective/validator
11ef95aa4579177335b62a137956c25d4fd93f3f
0
roles/validator_polkadot_stop
27
[ "no_license" ]
[ { "path": "roles/validator_polkadot_stop/tasks/main.yml", "content": "- name: Stop polkadot service\n systemd:\n name: polkadot.service\n state: stopped\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
enby-collective/validator
11ef95aa4579177335b62a137956c25d4fd93f3f
0
roles/validator_polkadot_update
27
[ "no_license" ]
[ { "path": "roles/validator_polkadot_update/tasks/main.yml", "content": "- name: download polkadot binary\n get_url:\n url: 'https://github.com/paritytech/polkadot/releases/download/v{{polkadot_version}}/polkadot'\n dest: /usr/local/bin/polkadot-new\n force: true\n mode: '0700'\n owner: 'polk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
sanbomes/testing-3T
81672116e540ea6cc6a39dd44265e627f9c8efa4
0
roles/app-tier
27
[ "no_license" ]
[ { "path": "roles/app-tier/handlers/main.yml", "content": "---\n# handlers file for good-ansible/roles/app-tier\n\n- name: restart_tomcat\n service:\n name: tomcat\n state: restarted\n\n- name: restart_firewalld\n service: \n name: firewalld \n state: restarted\n\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1876, "all_permissive": false }
ansible_role
ayomidealaka/udapeople-project
47d861850b3e6cf8d9c747ac2cce10cba4e4549f
0
.circleci/ansible/roles/deploy
41
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: \"yes\"\n\n- name: \"Copy compiled backend app\"\n become: true\n copy:\n src: ~/project/backend\n dest: /home/ubuntu\n\n- name: \"Build artifact\"\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
Hin7zer/minecraft-vanilla-server-ansible
d36cdb05b096f5233a91af77cd69f5dcabb5d2f6
0
roles/checks
41
[ "no_license" ]
[ { "path": "roles/checks/tasks/variables.yml", "content": "- name: \"[CHECK] Variable host\"\n fail:\n msg: \"The following variable needs to be defined: host\"\n when: host is undefined \n\n#- name: \"[CHECK] Variable mc_service.name\"\n# fail:\n# msg: \"The following variable(s) needs to be define...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 694, "all_permissive": false }
ansible_role
Hin7zer/minecraft-vanilla-server-ansible
d36cdb05b096f5233a91af77cd69f5dcabb5d2f6
0
roles/mc_service
41
[ "no_license" ]
[ { "path": "roles/mc_service/tasks/main.yml", "content": "\n- name: \"[SERVICE] Template minecraft server service\"\n template:\n src: \"minecraft_vanilla.service.j2\"\n dest: \"/lib/systemd/system/{{ mc_service.name | default('minecraft.service', true) }}\"\n owner: \"{{ user.name }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1121, "all_permissive": false }
ansible_role
Hin7zer/minecraft-vanilla-server-ansible
d36cdb05b096f5233a91af77cd69f5dcabb5d2f6
0
roles/preparations
41
[ "no_license" ]
[ { "path": "roles/preparations/tasks/create_dir.yml", "content": "- name: \"[PREPARATIONS] Create directory if selected\"\n file:\n path: \"{{mc_service.dir}}\"\n state: directory\n recurse: yes\n owner: \"{{user.name}}\"\n group: \"{{user.group | default(user.name, true) }}\"", "license_...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1028, "all_permissive": false }
ansible_role
Hin7zer/minecraft-vanilla-server-ansible
d36cdb05b096f5233a91af77cd69f5dcabb5d2f6
0
roles/setup
41
[ "no_license" ]
[ { "path": "roles/setup/tasks/version.yml", "content": "- name: \"[INSTALLATION] Get list of minecraft versions\"\n uri:\n url: \"{{ mc_versioncheck_url | default('https://launchermeta.mojang.com/mc/game/version_manifest.json', true) }}\"\n register: mc_version_list\n\n- name: \"[INSTALLATION] Set lates...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3977, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/cassandra
41
[ "no_license" ]
[ { "path": "roles/cassandra/tasks/main.yml", "content": "- name: Add cassandra repo\n shell: echo \"deb http://debian.datastax.com/community stable main\" | tee -a /etc/apt/sources.list.d/cassandra.sources.list\n sudo: yes\n\n- name: Add key\n apt_key: url=http://debian.datastax.com/debian/repo_key\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5308, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/ci
41
[ "no_license" ]
[ { "path": "roles/ci/meta/main.yml", "content": "dependencies: [common, java, lein, nodejs]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/ci/vars/main.yml", "content": "access_key: \"<KEY>\"\nsecret_key: \"<KEY>\"", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 283, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/common
41
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Change source list from AWS to public\n command: sed -i 's;eu-central-1b.clouds.archive.ubuntu.com;de.archive.ubuntu.com;' /etc/apt/sources.list\n sudo: yes\n\n- name: Install packages\n apt: name=\"{{item}}\" state=installed update_cache=yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/icedemo
41
[ "no_license" ]
[ { "path": "roles/icedemo/tasks/pre.yml", "content": "- name: Create keys dir\n file: path=.ssh state=directory\n\n- name: Copy Keys\n copy: src=\"keys/{{item}}\" dest=\".ssh/{{item}}\" mode=\"600\"\n with_items:\n - icedemo\n - icedemo.pub\n\n- name: Copy service file\n template: src=icedemo.upsta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1303, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/java
41
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- name: Ensure utils\n apt: name={{item}} state=installed\n sudo: yes\n with_items:\n - wget\n - tar\n\n- name: Copy tar file\n shell: 'wget -c -O jdk-7u79-linux-x64.tar.gz https://s3.eu-central-1.amazonaws.com/bedeps/jdk-7u79-linux-x64.tar.gz'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 751, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/landing
41
[ "no_license" ]
[ { "path": "roles/landing/tasks/update.yml", "content": "- name: Update project\n git: repo=<EMAIL>:TicTacLab/landing2.git\n key_file=.ssh/landing\n force=yes\n dest=landing\n update=yes\n version={{git_ref}}\n accept_hostkey=yes\n register: project\n\n- name: Install bu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1626, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/malt_admin
41
[ "no_license" ]
[ { "path": "roles/malt_admin/tasks/update.yml", "content": "- name: Clone project\n git: repo=<EMAIL>:TicTacLab/math_admin.git\n key_file={{ansible_env.HOME}}/.ssh/math_admin\n force=yes\n dest=new_malt_admin\n update=yes\n version=\"{{git_ref}}\"\n accept_hostkey=yes\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2061, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/malt_balancer
41
[ "no_license" ]
[ { "path": "roles/malt_balancer/templates/default.conf.j2", "content": "master_process off;\nuser nginx;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n access_log /var/log/nginx/access.log;\n\n jvm_path '...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4710, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/malt_engine
41
[ "no_license" ]
[ { "path": "roles/malt_engine/tasks/poi.yml", "content": "- name: Clone project\n git: repo=<EMAIL>:malt\n dest=malt-poi\n update=yes\n version=alone\n accept_hostkey=yes\n register: project\n\n- name: Extract POI\n command: \"tar xzf poi-3.9.tar.gz\"\n args:\n chdir: malt-poi\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2469, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/maven
41
[ "no_license" ]
[ { "path": "roles/maven/files/maven.sh", "content": "#!/usr/bin/env bash\nexport PATH=$PATH:/opt/apache-maven-3.3.1/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/maven/tasks/main.yml", "content": "- name: Copy tar file\n copy: src=a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/memcached
41
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "- name: Install memcached\n apt: name=\"memcached=1.4.*\"\n state=installed\n update_cache=yes\n sudo: yes\n\n- name: Copy memcached config\n template: src=memcached.conf\n dest=/etc/memcached.conf\n mode=644\n sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/nginx
41
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Add key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n sudo: yes\n\n- name: Add repository\n apt_repository: repo=\"{{item}}\" state=present\n with_items:\n - 'deb http://nginx.org/packages/ubuntu/ trusty nginx'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/nginx_clojure
41
[ "no_license" ]
[ { "path": "roles/nginx_clojure/tasks/main.yml", "content": "- name: Ensure utils\n apt: name={{item}} state=installed\n sudo: yes\n with_items:\n - curl\n - tar\n - libjpeg62\n - libfontconfig1\n\n- name: Create group\n group: name=nginx state=present\n sudo: yes\n\n- name: Create nginx use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1844, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/nodejs
41
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: Install nodejs\n apt: name=\"{{item}}\" state=installed\n with_items:\n - nodejs\n - npm\n sudo: yes\n\n- name: Create symlink\n file: src=/usr/bin/nodejs\n dest=/usr/bin/node\n state=link\n sudo: yes\n\n- name: Install grun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
TicTacLab/math_infrastructure
f4ef5a3b8b046f7f2c8ff500fb6386006a8b5f02
0
roles/postgres
41
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: Add apt key for pg repo\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state=present\n sudo: yes\n\n- name: Add pg repo\n apt_repository: repo=\"deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1904, "all_permissive": false }
ansible_role
sonhador82/cassandra
6f4e2cfaa439b1d915783786c9b8e0ff5c80f3c5
0
cassandra-cluster/roles/cassandra
41
[ "no_license" ]
[ { "path": "cassandra-cluster/roles/cassandra/tasks/main.yml", "content": "---\n\n- name: get oracle jre8 \n copy: src=jre-8u121-linux-x64.tar.gz dest=/tmp \n\n- file: dest=/opt/ state=directory owner=root group=root mode=0755\n\n- unarchive: src=jre-8u121-linux-x64.tar.gz dest=/opt\n\n- file: state=link sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1835, "all_permissive": false }
ansible_role
sonhador82/cassandra
6f4e2cfaa439b1d915783786c9b8e0ff5c80f3c5
0
cassandra-cluster/roles/prepare
41
[ "no_license" ]
[ { "path": "cassandra-cluster/roles/prepare/tasks/main.yml", "content": "---\n\n- fail: msg=\"Playbook for ubuntu 14 only\"\n when: \n - ansible_distribution != \"Ubuntu\"\n - ansible_distribution_major_version != \"14\"\n \n- name: udpate os\n apt: upgrade=yes update_cache=yes\n\n- name: some packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
Mutuwa99/4sure-ELK
9d1631bf8416e02216481b88ea5f8515e6950c48
0
roles/common
41
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install common packages\n apt:\n name: ['curl', 'wget', 'openjdk-11-jre-headless']\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
Mutuwa99/4sure-ELK
9d1631bf8416e02216481b88ea5f8515e6950c48
0
roles/docker-agent
41
[ "no_license" ]
[ { "path": "roles/docker-agent/tasks/main.yml", "content": "---\n- name: Install Docker dependencies\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common']\n state: present\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
Mutuwa99/4sure-ELK
9d1631bf8416e02216481b88ea5f8515e6950c48
0
roles/elk
41
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "---\n- name: Add Elasticsearch GPG key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elasticsearch APT repository\n apt_repository:\n repo: deb https://artifacts.elastic.co/packages/7.x/apt st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
Mutuwa99/4sure-ELK
9d1631bf8416e02216481b88ea5f8515e6950c48
0
roles/log-agent
41
[ "no_license" ]
[ { "path": "roles/log-agent/templates/filebeat.yml.j2", "content": "filebeat.inputs:\n- type: log\n paths:\n - /var/log/*.log\n - /var/lib/docker/containers/*/*.log\n\noutput.elasticsearch:\n hosts: [\"172.16.58.3:9200\"]\n\nsetup.kibana:\n host: \"172.16.58.3:5601\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 724, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-glusterfs
41
[ "no_license" ]
[ { "path": "roles/ubuntu-glusterfs/tasks/install.yml", "content": "---\n- name: Install Gluster and dependencies\n become: true\n become_method: sudo\n apt:\n pkg:\n - xfsprogs\n - attr\n - glusterfs-server\n - glusterfs-common\n - glusterfs-client\n - nfs-common\n - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1577, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-haproxy
41
[ "no_license" ]
[ { "path": "roles/ubuntu-haproxy/templates/haproxy.j2", "content": "global\n maxconn 50000\n maxpipes 50000\n tune.maxaccept 500\n log 127.0.0.1 local0\n log 127.0.0.1 local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n stats timeo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5902, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-heketi
41
[ "no_license" ]
[ { "path": "roles/ubuntu-heketi/tasks/gfs-create.yml", "content": "---\n- name: Get status of Gluster volume \"{{glusterfs_heketi_gfs_volume}}\"\n become: true\n become_method: sudo\n no_log: true\n ignore_errors: true\n shell: gluster volume info {{glusterfs_heketi_gfs_volume}}\n register: volume_stat...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4562, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-image
41
[ "no_license" ]
[ { "path": "roles/ubuntu-image/defaults/main.yml", "content": "---\nimage_url: https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.ova\nimage_dir: \"{{playbook_dir}}/resources\"\nimage_overwrite: no\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-annotate-node
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-annotate-node/tasks/main.yml", "content": "---\n- name: Get node name for {{node_ip_address}} in k8s cluster\n shell: kubectl get nodes -o wide | grep {{node_ip_address}} | awk '{print $1}'\n register: found_node\n\n- set_fact:\n node_name: \"{{found_node.stdout}}\"\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-dashboard
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-dashboard/templates/dashboard-service-yaml.j2", "content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: {{dashboard_namespace}}\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n labels:\n k8s-app: {{dashboard_services_name}}\n name: {{dashboard_services_na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9370, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-descheduler
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-descheduler/tasks/main.yml", "content": "---\n- name: Verify config directory /ansible_generated_configs\n become_method: sudo\n become: true\n file:\n path: /ansible_generated_configs\n state: directory\n\n- name: Create /ansible_generated_configs/descheduler-service.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4549, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-etcd
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-etcd/tasks/main.yml", "content": "---\n- import_tasks: common.yml\n\n- name: Remove any existing remote temp files from last run\n become_method: sudo\n become: true\n file:\n path: /tmp/k8s_etcd\n state: absent\n\n- name: Remove any existing local temp files from last r...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7165, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-grafana
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-grafana/tasks/main.yml", "content": "---\n- include_tasks: grafana-namespace.yml\n- include_tasks: grafana-service.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/ubuntu-k8s-grafana/tasks/grafana-namespace.ym...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5390, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-ingress-haproxy
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-ingress-haproxy/tasks/haproxy-controller.yml", "content": "---\n- name: Verify config directory /ansible_generated_configs\n become_method: sudo\n become: true\n file:\n path: /ansible_generated_configs\n state: directory\n\n- name: Create /ansible_generated_configs/ingr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7058, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-ingress-nginx
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-ingress-nginx/tasks/nginx-controller.yml", "content": "---\n- name: Verify config directory /ansible_generated_configs\n become_method: sudo\n become: true\n file:\n path: /ansible_generated_configs\n state: directory\n\n- name: Create /ansible_generated_configs/ingress-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9136, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-ingress-traefik
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-ingress-traefik/defaults/main.yml", "content": "---\ntraefik_controller_namespace: ingress-traefik\ntraefik_controller_service_name: ingress-traefik\ntraefik_controller_service_port: 9000\ntraefik_controller_http_port: 8000\ntraefik_controller_https_port: 8443\ntraefik_exposed_se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10188, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-install
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-install/tasks/networking-policy.yml", "content": "---\n- name: Verify config directory /ansible_generated_configs\n become_method: sudo\n become: true\n file:\n path: /ansible_generated_configs\n state: directory\n\n- name: Create /ansible_generated_configs/networking-po...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 18204, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-label-node
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-label-node/tasks/main.yml", "content": "---\n- name: Get node name for {{node_ip_address}} in k8s cluster\n shell: kubectl get nodes -o wide | grep {{node_ip_address}} | awk '{print $1}'\n register: found_node\n\n- set_fact:\n node_name: \"{{found_node.stdout}}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-portainer
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-portainer/defaults/main.yml", "content": "---\nportainer_namespace: portainer\nportainer_services_name: portainer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/ubuntu-k8s-portainer/templates/portainer-service-y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3501, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-prometheus
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-prometheus/tasks/prometheus-adapter.yml", "content": "---\n- name: Verify config directory /ansible_generated_configs\n become_method: sudo\n become: true\n file:\n path: /ansible_generated_configs\n state: directory\n\n- name: Create /ansible_generated_configs/prometheu...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 41409, "all_permissive": false }