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
hadoukn/hadoukn-stack
ce4a402a29870b728519cf916d1dc9c528c5b2a9
0
roles/master
2,998
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- include: docker_registry.yml\n- include: hadoukn.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/master/tasks/docker_registry.yml", "content": "---\n- name: create the dock...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1520, "all_permissive": false }
ansible_role
hadoukn/hadoukn-stack
ce4a402a29870b728519cf916d1dc9c528c5b2a9
0
roles/runner
2,998
[ "no_license" ]
[ { "path": "roles/runner/tasks/docker.yml", "content": "# Only necessary on ec2 systems\n# - name: install docker dependencies\n# sudo: true\n# apt: pkg=linux-image-extra-3.2.0-23-generic\n# state=latest\n\n- name: install software-properties-common\n sudo: true\n apt: pkg=software-properties-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
vitoraalmeida/learn-devops
c9cef71410e1c4e20989f944d2982f7694dec3da
0
ansible/7-variaveis/roles/mysql
2,998
[ "no_license" ]
[ { "path": "ansible/7-variaveis/roles/mysql/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name: [\n 'mysql-server-5.6',\n 'python-mysqldb',] #necessario pelo ansible, para executar modulos de db\n state: latest\n become: yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
vitoraalmeida/learn-devops
c9cef71410e1c4e20989f944d2982f7694dec3da
0
ansible/7-variaveis/roles/webserver
2,998
[ "no_license" ]
[ { "path": "ansible/7-variaveis/roles/webserver/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name: [\n 'php5', \n 'apache2', \n 'libapache2-mod-php5', #integração php-apache \n 'php5-gd', \n 'libssh2-php',\n 'php5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
vitoraalmeida/learn-devops
c9cef71410e1c4e20989f944d2982f7694dec3da
0
ansible/7-variaveis/roles/wordpress
2,998
[ "no_license" ]
[ { "path": "ansible/7-variaveis/roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Baixa o arquivo de instalação do wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n\n- name: 'Descompact o wordpress'\n unarchive:\n src: '/tmp/wordpress.tar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1186, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/alacritty
2,998
[ "no_license" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "- become: \"yes\"\n name: Install alacritty\n unarchive:\n creates: /usr/local/bin/alacritty\n dest: /usr/local/bin\n remote_src: \"yes\"\n src: >-\n https://github.com/alacritty/alacritty/releases/download/v0.4.2/Alacritty-v0.4.2-ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/awscli
2,998
[ "no_license" ]
[ { "path": "roles/awscli/tasks/main.yml", "content": "- name: Get awscli stat\n register: s\n stat:\n path: /usr/local/bin/aws\n- block:\n - name: Create awscli tempfile\n register: f\n tempfile:\n state: directory\n suffix: awscli\n - name: Download awscli\n unarchive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1036, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/bazel
2,998
[ "no_license" ]
[ { "path": "roles/bazel/tasks/main.yml", "content": "- become: \"yes\"\n get_url:\n dest: /usr/local/bin/bazel\n mode: \"0755\"\n url: >-\n https://github.com/bazelbuild/bazel/releases/download/3.7.0/bazel-3.7.0-linux-x86_64\n name: Install bazel\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/borgbackup
2,998
[ "no_license" ]
[ { "path": "roles/borgbackup/tasks/main.yml", "content": "- become: \"yes\"\n get_url:\n dest: /usr/local/bin/borg\n mode: \"0755\"\n url: \"https://github.com/borgbackup/borg/releases/download/1.1.14/borg-linux64\"\n name: Install borgbackup\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/chezmoi
2,998
[ "no_license" ]
[ { "path": "roles/chezmoi/tasks/main.yml", "content": "- become: \"yes\"\n name: Install chezmoi\n unarchive:\n creates: /usr/local/bin/chezmoi\n dest: /usr/local/bin\n extra_opts:\n - chezmoi\n remote_src: \"yes\"\n src: >-\n https://github.com/twpayne/chezmoi/releases/download/v1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/deno
2,998
[ "no_license" ]
[ { "path": "roles/deno/tasks/main.yml", "content": "- become: \"yes\"\n name: Install deno\n unarchive:\n creates: /usr/local/bin/deno\n dest: /usr/local/bin\n remote_src: \"yes\"\n src: >-\n https://github.com/denoland/deno/releases/download/v1.1.1/deno-x86_64-unknown-linux-gnu.zip\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/docker
2,998
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- become: \"yes\"\n name: Install docker\n unarchive:\n creates: /usr/local/bin/docker\n dest: /usr/local/bin\n extra_opts:\n - \"--strip-components=1\"\n remote_src: \"yes\"\n src: \"https://download.docker.com/linux/static/stable/x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/golang
2,998
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- become: \"yes\"\n name: Install golang\n unarchive:\n creates: /usr/local/go/bin\n dest: /usr/local\n remote_src: \"yes\"\n src: \"https://dl.google.com/go/go1.15.4.linux-amd64.tar.gz\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/gopass
2,998
[ "no_license" ]
[ { "path": "roles/gopass/tasks/main.yml", "content": "- become: \"yes\"\n name: Install gopass\n unarchive:\n creates: /usr/local/bin/gopass\n dest: /usr/local/bin\n extra_opts:\n - gopass\n - gopass-jsonapi\n remote_src: \"yes\"\n src: >-\n https://github.com/gopasspw/gopass/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/helm
2,998
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "- become: \"yes\"\n name: Install helm\n unarchive:\n creates: /usr/local/bin/helm\n dest: /usr/local/bin\n extra_opts:\n - \"*/helm\"\n - \"--strip-components=1\"\n remote_src: \"yes\"\n src: \"https://get.helm.sh/helm-v3.3.0-rc....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/kubectl
2,998
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "- become: \"yes\"\n get_url:\n dest: /usr/local/bin/kubectl\n mode: \"0755\"\n url: >-\n https://storage.googleapis.com/kubernetes-release/release/v1.19.1/bin/linux/amd64/kubectl\n name: Install kubectl\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/neovim
2,998
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- become: \"yes\"\n name: Install neovim\n unarchive:\n creates: /usr/bin/nvim\n dest: /usr\n extra_opts: \"--strip-components=1\"\n remote_src: \"yes\"\n src: >-\n https://github.com/neovim/neovim/releases/download/v0.4.4/nvim-linux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/ruby
2,998
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Install gpg keys\n shell: >-\n gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys\n <KEY>\n 7D2BAF1CF37B13E2069D6956105BD0E739499BDB\n- args:\n creates: \"{{ ansible_env.HOME }}/.rvm\"\n name: Install ruby\n shell: \"curl -sSL ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/smplayer
2,998
[ "no_license" ]
[ { "path": "roles/smplayer/tasks/main.yml", "content": "- become: \"yes\"\n dnf:\n name: >-\n https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-32.noarch.rpm,\n https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-32.noarch.rpm\n state: present\n name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1266, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/terraform
2,998
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "- become: \"yes\"\n name: Install terraform\n unarchive:\n creates: /usr/local/bin/terraform\n dest: /usr/local/bin\n remote_src: \"yes\"\n src: >-\n https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/yarn
2,998
[ "no_license" ]
[ { "path": "roles/yarn/tasks/main.yml", "content": "- args:\n creates: \"{{ ansible_env.HOME }}/.nvm\"\n name: Install node\n shell: >-\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh |\n bash && source {{ ansible_env.HOME }}/.nvm/nvm.sh && nvm install node\n- file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
whs-dot-hk/ansible-fedora-32
324b1bb6613b1b81b06c7dea54d9a70349fd2e10
0
roles/youtube-dl
2,998
[ "no_license" ]
[ { "path": "roles/youtube-dl/tasks/main.yml", "content": "- become: \"yes\"\n get_url:\n dest: /usr/local/bin/youtube-dl\n mode: \"0755\"\n url: \"https://yt-dl.org/downloads/latest/youtube-dl\"\n name: Install youtube-dl\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": 164, "all_permissive": false }
ansible_role
romantix74/k8s
2c4ac8188e57cd218e304c0b1ef8f7d65703a3d4
0
roles/k8s
2,998
[ "no_license" ]
[ { "path": "roles/k8s/tasks/k8s_master.yml", "content": "---\n\n- name: Set hostname fact\n # нижнее подчеркивание запрещено, поэтому заменяем\n set_fact: k8s_hostname=\"{{ inventory_hostname | replace('_','-') }}\"\n\n- name: Set a hostname on a master\n ansible.builtin.hostname:\n name: \"{{ k8s_host...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3066, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/apache
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/apache/tasks/main.yml", "content": "- name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n\n- name: setup apache hosts\n template: src=servers.j2 dest=/etc/apache2/sites-available/yii2.helpcase.conf\n\n- name: enabled mod_rewrite\n apache2_module: name=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/composer
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/composer/tasks/main.yml", "content": "- name: copy install_composer.sh remote machine\n copy: src=install_composer.sh dest=/tmp/install_composer.sh\n\n- name: run install_composer.sh\n raw: bash /tmp/install_composer.sh\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/elasticsearch
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/elasticsearch/templates/logstash.conf.j2", "content": "input {\n jdbc {\n jdbc_connection_string => \"jdbc:mysql://localhost:3306/{{db.name}}\"\n jdbc_user => \"{{db.user}}\"\n jdbc_password => \"{{<PASSWORD>}}\"\n jdbc_validate_connection => true\n jdbc_driver_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2605, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/general
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/general/tasks/main.yml", "content": "- name: generate the server locale\n locale_gen: name={{ locale }} state=present\n\n- name: set locale\n lineinfile: dest=/etc/default/locale regexp='^LANG' line='LANG={{ locale }}'\n\n- name: reload locale\n raw: . /etc/default/locale\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/mysql
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/templates/my.cnf.j2", "content": "[client]\nuser={{ db.user }}\npassword={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "provisioning/roles/mysql/tasks/main.yml", "content": "- name: Add My...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1959, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/php
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/php/tasks/main.yml", "content": "- name: add php ppa\n apt_repository: repo='ppa:ondrej/php' state=present\n\n- name: update apt cache\n apt: update_cache=yes\n\n- name: install php\n apt: name=php{{ php.version }} state=present\n\n- name: install php requirements\n apt: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 675, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/postinstall
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/postinstall/tasks/main.yml", "content": "- name: copy postinstall_script.sh to /tmp\n copy: src=postinstall_script.sh dest=/tmp/postinstall_script.sh\n\n- name: postinstall script\n raw: bash /tmp/postinstall_script.sh\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 296, "all_permissive": false }
ansible_role
alexkarpovich/hc_starter
406797150df2e31d59b51ccba4c1c1c7d071ce44
0
provisioning/roles/redis
2,998
[ "no_license" ]
[ { "path": "provisioning/roles/redis/tasks/main.yml", "content": "- name: install redis-server\n apt: name=redis-server update_cache=yes state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
dwesh163/Calendar
9c9dc0f9b4276cc878139413859194054d298e64
0
ops/roles/calendar
2,998
[ "no_license" ]
[ { "path": "ops/roles/calendar/vars/calendar-vars.yml", "content": "calendar_deploy_path: \"/srv/calendar\"\ncalendar_github_repo: \"https://github.com/dwesh163/Calendar.git\"\ncalendar_docker_name: \"calendar\"\ncalendar_db_docker_name: \"calendarDB\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
matthew2848123/CSEC-473-Bravo-Team
5b6ab2c5cde7a27639c2261061cd7ede85cc2da3
0
new_sql/roles/docker_install
3,018
[ "no_license" ]
[ { "path": "new_sql/roles/docker_install/tasks/main.yaml", "content": "- name: Check Installed Packages\n become: yes\n package_facts:\n manager: auto\n\n- name: Install Curl\n become: yes\n package:\n name: curl\n state: present\n use: auto\n\n- name: Install Docker Repo If Docker Not Presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1323, "all_permissive": false }
ansible_role
matthew2848123/CSEC-473-Bravo-Team
5b6ab2c5cde7a27639c2261061cd7ede85cc2da3
0
new_sql/roles/mysql_vuln
3,018
[ "no_license" ]
[ { "path": "new_sql/roles/mysql_vuln/tasks/main.yaml", "content": "\n\n- name: Copy Docker Compose\n become: yes\n copy:\n src: docker-compose.yaml\n dest: /root/docker-compose.yaml\n owner: root\n group: root\n mode: '0600'\n\n- name: Copy Site\n become: yes\n copy:\n src: site\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4237, "all_permissive": false }
ansible_role
crazytaxii/kubeadm-ansible
c20e928e513874622c5ef373b3022f29eda503b7
1
roles/centos_init
3,018
[ "no_license" ]
[ { "path": "roles/centos_init/tasks/main.yml", "content": "---\n- name: Set hostname\n hostname:\n name: \"kube-{{ group_names[0] }}-{{ groups[group_names[0]].index(inventory_hostname)+1 }}\"\n\n- name: Disable firewall\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n ignore_error...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2163, "all_permissive": false }
ansible_role
crazytaxii/kubeadm-ansible
c20e928e513874622c5ef373b3022f29eda503b7
1
roles/ubuntu_init
3,018
[ "no_license" ]
[ { "path": "roles/ubuntu_init/tasks/main.yml", "content": "---\n\n- name: Set hostname\n hostname:\n name: \"kube-{{ group_names[0] }}{{ groups[group_names[0]].index(inventory_hostname)+1 }}\"\n\n- name: Disable firewall\n ufw:\n state: disabled\n ignore_errors: yes\n\n- name: Update cache\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1956, "all_permissive": false }
ansible_role
DeveloperDarkhan/docker_swarm
a779fec7e3f73ed68bd9bd519e9813b1ac2c1754
0
roles/delete_docker
3,018
[ "no_license" ]
[ { "path": "roles/delete_docker/tasks/main.yml", "content": "- name: leave from swarm\n shell: >\n docker swarm leave -f\n ignore_errors: true\n\n- name: stop docker\n shell: >\n systemctl stop docker\n ignore_errors: true\n\n- name: delete app docker-ce packages\n yum: \n name: \"{{ item }}\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1589, "all_permissive": false }
ansible_role
DeveloperDarkhan/docker_swarm
a779fec7e3f73ed68bd9bd519e9813b1ac2c1754
0
roles/install_docker
3,018
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "# 1.0 if not exist service (if rc == 4 )\n- name: Check service is run or exist (Docker)\n command: systemctl status docker\n ignore_errors: yes\n changed_when: false\n register: check_service_docker\n\n- name: Print docker status\n debug: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6059, "all_permissive": false }
ansible_role
DeveloperDarkhan/docker_swarm
a779fec7e3f73ed68bd9bd519e9813b1ac2c1754
0
roles/install_swarm
3,018
[ "no_license" ]
[ { "path": "roles/install_swarm/tasks/task-swarm-add-worker-main.yml", "content": "---\n- name: Check if Swarm is Already Initialized\n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n\n- name: Add Workers to the Swarm\n block:\n - name: ADD workers to masters nodes\n shell:...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3438, "all_permissive": false }
ansible_role
DeveloperDarkhan/docker_swarm
a779fec7e3f73ed68bd9bd519e9813b1ac2c1754
0
roles/work_variables
3,018
[ "no_license" ]
[ { "path": "roles/work_variables/tasks/main.yml", "content": "# ---\n# - name: Show me all parameters\n# debug:\n# msg: \"{{ item }}\"\n# with_items:\n# - \"{{ hostvars[inventory_hostname]['groups']['docker_swarm_worker'] }}\"\n# when:\n# - inventory_hostname in groups['swarm-manager']\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9684, "all_permissive": false }
ansible_role
faexd/faex-ansible
bb4638cbfaf1fc86528b1ab6fe3add060b1e2f92
0
roles/faex_compile
3,018
[ "no_license" ]
[ { "path": "roles/faex_compile/tasks/main.yaml", "content": "---\n\n- name: compile faex dw\n shell: cd \"{{faex_path}}\"/gdax; make bin\n\n- name: compile faex lib\n shell: cd \"{{faex_path}}\"/gdax; make lib1\n\n- name: create faex_gdax_importer.so link for mlpi\n shell: cd \"{{faex_path}}\"; ln -fs ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
faexd/faex-ansible
bb4638cbfaf1fc86528b1ab6fe3add060b1e2f92
0
roles/faex_deps
3,018
[ "no_license" ]
[ { "path": "roles/faex_deps/tasks/main.yaml", "content": "---\n\n- name: make lib-deps dir\n shell: mkdir -p \"{{lib_deps_path}}\"\n\n- name: clone date lib\n git:\n repo: <EMAIL>:faexd/date.git\n dest: \"{{lib_deps_path}}/date\"\n\n- name: clone PolyM lib\n git:\n repo: <EMAIL>:faexd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2081, "all_permissive": false }
ansible_role
faexd/faex-ansible
bb4638cbfaf1fc86528b1ab6fe3add060b1e2f92
0
roles/faex_init
3,018
[ "no_license" ]
[ { "path": "roles/faex_init/tasks/main.yaml", "content": "---\n\n- name: Update ubuntu\n become: yes\n become_user: root\n\n apt: update_cache=yes upgrade=yes\n\n- name: Install git and g++ and libcurl\n become: yes\n become_user: root\n\n apt:\n name: git\n update_cache: no\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
faexd/faex-ansible
bb4638cbfaf1fc86528b1ab6fe3add060b1e2f92
0
roles/faex_ui
3,018
[ "no_license" ]
[ { "path": "roles/faex_ui/tasks/main.yaml", "content": "---\n\n\n##WEBDEV\n\n- name: install npm\n become: yes\n become_user: root\n apt:\n name: npm\n update_cache: no\n\n- name: install babel and browserify\n become: yes\n become_user: root\n shell: npm install --global babel-cli br...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1418, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/apache
3,018
[ "no_license" ]
[ { "path": "ansible/roles/apache/handlers/main.yml", "content": "---\n- name: restart apache\n become: true\n service:\n name: \"{{ apache_service }}\"\n state: \"{{ apache_restart_state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2751, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/compilers
3,018
[ "no_license" ]
[ { "path": "ansible/roles/compilers/tasks/main.yml", "content": "---\n- name: Stat available compilers\n become: true\n ansible.builtin.find:\n paths: [/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin, /snap/bin]\n patterns: \"{{ compilers }}\"\n file_type: any\n follow: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/cron
3,018
[ "no_license" ]
[ { "path": "ansible/roles/cron/tasks/main.yml", "content": "---\n- name: Remove cron.deny and at.deny\n become: true\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - /etc/at.deny\n - /etc/cron.deny\n tags:\n - at\n - cron\n\n- name: Clean cron and at\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1638, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/disablemod
3,018
[ "no_license" ]
[ { "path": "ansible/roles/disablemod/tasks/main.yml", "content": "---\n- name: Disable misc kernel modules\n become: true\n ansible.builtin.lineinfile:\n dest: /etc/modprobe.d/disablemod.conf\n line: install {{ item }} /bin/true\n mode: \"0644\"\n owner: root\n group: root\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1127, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/disablenet
3,018
[ "no_license" ]
[ { "path": "ansible/roles/disablenet/tasks/main.yml", "content": "---\n- name: Disable kernel network modules\n become: true\n ansible.builtin.lineinfile:\n dest: /etc/modprobe.d/disablenet.conf\n line: install {{ item }} /bin/true\n mode: \"0644\"\n owner: root\n group: root\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/facts
3,018
[ "no_license" ]
[ { "path": "ansible/roles/facts/templates/systemd.fact", "content": "#!/bin/sh\nif command -v systemctl 1>/dev/null; then\n echo \"{ \\\"version\\\" : $(systemctl --version | grep '^systemd\\s' | awk '{print $2}') }\"\nelse\n echo \"{ \\\"version\\\" : false }\"\nfi\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3021, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/ipv6
3,018
[ "no_license" ]
[ { "path": "ansible/roles/ipv6/handlers/main.yml", "content": "---\n- name: Restart sysctl\n become: true\n ansible.builtin.service:\n name: systemd-sysctl\n state: restarted\n\n- name: Update GRUB\n become: true\n ansible.builtin.command: update-grub\n register: update_grub\n changed_when: updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/packagemgmt
3,018
[ "no_license" ]
[ { "path": "ansible/roles/packagemgmt/tasks/main.yml", "content": "---\n- name: Configure apt\n become: true\n ansible.builtin.lineinfile:\n dest: /etc/apt/apt.conf.d/98-hardening-ubuntu\n mode: \"0644\"\n state: present\n create: true\n line: \"{{ item }}\"\n loop:\n - Acquire::AllowDow...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1471, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/packages
3,018
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "---\n- name: Merge package lists\n ansible.builtin.set_fact:\n packages_merged: \"{{ packages_debian + packages_ubuntu }}\"\n tags:\n - packages\n\n- name: Generic package removal\n become: true\n ansible.builtin.package:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3344, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/password
3,018
[ "no_license" ]
[ { "path": "ansible/roles/password/templates/pwquality.conf.j2", "content": "#jinja2: trim_blocks: \"true\", lstrip_blocks: \"true\"\n# {{ ansible_managed }}\n# Generated by Ansible role {{ ansible_role_name }}\n\n# Configuration for the libpwquality library\n# See pwquality.conf(5) for more information\n\nd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6987, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/rkhunter
3,018
[ "no_license" ]
[ { "path": "ansible/roles/rkhunter/tasks/main.yml", "content": "---\n- name: Ensure that rkhunter is installed\n become: true\n ansible.builtin.apt:\n name: rkhunter\n state: present\n install_recommends: false\n tags:\n - rkhunter\n - packages\n\n- name: Configure rkhunter\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1281, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/rootaccess
3,018
[ "no_license" ]
[ { "path": "ansible/roles/rootaccess/tasks/main.yml", "content": "---\n- name: Stat access.conf\n become: true\n ansible.builtin.stat:\n path: /etc/security/access.conf\n register: security_access_conf\n tags:\n - access_conf\n\n- name: Stat securetty\n become: true\n ansible.builtin.stat:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1383, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/ssh
3,018
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "---\n- name: Get installed ssh version\n ansible.builtin.command:\n cmd: ssh -V\n changed_when: false\n failed_when: false\n check_mode: false\n register: ssh_version\n tags:\n - sshd\n - sshd_config\n\n- name: Set ssh version as fact\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 7215, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/timesyncd
3,018
[ "no_license" ]
[ { "path": "ansible/roles/timesyncd/tasks/main.yml", "content": "---\n- name: Install systemd timesyncd\n become: true\n ansible.builtin.package:\n name: systemd-timesyncd\n state: present\n tags:\n - systemd\n - timesyncd\n\n- name: Configure systemd timesyncd\n become: true\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1343, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/ufw
3,018
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: Add the nf_conntrack module\n become: true\n community.general.modprobe:\n name: nf_conntrack\n state: present\n tags:\n - conntrack\n - sysctl\n\n- name: Stat nf_conntrack_tcp_be_liberal\n become: true\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4120, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/umask
3,018
[ "no_license" ]
[ { "path": "ansible/roles/umask/tasks/main.yml", "content": "---\n- name: Stat init.d/rc\n become: true\n ansible.builtin.stat:\n path: /etc/init.d/rc\n register: initdrc\n tags:\n - umask\n\n- name: Set default rc umask\n become: true\n ansible.builtin.replace:\n regexp: umask(\\s+.*)\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1958, "all_permissive": false }
ansible_role
VarunGitGood/Fend
2740b3b2db6e680220b8adc3d85342e0dd47ea8a
9
ansible/roles/users
3,018
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n- name: Remove users\n become: true\n ansible.builtin.user:\n name: \"{{ item }}\"\n state: absent\n remove: true\n register: remove_users\n loop:\n - \"{{ delete_users }}\"\n failed_when: >\n remove_users is not success an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
surfraz/cloud-automation-wordpress-cluster
994c9bad21e0d9f4784842451ab41a66f751a5ba
3
infra/aws/deploy/roles/my.app.wordpress
3,018
[ "no_license" ]
[ { "path": "infra/aws/deploy/roles/my.app.wordpress/tasks/main.yml", "content": "---\n- name: launch dockerized wordpress instance\n docker_container:\n name: wordpress\n image: wordpress\n published_ports: 8080:80\n pull: true\n restart: true\n state: started\n env:\n WORDPRESS_DB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
surfraz/cloud-automation-wordpress-cluster
994c9bad21e0d9f4784842451ab41a66f751a5ba
3
infra/aws/deploy/roles/my.docker
3,018
[ "no_license" ]
[ { "path": "infra/aws/deploy/roles/my.docker/tasks/main.yml", "content": "---\n- name: add docker apt gpg key\n apt_key:\n id: <KEY>\n keyserver: pool.sks-keyservers.net\n\n- name: add docker official debian repository\n apt_repository:\n repo: deb https://apt.dockerproject.org/repo ubuntu-{{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
Amanve77/SPE_HeartAttack
86a71b3eb5101d49aa562f85fad81093630ebdd3
0
ansible/roles/deploy_k8s
3,018
[ "no_license" ]
[ { "path": "ansible/roles/deploy_k8s/tasks/main.yml", "content": "---\n- name: Create namespace\n shell: kubectl create namespace demo-basic --dry-run=client -o yaml | kubectl apply -f -\n ignore_errors: true\n\n- name: Delete existing MySQL pod\n shell: kubectl delete pod mysql-deployment-0 -n demo-basic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1008, "all_permissive": false }
ansible_role
commis1059/rails_ansible
1ad81b2f9030a0f6cc28bcd7a4e2330b0db03d8f
0
ansible/roles/docker-compose
3,018
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose/templates/docker-compose.yml", "content": "version: '3'\n\nvolumes:\n db:\n driver: local\n\nservices:\n db:\n image: mysql:5.7.29\n environment:\n MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}\n MYSQL_ONETIME_PASSWORD: null\n env_file: .env\n po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
commis1059/rails_ansible
1ad81b2f9030a0f6cc28bcd7a4e2330b0db03d8f
0
ansible/roles/git
3,018
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: Configure Git\n git_config:\n repo: \"{{ project.dir }}/.git\"\n scope: local\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n with_items:\n - name: user.name\n value: \"{{ git.config.user.name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
commis1059/rails_ansible
1ad81b2f9030a0f6cc28bcd7a4e2330b0db03d8f
0
ansible/roles/rails
3,018
[ "no_license" ]
[ { "path": "ansible/roles/rails/files/.env", "content": "DB_ROOT_PASSWORD=\nDB_PORT=\nREDIS_PORT=\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/rails/tasks/main.yml", "content": "---\n- name: Set Ruby version\n copy:\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6434, "all_permissive": false }
ansible_role
commis1059/rails_ansible
1ad81b2f9030a0f6cc28bcd7a4e2330b0db03d8f
0
ansible/roles/sidekiq
3,018
[ "no_license" ]
[ { "path": "ansible/roles/sidekiq/files/config/sidekiq.yml", "content": ":dynamic: true\n:dynamic_every: 5s\n:enabled: true\n:scheduler:\n :listened_queues_only: false\n:schedule:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ansible/roles/sid...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1423, "all_permissive": false }
ansible_role
commis1059/rails_ansible
1ad81b2f9030a0f6cc28bcd7a4e2330b0db03d8f
0
ansible/roles/vue
3,018
[ "no_license" ]
[ { "path": "ansible/roles/vue/tasks/main.yml", "content": "---\n#- name: Install @vue/cli\n# command: yarn global add @vue/cli@4.2.3 @vue/cli-service-global@4.2.3\n# args:\n# chdir: \"{{ project.dir }}\"\n\n- name: Create preset.json for Vue CLI\n copy:\n dest: /tmp/preset.json\n content: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
AhmedMattar21/ITI-Final-Project-CICD
4cfa348dd523d462c89e0e568e0d8e17c8afa26f
0
.circleci/ansible/roles/deploy
3,078
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Executing Node ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
saulwilcox-jisc/banner-provision
a491b524711f3de6b0c2c78c6e3ff291f57f3730
0
_provision-ansible/roles/javavm
3,078
[ "no_license" ]
[ { "path": "_provision-ansible/roles/javavm/tasks/main.yml", "content": "---\n- apt_key:\n id: EEA14886\n url: \"https://ftp-master.debian.org/keys/archive-key-6.0.asc\"\n state: present\n\n- apt_repository:\n repo: deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
saulwilcox-jisc/banner-provision
a491b524711f3de6b0c2c78c6e3ff291f57f3730
0
_provision-ansible/roles/nginx-node
3,078
[ "no_license" ]
[ { "path": "_provision-ansible/roles/nginx-node/templates/p-proxypass-http80.conf.j2", "content": "server {\n listen 80;\n root /var/www/jisc-banner;\n location / {\n proxy_pass http://localhost:8080;\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
saulwilcox-jisc/banner-provision
a491b524711f3de6b0c2c78c6e3ff291f57f3730
0
_provision-ansible/roles/nodejs
3,078
[ "no_license" ]
[ { "path": "_provision-ansible/roles/nodejs/vars/main.yml", "content": "node_version: 6.1.0\nnvm_install_script_path: /tmp/\nnvm_install_script_name: nvm_install.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "_provision-ansible/roles/nodejs/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
ignaciopadron/project_digitech_distributed-storage_ha_iac
abf799d4cc44601733da79c24107293d463bbe0a
2
ansible/roles/01-common
3,078
[ "no_license" ]
[ { "path": "ansible/roles/01-common/tasks/main.yml", "content": "---\n# Rol 01-common: Configuración básica del sistema, usuarios y paquetes\n\n# ==========================================\n# GESTIÓN DE PAQUETES\n# ==========================================\n- name: Actualizar caché de paquetes\n apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4105, "all_permissive": false }
ansible_role
ignaciopadron/project_digitech_distributed-storage_ha_iac
abf799d4cc44601733da79c24107293d463bbe0a
2
ansible/roles/02-security
3,078
[ "no_license" ]
[ { "path": "ansible/roles/02-security/templates/jail.local.j2", "content": "[DEFAULT]\nbantime = {{ fail2ban_bantime }}\nfindtime = {{ fail2ban_findtime }}\nmaxretry = {{ fail2ban_maxretry }}\n\n[sshd]\nenabled = true\nport = {{ ssh_port }}\nfilter = sshd\nlogpath = /var/log/auth.log\nmaxretry = {{ fail2ban_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9658, "all_permissive": false }
ansible_role
ignaciopadron/project_digitech_distributed-storage_ha_iac
abf799d4cc44601733da79c24107293d463bbe0a
2
ansible/roles/03-docker
3,078
[ "no_license" ]
[ { "path": "ansible/roles/03-docker/tasks/main.yml", "content": "---\n# Rol 03-docker: Instalación y configuración de Docker\n\n- name: Añadir clave GPG de Docker\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Añadir repositorio de Docker\n apt_repository:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1470, "all_permissive": false }
ansible_role
ignaciopadron/project_digitech_distributed-storage_ha_iac
abf799d4cc44601733da79c24107293d463bbe0a
2
ansible/roles/04-network
3,078
[ "no_license" ]
[ { "path": "ansible/roles/04-network/defaults/main.yml", "content": "---\n# Variables por defecto para el rol 04-network\n# Configuración de Tailscale\n\n# Configuración de Tailscale\ntailscale_auth_key: \"{{ tailscale_auth_key_vault }}\" # Definido en vault.yml\ntailscale_hostname: \"{{ inventory_hostname ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2504, "all_permissive": false }
ansible_role
ignaciopadron/project_digitech_distributed-storage_ha_iac
abf799d4cc44601733da79c24107293d463bbe0a
2
ansible/roles/05-k3s-cluster
3,078
[ "no_license" ]
[ { "path": "ansible/roles/05-k3s-cluster/tasks/main.yml", "content": "---\n# Rol 05-k3s-cluster: Instalación y configuración de K3s\n\n- name: Crear directorio de configuración K3s\n file:\n path: \"{{ k3s_config_dir }}\"\n state: directory\n mode: '0755'\n owner: root\n group: root\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7930, "all_permissive": false }
ansible_role
sumanthmattapali/infrastructure-setup
c6a99837b2d35b51c8e9fabdcd5fbc39f1d154c3
0
roles/jenkins-installation-role
3,078
[ "no_license" ]
[ { "path": "roles/jenkins-installation-role/defaults/main.yml", "content": "---\n# defaults file for jenkins-ansible-role\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/jenkins-installation-role/tests/test.yml", "content": "---\n- ho...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2481, "all_permissive": false }
ansible_role
RedSable/Ansible_Kuber
125526166e9300bbb68f7a8ea15045be564f0778
0
some_project/roles/kuber
3,078
[ "no_license" ]
[ { "path": "some_project/roles/kuber/templates/kek.j2", "content": "{{ templatekek }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "some_project/roles/kuber/tasks/main.yml", "content": "# - name: User role hello\n# import_tasks: hello.yml\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1210, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Classes/Class 5/Swap/roles/common
3,078
[ "no_license" ]
[ { "path": "Classes/Class 5/Swap/roles/common/tasks/main.yml", "content": "---\n- name: (2.a) update system packages\n apt:\n update_cache: yes\n upgrade: no\n\n- name: (2.b) install vim-nox openntpd sudo\n apt:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ common_packages }}\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Classes/Class 5/Swap/roles/db
3,078
[ "no_license" ]
[ { "path": "Classes/Class 5/Swap/roles/db/tasks/main.yml", "content": "---\n- name: Install Mysql packages\n apt:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ db_packages }}\"\n\n- name: Ensure MySQL will listen on all ip interfaces (bind to 0.0.0.0)\n lineinfile: dest=/etc/mysql/mysql.conf.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/beats
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/beats/tasks/main.yml", "content": "---\n- name: Copy beat files.\n copy:\n src: elasticstack/beats/\n dest: mattermost/beats/\n become: yes\n\n- name: Prepare configuration files.\n shell: chown root mattermost/beats/*/*.yml && chmod go-w mattermost/beats...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/docker
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Update cache.\n apt: \n update_cache: yes\n allow_unauthenticated: yes\n become: yes\n\n- name: Install.\n include_tasks: \n file: install.yml\n\n- name: Ensure group \"docker\" exists with correct gid\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1111, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/elasticsearch
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Change working directory.\n shell: cd ~\n\n- name: Copy elasticsearch docker files.\n copy:\n src: elasticstack/elasticsearch\n dest: elasticstack/\n\n- name: Copy docker-compose file.\n copy:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/kibana
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/kibana/tasks/main.yml", "content": "---\n\n- name: Change working directory.\n shell: cd ~\n\n- name: Copy files.\n copy:\n src: elasticstack/kibana\n dest: elasticstack/\n\n- name: Copy docker-compose file.\n copy:\n src: elasticstack/docker-compose.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/logstash
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/logstash/tasks/main.yml", "content": "---\n\n- name: Copy logstash files.\n copy:\n src: elasticstack/logstash/\n dest: elasticstack/logstash/\n\n- name: Start container.\n community.docker.docker_compose:\n project_src: elasticstack\n build: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/master
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/master/tasks/main.yml", "content": "---\n\n- name: Prepare master environment.\n include_tasks:\n file: setup.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "Mattermost/Phase 2/Ansible/roles/maste...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/mattermost
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/mattermost/tasks/main.yml", "content": "---\n\n- name: Copy files.\n copy:\n src: mattermost\n dest: .\n become: yes\n\n- name: Setup Beats.\n include_tasks:\n file: ../../beats/tasks/main.yml\n\n- name: Prepare environment.\n include_tasks:\n file...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1490, "all_permissive": false }
ansible_role
Gonkalos/SDB
c938219006471cb5c020e23490507fcb8699ee5c
0
Mattermost/Phase 2/Ansible/roles/slave
3,078
[ "no_license" ]
[ { "path": "Mattermost/Phase 2/Ansible/roles/slave/tasks/main.yml", "content": "---\n\n- name: Prepare slave environment.\n include_tasks:\n file: setup.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "Mattermost/Phase 2/Ansible/roles/slave/t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
muchezz/cicd-pipeline-udagram
a4ad67a490d1f30749bca980a559be9fde17039e
0
.circleci/ansible/roles/deploy
3,078
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "# ---\n# - name: \"Update apt packages\"\n# become: true\n# apt:\n# update_cache: yes\n\n# - name: \"Upgrade packages\"\n# become: true\n# apt:\n# upgrade: yes\n\n# - name: \"Remove dependencies that are no longer require...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1688, "all_permissive": false }
ansible_role
tlalexan/ansible-go-cd
e26c6808f7a3152907f76175fc9e5abbbeb792dd
0
roles/go-agent
3,078
[ "no_license" ]
[ { "path": "roles/go-agent/meta/main.yml", "content": "dependencies:\n - { role: go-common }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/go-agent/tasks/main.yml", "content": "---\n- name: install go-agent \n yum: pkg=go-agent-{{ go...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 214, "all_permissive": false }
ansible_role
tlalexan/ansible-go-cd
e26c6808f7a3152907f76175fc9e5abbbeb792dd
0
roles/go-common
3,078
[ "no_license" ]
[ { "path": "roles/go-common/tasks/main.yml", "content": "---\n- name: thoughtworks go repository\n copy: src=thoughtworks-go-download.repo\n dest=/etc/yum.repos.d/\n owner=root group=root mode=0644\n\n- name: Install Java 1.7 and some basic dependencies\n yum: name={{item}} state=present\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
tlalexan/ansible-go-cd
e26c6808f7a3152907f76175fc9e5abbbeb792dd
0
roles/go-server
3,078
[ "no_license" ]
[ { "path": "roles/go-server/meta/main.yml", "content": "dependencies:\n - { role: go-common }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/go-server/tasks/main.yml", "content": "---\n- name: install go-server \n yum: pkg=go-server-{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
blocke/dotfiles
3abdf6500856b09d423c28d0a8c401fae4f97fad
2
roles/dotfiles
3,078
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/dotfiles.yml", "content": "- name: dotfiles home subdirectories\n file: name={{ blocke_home_dir }}/{{ item }} state=directory mode=700\n with_items:\n - .vim\n - .vim/colors\n - .vim/bundle\n\n- name: various dot files\n template: src=\"{{ item.s }}\" dest=\"{{ bl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4447, "all_permissive": false }
ansible_role
rvegesna/awwsjuly1
58b48d0981aebba1d473f874229ed61f1df9999c
0
roles/vsftpd
3,078
[ "no_license" ]
[ { "path": "roles/vsftpd/defaults/main.yml", "content": "---\n# defaults file for vsftpd\nanonymous_enable: True \nlocal_enable: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/vsftpd/vars/abc.yml", "content": "passwd: <PASSWORD>\n"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 448, "all_permissive": false }
ansible_role
rvegesna/awwsjuly1
58b48d0981aebba1d473f874229ed61f1df9999c
0
roles/webservers
3,078
[ "no_license" ]
[ { "path": "roles/webservers/handlers/main.yml", "content": "---\n# handlers file for webservers\n- name: restart httpd\n service: name=httpd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/webservers/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/gen_ssh_keys
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/gen_ssh_keys/tasks/main.yml", "content": "---\n# Creates the SSH keys used to authenticate the VMs.\n\n- import_tasks: create_host_keys.yml\n- import_tasks: set_ssh_key_facts.yml\n- import_tasks: gen_known_hosts.yml", "license_type": "no_license", "detected_licenses":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1074, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/os_image
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/os_image/tasks/main.yml", "content": "---\n# Downloads the operating system images used to boot the VMs, and registers the\n# images with OpenStack.\n\n- import_tasks: download_image.yml\n- import_tasks: register_image.yml", "license_type": "no_license", "detected_lic...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1177, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/os_security_group
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/os_security_group/tasks/main.yml", "content": "---\n# Defines the security group for VM network connectivity.\n\n- name: register security group\n os_security_group:\n name: \"{{ os_security_group_name }}\"\n description: SSH + HTTP(S) from Internet\n cloud: \"{{ os...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1271, "all_permissive": false }