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
allpower2slaves/ansible-setup-public
4bf113688830cbd33916363e580ecf6946b022d2
0
roles/flathub-setup
7,512
[ "no_license" ]
[ { "path": "roles/flathub-setup/README.md", "content": "This role will add Flathub repository to the system (not user) installation.\nYou can also disable the Flathub repository with this role.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path": "role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 834, "all_permissive": false }
ansible_role
allpower2slaves/ansible-setup-public
4bf113688830cbd33916363e580ecf6946b022d2
0
roles/flatpak-upgrade
7,512
[ "no_license" ]
[ { "path": "roles/flatpak-upgrade/tasks/main.yaml", "content": "---\n- name: force flush all handers\n meta: flush_handlers\n when: flush_handlers\n tags:\n - reboot\n\n- name: upgrade everything flatpak\n command:\n cmd: flatpak upgrade --noninteractive\n register: flatpak_upgrade_output\n chang...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 548, "all_permissive": false }
ansible_role
allpower2slaves/ansible-setup-public
4bf113688830cbd33916363e580ecf6946b022d2
0
roles/opensuse-postinstall
7,512
[ "no_license" ]
[ { "path": "roles/opensuse-postinstall/meta/main.yaml", "content": "---\ndependencies: # without upgrade/library switch the system will just break itself\n - role: zypper-up\n vars:\n allow_vendor_change: true\n dist_upgrade: true\n no_recommends: false\n zypper_up: true\n", "li...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7982, "all_permissive": false }
ansible_role
allpower2slaves/ansible-setup-public
4bf113688830cbd33916363e580ecf6946b022d2
0
roles/zypper-up
7,512
[ "no_license" ]
[ { "path": "roles/zypper-up/defaults/main.yaml", "content": "allow_vendor_change: true # if true, literally allow vendor change\nzypper_up: true # actually run the upgrade\nno_recommends: false # if true, dont install recommended packages\nreboot_force: false # flush all notifiers\ndist_upgrade: true # if tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1411, "all_permissive": false }
ansible_role
pradeep1947/ansible
5725a483f1885a7729e5e51f4954179b40da51fa
0
roles/myhttpd_role
7,512
[ "no_license" ]
[ { "path": "roles/myhttpd_role/tasks/main.yml", "content": "---\n# tasks file for myhttpd_role\n- import_tasks: install.yaml\n- import_tasks: start.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/myhttpd_role/defaults/main.yml", "co...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 333, "all_permissive": false }
ansible_role
chenl87/BPexercise
208e8ce5d11d3233a59fecf8fa786c80d42f553a
0
roles/big
7,512
[ "no_license" ]
[ { "path": "roles/big/tasks/main.yml", "content": "---\n- name: copy big service\n copy: src=big-service dest=/tmp/ owner=root group=root mode=755\n register: bigcontent\n\n- name: npm install\n npm: path=/tmp/big-service\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": 168, "all_permissive": false }
ansible_role
chenl87/BPexercise
208e8ce5d11d3233a59fecf8fa786c80d42f553a
0
roles/panda
7,512
[ "no_license" ]
[ { "path": "roles/panda/files/panda-service/panda-service.js", "content": "var http = require('http');\nvar config = require('./config.json');\nvar dispatcher = require('httpdispatcher');\nvar fs = require('fs');\nvar path = require('path');\n\nfunction handleRequest(request, response){\n try {\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1377, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/ansible
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/ansible/tasks/main.yml", "content": "---\n- name: Install ansible\n apt:\n name: ansible\n update_cache: yes\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/docker
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/docker/tasks/main.yml", "content": "---\n- name: add docker repo\n apt_repository:\n repo=\"deb https://download.docker.com/linux/ubuntu xenial stable\"\n state=present\n\n- name: install repo gpg key\n apt_key:\n url=\"https://download.docker.com/linux/ubuntu/gpg\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/jenkins
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/jenkins/tasks/plugins.yml", "content": "---\n - name: show file context\n become: true\n command: cat /var/lib/jenkins/secrets/initialAdminPassword\n register: result\n\n - name: echo result\n command: echo {{result}}\n\n - name: Start jenkins service\n become: tr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1439, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/keepalived
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/keepalived/tasks/main.yml", "content": "---\n- name: Install keepalived\n apt:\n name: keepalived\n update_cache: yes\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/maven
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/maven/tasks/main.yml", "content": "---\n- name: install maven (and other packages if needed)\n become: yes\n apt: name=maven state=latest update_cache=yes cache_valid_time=3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/mysql
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt: name={{ item }} update_cache=yes cache_valid_time=3600 state=present\n become: true\n with_items:\n - python-mysqldb\n - mysql-server\n\n- name: Start the MySQL service\n become: true\n service:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/node
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/node/tasks/main.yml", "content": "---\n- name: Install NodeJS and NPM\n become: yes\n apt:\n name: '{{ item }}'\n state: latest\n update_cache: yes\n with_items:\n - nodejs\n - nodejs-legacy\n - npm", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
chengxiu/roles/python
7,512
[ "no_license" ]
[ { "path": "chengxiu/roles/python/tasks/main.yml", "content": "---\n- name: Ensure installed python\n become: true\n raw: apt-get install -y python-minimal python3 python-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
haipeng/roles/mysql
7,512
[ "no_license" ]
[ { "path": "haipeng/roles/mysql/tasks/main.yml", "content": " - name: import repo\n command:\n rpm -ivh https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm\n - name: yum install mysql\n yum:\n name: mysql-server\n state: latest\n - name: start mysql service\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
haipeng/roles/nginx
7,512
[ "no_license" ]
[ { "path": "haipeng/roles/nginx/tasks/main.yml", "content": " - name: add nginx.repo\n template:\n src: nginx.repo\n dest: /etc/yum.repos.d/nginx.repo\n - name: yum install nginx\n yum:\n name: nginx\n state: latest\n - name: start nginx\n service: \n name: nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
haipeng/roles/slave
7,512
[ "no_license" ]
[ { "path": "haipeng/roles/slave/tasks/main.yml", "content": " - name: yum install java\n yum:\n name: java-1.8.0-openjdk\n state: latest \n - name: yum install maven\n yum:\n name: maven\n state: latest \n - name: add spring-boot.service\n template:\n src: sp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/ansible-jenkins-pipeline-master
7,512
[ "no_license" ]
[ { "path": "junnan/roles/ansible-jenkins-pipeline-master/defaults/main.yml", "content": "---\njenkins_java_args: -Djava.awt.headless=true -Djenkins.install.runSetupWizard=false\njenkins_defaults_file: /etc/default/jenkins\njenkins_plugins:\n- git\n- job-dsl\n- workflow-aggregator\n- workflow-cps\njenkins_see...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6069, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/ansible-lint
7,512
[ "no_license" ]
[ { "path": "junnan/roles/ansible-lint/meta/main.yml", "content": "---\n dependencies:\n - { role: install-pip, become: yes }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "junnan/roles/ansible-lint/tasks/main.yml", "content": "---\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-ansible
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-ansible/tasks/main.yml", "content": "---\n- name: add repository\n apt_repository: repo='ppa:ansible/ansible'\n\n- name: installing ansible\n apt:\n name: ansible\n update_cache: yes\n state: latest\n\n- name: config hosts\n copy:\n src: ../../../hosts\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-git
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-git/tasks/main.yml", "content": "---\n- name: installing git\n apt: \n name: git\n state: installed", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-java
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-java/tasks/main.yml", "content": "---\n\n- name: Adding Oracle Java Repository\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Selecting Java8 Licience\n debconf: name='oracle-java8-installer' question='shared/accepted-oracle-license-v1-1' value='true' vtype='selec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-jenkins
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-jenkins/tasks/jenkins_job_dependencies.yml", "content": "--- \n- name: install jenkins_job dependencies (via apt-get)\n become: true\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - libxml2-dev\n - libxslt-dev\n - python-dev\n - gcc\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2761, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-keepalived
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-keepalived/templates/keepalived.j2", "content": "! Configuration File for keepalived\n\nglobal_defs {\n notification_email {\n <EMAIL>\n }\n notification_email_from <EMAIL>\n smtp_server 127.0.0.1\n smtp_connect_timeout 30\n router_id LVS_DEVEL\n}\n\nvrrp_inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 855, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-mysql
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-mysql/tasks/main.yml", "content": "---\n- name: install mysql-server\n apt: \n name: mysql-server\n state: installed\n\n- name: install mysql-client\n apt:\n name: mysql-client\n state: installed\n \n- name: install python-mysqldb\n apt:\n name: python-my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3866, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-nginx
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-nginx/tasks/main.yml", "content": "---\n- name: add NGINX key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n- name: add NGINX sources.list deb url \n lineinfile: dest=/etc/apt/sources.list line=\"deb http://nginx.org/packages/mainline/ubuntu/ trus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-npm
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-npm/tasks/main.yml", "content": "---\n- name: install node.js\n apt:\n name: nodejs\n update_cache: yes\n\n- name: install npm\n apt:\n name: npm\n\n- name: install node\n apt:\n name: node\n\n- name: install nodejs-legacy\n apt:\n name: nodejs-legacy\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-pip
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-pip/tasks/main.yml", "content": "---\n- name: install pip\n apt:\n name: python-pip\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/install-python
7,512
[ "no_license" ]
[ { "path": "junnan/roles/install-python/tasks/main.yml", "content": "---\n- name: installing python\n apt:\n name: python\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
junnan/roles/my_first_jenkins_job
7,512
[ "no_license" ]
[ { "path": "junnan/roles/my_first_jenkins_job/meta/main.yml", "content": "---\n dependencies:\n - { role: install-jenkins, become: yes }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "junnan/roles/my_first_jenkins_job/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 368, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/create-vagrant_ubuntu
7,512
[ "no_license" ]
[ { "path": "yuze/roles/create-vagrant_ubuntu/tasks/main.yaml", "content": "---\n- name: create vagrant folder\n file:\n path: ~/Documents/Vagrant/vagrant_ubuntu3\n state: directory\n mode: 0755\n- name: copy vagrantfile to vagrant\n copy:\n src: Vagrantfile\n dest: ~/Documents/Vagrant/vagran...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/install-git-tomcat-nginx
7,512
[ "no_license" ]
[ { "path": "yuze/roles/install-git-tomcat-nginx/tasks/main.yml", "content": "---\n- name: install git\n apt:\n name: git\n update_cache: yes\n- name: install maven\n sudo: yes\n apt:\n name: maven\n- name: install nginx\n apt:\n name: nginx\n update_cache: yes\n- name: starte nginx\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/install_mysql
7,512
[ "no_license" ]
[ { "path": "yuze/roles/install_mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt: package={{ item }} state=installed force=yes update_cache=yes cache_valid_time=3600\n with_items:\n - python-mysqldb\n - mysql-server\n\n- name: copy .my.cnf file with root password credentials\n temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/install_supervisord
7,512
[ "no_license" ]
[ { "path": "yuze/roles/install_supervisord/tasks/main.yml", "content": "---\n- name: install supervisor\n apt:\n name: supervisor\n- name: copy conf file\n copy:\n src: supervisor.conf\n dest: /etc/supervisor/conf.d\n- name: run supervisor\n command: sudo supervisord\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/jenkins-plugins
7,512
[ "no_license" ]
[ { "path": "yuze/roles/jenkins-plugins/tasks/main.yml", "content": "---\n- name: disable security lineinfile\n lineinfile:\n path: /var/lib/jenkins/config.xml\n regexp: '<useSecurity>true</useSecurity>'\n line: '<useSecurity>false</useSecurity>'\n- name: start jenkins service\n service:\n name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/set-mysql-DB
7,512
[ "no_license" ]
[ { "path": "yuze/roles/set-mysql-DB/vars/main.yml", "content": "---\nmysql_root_password: ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "yuze/roles/set-mysql-DB/tasks/main.yml", "content": "---\n- name: Install Mysql-Python\n apt:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
TOC-Bulbasaur/homework
b51eb9ab1036dac7037e7a17b961f8a384ec0e94
1
yuze/roles/setup-jenkins
7,512
[ "no_license" ]
[ { "path": "yuze/roles/setup-jenkins/tasks/main.yml", "content": "---\n- name: add jenkins key\n apt_key:\n url: http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key\n state: present\n\n- name: add jenkins repository\n apt_repository:\n repo: deb http://pkg.jenkins-ci.org/debian binary/\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
vinga2805/ansible-BR
cd4105b099dd75008629761cc5c3b9c79c22103c
0
roles/tssdemo
7,512
[ "no_license" ]
[ { "path": "roles/tssdemo/tasks/main.yml", "content": "---\n- name: Create directory on remote server for putting TSSDEMO zip file\n file: path=/root/Linux-Oracle state=directory mode=0755 recurse=yes\n\n- name: Copy TSSDEMO zip file to reomte server\n copy: src=BambooRoseTradeEngines-2017R1-Tomcat.zip des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2064, "all_permissive": false }
ansible_role
vinga2805/ansible-BR
cd4105b099dd75008629761cc5c3b9c79c22103c
0
roles/win-tomcat
7,512
[ "no_license" ]
[ { "path": "roles/win-tomcat/tasks/main.yml", "content": "---\n# tasks for Installing TOMCAT on Windows######################\n- name: Create remote test directory\n win_file:\n path: C:\\test\n state: directory\n\n- name: copy apache tomcat zip to windows remote.\n win_copy: \n src: apache-tom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4864, "all_permissive": false }
ansible_role
vinga2805/ansible-BR
cd4105b099dd75008629761cc5c3b9c79c22103c
0
roles/win_solr
7,512
[ "no_license" ]
[ { "path": "roles/win_solr/tasks/main.yml", "content": "---\n- name: Create directory for Solr Index\n win_file: \n path: C:\\test\\Software\\Solr\n state: directory\n- name: Copy Tssindex zip to remote location\n win_copy:\n src: BambooRoseTradeEngines-2016R2-Tssindex.zip \n dest: C:\\test\\so...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1497, "all_permissive": false }
ansible_role
vinga2805/ansible-BR
cd4105b099dd75008629761cc5c3b9c79c22103c
0
roles/win_tssdemo
7,512
[ "no_license" ]
[ { "path": "roles/win_tssdemo/tasks/main.yml", "content": "---\n- name: Create directory on remote server for putting TSSDEMO zip file\n win_file: \n path: C:\\test\\software \n state: directory \n\n- name: Copy TSSDEMO zip file to reomte server\n win_copy: \n src: BambooRoseTradeEngines-2017R1-To...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2021, "all_permissive": false }
ansible_role
ohiodn8/ansible-ruby
3b75d2d357f82cbf5e8267972aead42fe697ddac
0
roles/ruby
7,512
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n# tasks file for ruby\n#- name: Pull Key from gpg Server\n# command: gpg --keyserver hkp://keys.gnupg.net --recv-keys <KEY>\n\n- name: Install Curl, Ruby _ Sudo Style\n action: >\n {{ ansible_pkg_mgr }} name={{ item }} state=present update_cache=y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1334, "all_permissive": false }
ansible_role
mredjem/ansible-confluent
41ed6f8ba22c3df76d59d4015db4c35f2355070b
0
roles/kafka
7,512
[ "no_license" ]
[ { "path": "roles/kafka/templates/log4j.properties.j2", "content": "log4j.rootLogger={{ kafka_rootLogger_level }}, stdout, kafkaAppender\n\nlog4j.appender.stdout=org.apache.log4j.ConsoleAppender\nlog4j.appender.stdout.layout=org.apache.log4j.PatternLayout\nlog4j.appender.stdout.layout.ConversionPattern={{ ka...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 14493, "all_permissive": false }
ansible_role
mredjem/ansible-confluent
41ed6f8ba22c3df76d59d4015db4c35f2355070b
0
roles/zookeeper
7,512
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: include prepare.yml\n import_tasks: prepare.yml\n\n- name: include configure.yml\n import_tasks: configure.yml\n\n- name: include start.yml\n import_tasks: start.yml\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7055, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/common
7,512
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- setup:\n\n- name: Get Kernell\n shell: echo linux-headers-$(uname -r)\n register: kernell\n\n- name: Add Repository\n apt_repository: \n repo: deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }} main universe restricted mu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1271, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/datagrip
7,512
[ "no_license" ]
[ { "path": "roles/datagrip/tasks/main.yml", "content": "---\n- name: install datagrip via snap\n command: snap install datagrip --classic\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/docker
7,512
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add key\n apt_key: \n url: \"{{ docker_key }}\" \n state: present\n become: true\n\n- name: Add repo\n apt_repository: \n repo: \"{{ apt_repo }} {{ ansible_distribution_release }} stable\"\n update_cache: yes\n become: true\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 468, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/docker-compose
7,512
[ "no_license" ]
[ { "path": "roles/docker-compose/vars/main.yml", "content": "---\ncompose_url: https://github.com/docker/compose/releases/download/1.21.0/docker-compose\ncompose_completition_url: https://raw.githubusercontent.com/docker/compose/1.21.0/contrib/completion/bash/docker-compose", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/firefoxdeveloper
7,512
[ "no_license" ]
[ { "path": "roles/firefoxdeveloper/vars/main.yml", "content": "---\nfirefox_ubuntu_ppa: \"deb http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu {{ ansible_distribution_release }} main\"\nfirefox_ubuntu_ppa_apt_key_content: \"{{ lookup('file', 'mozilla-firefox-apt-key.asc') }}\"", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/go
7,512
[ "no_license" ]
[ { "path": "roles/go/vars/main.yml", "content": "---\nrepogo: ppa:gophers/archive\nversiongo: golang-1.10", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/go/tasks/main.yml", "content": "---\n- name: add Repo\n apt_repository: \n repo: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 268, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/java
7,512
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Remove Java\n apt:\n name: openjdk* \n purge: yes\n state: absent\n autoremove: yes\n become: true\n\n- name: Add Java repo\n apt_repository: \n repo: \"{{ java_repo }}\" \n update_cache: yes\n state: present\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/mattermost
7,512
[ "no_license" ]
[ { "path": "roles/mattermost/tasks/main.yml", "content": "- name: Check if mattermost is installed\n command: dpkg-query -W mattermost-desktop\n register: mattermost_check_deb\n failed_when: mattermost_check_deb.rc > 1\n changed_when: mattermost_check_deb.rc == 1\n\n- name: Download .deb\n get_url: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 603, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/pre
7,512
[ "no_license" ]
[ { "path": "roles/pre/tasks/main.yml", "content": "---\n- name: Install python for Ansible\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n register: output\n changed_when: output.stdout != \"\"\n become: true\n\n# - name: Update and Upgrade apt cache\n # apt: \n # u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/remmina
7,512
[ "no_license" ]
[ { "path": "roles/remmina/tasks/main.yml", "content": "---\n- name: add Repo\n apt_repository: \n repo: \"{{ remmina_repo }}\"\n update_cache: yes \n become: true\n\n- name: install package\n apt: \n pkg: \"{{ item }}\" \n state: latest \n update_cache: yes\n force: yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/skype
7,512
[ "no_license" ]
[ { "path": "roles/skype/tasks/main.yml", "content": "- name: Check if skype is installed\n command: dpkg-query -W skypeforlinux\n register: skype_check_deb\n failed_when: skype_check_deb.rc > 1\n changed_when: skype_check_deb.rc == 1\n\n- name: Download .deb\n get_url: \n url: \"{{ skype_url }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/snx
7,512
[ "no_license" ]
[ { "path": "roles/snx/vars/main.yml", "content": "---\nscript_snx: https://cdn.labtrans.ufsc.br/s2id/sup/snx_s2id.sh\nsnx_dependencies:\n - gcc-multilib\n - libpam0g:i386 \n - libx11-6:i386 \n - libstdc++6:i386 \n - libstdc++5:i386\n ", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 903, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/spotify
7,512
[ "no_license" ]
[ { "path": "roles/spotify/vars/main.yml", "content": "---\nspotify_repo: deb http://repository.spotify.com stable non-free\nkey_server: hkp://keyserver.ubuntu.com:80\nid_key_server: 341D9410", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "roles/sp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/stacer
7,512
[ "no_license" ]
[ { "path": "roles/stacer/tasks/main.yml", "content": "---\n- name: Check if stacer is installed\n command: dpkg-query -W stacer\n register: stacer_check_deb\n failed_when: stacer_check_deb.rc > 1\n changed_when: stacer_check_deb.rc == 1\n\n- name: Download stacer\n get_url: \n url: \"{{ stacer_url }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/vagrant
7,512
[ "no_license" ]
[ { "path": "roles/vagrant/vars/main.yml", "content": "---\nvagrant_version: vagrant_2.0.3_x86_64\nvagrant_url: https://releases.hashicorp.com/vagrant/2.0.3/{{ vagrant_version }}.deb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles/vagrant/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/virtualbox
7,512
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- name: Add apt key\n apt_key: \n url: \"{{ virtualbox_key }}\" \n state: present\n become: true\n\n- name: Add apt package source\n apt_repository: \n repo: \"{{ virtualbox_repo }}\" \n update_cache: yes\n state: present\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 895, "all_permissive": false }
ansible_role
szarthjr/ansible-workspace
80e4a135d08dcf00a6e897d9a59306c2313eb709
0
roles/visualcode
7,512
[ "no_license" ]
[ { "path": "roles/visualcode/tasks/main.yml", "content": "---\n#- name: install key\n# apt_key:\n# url: \"{{ vscode_ulrkey }}\"\n# state: present\n# become: true\n\n- name: install VS Code repo\n apt_repository:\n repo: deb [arch=amd64] {{ vscode_repo }} stable main\n state: present\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": false }
ansible_role
yossibnv1506/IAC
2ec0facd92f3d8e16f1c378243f4a2bbe63b0b82
0
Ansible/roles/Web
7,514
[ "no_license" ]
[ { "path": "Ansible/roles/Web/tasks/main.yml", "content": "---\n\n- name: Deploy Image\n docker_container:\n name: flask\n image: yossibnv/python-app:{{ version }}\n state: started\n restart: yes\n ports:\n - \"80:80\"\n \n\n- name: Check that a page returns a status 200 and fail if '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
bitlabstudio/ansible-django-aps-project
f1ac24db5b6edfedf9b3ca149509bb938fc6fce7
0
roles/aps_project
7,514
[ "no_license" ]
[ { "path": "roles/aps_project/tasks/main.yml", "content": "---\n- name: create folders for aps_project\n shell: mkdir -p ~/src ~/webapps/media ~/webapps/static\n\n- name: see if repo has already been cloned\n stat: path=~/src/{{ git_repo_name }}\n register: git_repo\n\n- name: clone sources from github\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2057, "all_permissive": false }
ansible_role
bitlabstudio/ansible-django-aps-project
f1ac24db5b6edfedf9b3ca149509bb938fc6fce7
0
roles/uwsgi
7,514
[ "no_license" ]
[ { "path": "roles/uwsgi/templates/uwsgi.ini", "content": "[uwsgi]\nchdir=/home/{{ username }}/webapps/{{ django_project_name }}\nhome=/home/{{ username }}/Envs/{{ django_project_name }}\nsocket=/home/{{ username }}/tmp/uwsgi.sock\nmodule={{ django_project_name }}.wsgi\nprocesses=4\nharakiri=20\ndie-on-term=t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 476, "all_permissive": false }
ansible_role
bitlabstudio/ansible-django-aps-project
f1ac24db5b6edfedf9b3ca149509bb938fc6fce7
0
roles/virtualenv
7,514
[ "no_license" ]
[ { "path": "roles/virtualenv/tasks/main.yml", "content": "---\n- name: create folders for virtualenv\n shell: mkdir -p ~/bin ~/tmp\n\n- name: install setuptools\n shell: wget https://bootstrap.pypa.io/ez_setup.py -O - | python - --user\n\n- name: touch .bash_profile\n shell: touch $HOME/.bash_profile\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1183, "all_permissive": false }
ansible_role
nandini965/expense-jenkins
379966a68647d8e3f414bb0f126af68cde01384f
0
roles/Jenkins
7,514
[ "no_license" ]
[ { "path": "roles/Jenkins/vars/main.yml", "content": "# sjobs:\n# - { git_repo_url: https://github.com/nandini965/expense-terraform.git, job_name: expense-terraform }\n# - { git_repo_url: https://github.com/nandini965/aws-ssm-parameters-expence.git, job_name: aws-ssm-parameters-expense }\n\n\n\nmjobs:\n - {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1073, "all_permissive": false }
ansible_role
PooKYZZZ/act10
5c703a19f37ac361f07b9fde392d93609a32887f
0
roles/elasticsearch
7,514
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Install dependencies for Elasticsearch on Ubuntu\n apt:\n name: openjdk-11-jre\n state: present\n\n- name: Download Elasticsearch tarball\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1242, "all_permissive": false }
ansible_role
PooKYZZZ/act10
5c703a19f37ac361f07b9fde392d93609a32887f
0
roles/kibana
7,514
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: Install dependencies for Kibana on CentOS\n yum:\n name: java-11-openjdk\n state: present\n\n- name: Download Kibana tarball\n get_url:\n url: https://artifacts.elastic.co/downloads/kibana/kibana-8.10.2-linux-x86_64.tar.gz\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
PooKYZZZ/act10
5c703a19f37ac361f07b9fde392d93609a32887f
0
roles/logstash
7,514
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "---\n- name: Install dependencies for Logstash on Ubuntu\n apt:\n name: openjdk-11-jre\n state: present\n\n- name: Download Logstash tarball\n get_url:\n url: https://artifacts.elastic.co/downloads/logstash/logstash-8.10.2-linux-x86_64.tar.gz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1143, "all_permissive": false }
ansible_role
naveen3607/roboshop-jenkins
fbd7f97a9c5e6dd2b22a9bc8dc5020fef64e7a8c
0
roles/jenkins
7,514
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/folder.yml", "content": "- name: Copy Config File\n ansible.builtin.template:\n src: folder.xml\n dest: /tmp/folder.xml\n\n- name: Create Folder - {{ item.folder_name }}\n community.general.jenkins_job:\n config: \"{{ lookup('file', '/tmp/folder.xml') }}\"\n name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1045, "all_permissive": false }
ansible_role
dzencot/devops-for-programmers-project-lvl3
a3b266b1fb7919789dfec83c81bdfcdb16ed47e5
0
ansible/roles/deploy-servers
7,514
[ "no_license" ]
[ { "path": "ansible/roles/deploy-servers/tasks/main.yml", "content": "---\n\n- name: Deploy app\n community.docker.docker_container:\n name: devops-example-app\n image: hexletcomponents/devops-example-app\n ports:\n - \"80:5000\"\n restart_policy: always\n restart: yes\n pull: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
dzencot/devops-for-programmers-project-lvl3
a3b266b1fb7919789dfec83c81bdfcdb16ed47e5
0
ansible/roles/setup-servers
7,514
[ "no_license" ]
[ { "path": "ansible/roles/setup-servers/tasks/main.yml", "content": "---\n\n- name: Update cache and install packages\n apt:\n pkg:\n - docker.io\n update_cache: yes\n\n- name: Install pip\n include_role:\n name: geerlingguy.pip\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/asdf
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/asdf/defaults/main.yaml", "content": "#\n# WARP\n# ASDF Version Manager Role\n# Default Variables\n#\n\n# renovate: datasource=github-releases depName=asdf-vm/asdf\ndevbox_asdf_version: v0.18.0\n\ndevbox_asdf_plugins:\n - name: jq\n version: 1.7.1\n - name: ripgrep\n # r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2499, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/dotfiles
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/dotfiles/tasks/main.yaml", "content": "#\n# WARP\n# Devbox Ansible Role\n# Install dotfiles\n#\n\n- name: Install dotfiles to {{ devbox_user_home }}\n become: true\n become_user: \"{{ devbox_user }}\"\n vars:\n dotfiles_repo: https://github.com/mrzzy/dotfiles\n block:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1391, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/neovim
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/neovim/tasks/main.yaml", "content": "#\n# WARP\n# Neovim Ansible Role\n# Tasks\n#\n\n- name: Install Neovim Plugins\n environment:\n XDG_CONFIG_HOME: \"{{ devbox_user_home }}/.config\"\n XDG_DATA_HOME: \"{{ devbox_user_home }}/.local/share\"\n XDG_STATE_HOME: \"{{ devb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1543, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/system
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/system/tasks/main.yaml", "content": "#\n# WARP\n# System Ansible Role\n# Tasks\n#\n\n- name: Install Development Tools with APT\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n install_recommends: false\n loop:\n # needed for ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4249, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/tmux
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/tmux/tasks/main.yaml", "content": "#\n# WARP\n# Tmux Ansible Role\n# Tasks\n#\n\n- name: Install Tmux Plugins\n vars:\n tpm_path: \"{{ devbox_tmux_tpm_path }}\"\n tmux_fingers_path: \"{{ devbox_tmux_tpm_path }}/plugins/tmux-fingers/bin/\"\n block:\n - name: Install Tm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1729, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/ttyd
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/ttyd/tasks/main.yaml", "content": "#\n# WARP\n# Devbox Ansible Role Tasks\n# Setup ttyd Web Terminal\n#\n\n- name: Download pre-built TTYD Binary\n ansible.builtin.get_url:\n url: \"https://github.com/tsl0922/ttyd/releases/download/{{ devbox_ttyd_version }}/ttyd.{{ ansible_a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 591, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/user
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/user/defaults/main.yaml", "content": "#\n# WARP\n# User Ansible Role\n# Default Variables\n#\n\ndevbox_user: mrzzy\ndevbox_user_home: /home/mrzzy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "box/ansible/roles/user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 983, "all_permissive": false }
ansible_role
mrzzy/warp
0d9d814deed309f492772c743acd66959d9da479
1
box/ansible/roles/zsh
7,514
[ "no_license" ]
[ { "path": "box/ansible/roles/zsh/defaults/main.yaml", "content": "#\n# WARP\n# ZSH Ansible Role\n# Default Variables\n#\n\n# renovate: datasource=github-releases depName=romkatv/zsh-bin\ndevbox_zsh_version: v6.1.1\ndevbox_zsh_install_sh: \"{{ ansible_remote_tmp }}/zsh_install.sh\"\ndevbox_zsh_install_dir: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1818, "all_permissive": false }
ansible_role
thomaslorentsen/fuzzy-tribble
9eee133956f369b03eb1718a9eabc12b71610ed1
0
ansible/roles/common
7,514
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Update apt\n apt: update_cache=yes\n\n- name: Install System Packages\n apt: pkg={{ item }} state=latest\n with_items: \"{{ system.packages }}\"\n\n- name: Configure the timezone\n lineinfile: dest=/etc/timezone regexp=^ line=\"{{ syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": true }
ansible_role
thomaslorentsen/fuzzy-tribble
9eee133956f369b03eb1718a9eabc12b71610ed1
0
ansible/roles/nginx
7,514
[ "permissive" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt: pkg=nginx state=latest\n\n- name: Delete default config\n file: path=/etc/nginx/sites-enabled/default state=absent\n\n- name: Install vhost\n template: src=default.tpl dest=/etc/nginx/sites-enabled/website\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": true }
ansible_role
Joselpsantos/MEI-Cloud-Computing-A
99b581c3f7933c47ef337ad9869f2512ff517d57
1
roles/Consul
7,514
[ "no_license" ]
[ { "path": "roles/Consul/tasks/main.yml", "content": "---\n - name: Update the software package repository\n become: true\n apt:\n update_cache: yes\n\n - name: Install Consul\n become: true\n apt:\n name: consul\n state: present\n \n #- name: Install co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3632, "all_permissive": false }
ansible_role
Joselpsantos/MEI-Cloud-Computing-A
99b581c3f7933c47ef337ad9869f2512ff517d57
1
roles/NGINX
7,514
[ "no_license" ]
[ { "path": "roles/NGINX/templates/index.html.j2", "content": "<html>\n<body>\n\n<h1>Ansible - HTML Page</h1>\n<p>Hello, {{inventory_hostname}}</p>\n\n</body>\n</html>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/NGINX/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 787, "all_permissive": false }
ansible_role
Joselpsantos/MEI-Cloud-Computing-A
99b581c3f7933c47ef337ad9869f2512ff517d57
1
roles/consul-services
7,514
[ "no_license" ]
[ { "path": "roles/consul-services/files/load-balancer.json", "content": "{\n \"service\": {\n \"Name\": \"load-balancer\"\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/consul-services/files/sockets.json", "content": "{\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1517, "all_permissive": false }
ansible_role
Joselpsantos/MEI-Cloud-Computing-A
99b581c3f7933c47ef337ad9869f2512ff517d57
1
roles/postgres
7,514
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n - name: Install packages\n ansible.builtin.apt:\n name:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python3-psycopg2\n state: present\n\n - name: \"Find out if PostgreSQL is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3772, "all_permissive": false }
ansible_role
bmuggalla/AAP-Linux-demo
242cdd90a0561707e0679495198f411e67aed4b0
0
roles/cerate_ad_user
7,514
[ "no_license" ]
[ { "path": "roles/cerate_ad_user/tasks/main.yml", "content": "---\n# tasks file for cerate_AD_user\n- name: \"Create a user\"\n community.windows.win_domain_user:\n firstname: \"{{ ad_firstname }}\"\n surname: \"{{ ad_surname }}\"\n name: \"{{ ad_firstname }}\"\n password: \"{{ <PASSWORD> }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
bmuggalla/AAP-Linux-demo
242cdd90a0561707e0679495198f411e67aed4b0
0
roles/install_mariadb
7,514
[ "no_license" ]
[ { "path": "roles/install_mariadb/tasks/install_epel.yml", "content": "#- name: Download python\n# shell: |\n# rpm -i https://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/python-2.5.1-18.fc9.i386.rpm\n# args:\n# chdir: /tmp\n#\n#- name: Download yum repo package\n# shell:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
MattSecaur/mattlab-server-build-v2
1e489cb34903cf637f8de18eca9d3e62dc95f6f4
0
roles/r2-create-nodes
7,515
[ "no_license" ]
[ { "path": "roles/r2-create-nodes/tasks/create_vm.yml", "content": "###### hostvars[item] ########\n# Resize the hostvars[item] image\n# \n- name: DEBUG - item VALUE\n debug:\n msg: \"ITEM = {{ item }}\"\n\n- name: DEBUG - undercloud, hostvars[item]\n debug:\n var: hostvars[item]\n\n- name: DEBUG - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5065, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/alias
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/alias/README.md", "content": "# Role: alias\n\nThis role configures custom command-line aliases for a user's shell environment.\n\n## Role Variables\n\nThis role has no configurable variables.\n\n## Tasks\n\n- **Ensure .bashrc contains alias**: Deploys a `.bashrc` file from a temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2650, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/disable_ipv6
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/disable_ipv6/handlers/main.yml", "content": "- name: Reboot server\n ansible.builtin.reboot:\n msg: \"Reboot initiated by Ansible for applying GRUB changes.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "playboo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1516, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/docker
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "- name: Check if docker-ce is installed\n ansible.builtin.package_facts:\n manager: auto\n\n- name: Install Docker\n when: \"'docker-ce' not in ansible_facts.packages\"\n block:\n - name: Install Docker required packages\n ansible....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3708, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/hardening
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/hardening/README.md", "content": "# Role Name: hardening\n\n## Description\n\nThis role hardens the SSH configuration of a server based on recommendations from [sshaudit.com](https://sshaudit.com). It performs the following actions:\n\n- **Disables Password Authentication:** Sets ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1525, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/nano
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/nano/README.md", "content": "# Role Name: nano\n\n## Description\n\nThis role installs and configures the Nano text editor. It performs the following actions:\n\n- Installs the `nano` package.\n- Deploys a `.nanorc` file to the user's home directory to enable syntax highlighting f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 994, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/qemu_guest_agent
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/qemu_guest_agent/tasks/main.yml", "content": "- name: Install qemu-guest-agent\n ansible.builtin.apt:\n name: qemu-guest-agent\n state: present\n update_cache: true\n become: true\n when: ansible_system_vendor == \"QEMU\"\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/ssh
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/ssh/tasks/main.yml", "content": "- name: Create .ssh directory\n ansible.builtin.file:\n path: \"/home/{{ ansible_user }}/.ssh\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: \"0700\"\n\n- name: \"Set authorized keys fro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1246, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/sudoers
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/sudoers/tasks/main.yml", "content": "- name: Ensure NOPASSWD for ansible_user in sudoers file\n ansible.builtin.lineinfile:\n path: /etc/sudoers.d/no-password\n create: true\n line: '{{ ansible_user }} ALL=(ALL:ALL) NOPASSWD:ALL'\n state: present\n backup: false\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 939, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/timezone
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/timezone/tasks/main.yml", "content": "- name: Set Timezone\n community.general.timezone:\n name: \"{{ timezone_location }}\"\n \n- name: Copy over the timesyncd config\n ansible.builtin.template: \n src: timesyncd.conf.j2\n dest: /etc/systemd/timesyncd.conf\n owne...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2105, "all_permissive": false }
ansible_role
calvin-li-developer/ansible
177c7c590eca2e71b8602b31ef818473407a09e2
0
playbooks/roles/unattended_upgrades
7,515
[ "no_license" ]
[ { "path": "playbooks/roles/unattended_upgrades/README.md", "content": "# Role Name: unattended_upgrades\n\n## Description\n\nThis role installs and configures `unattended-upgrades` to automatically install security updates. It performs the following actions:\n\n- Installs the `unattended-upgrades` and `upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1557, "all_permissive": false }