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
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-root/roles/x2go_server
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-root/roles/x2go_server/tasks/main.yml", "content": "---\n\n- name: Check if x2go repository is installed\n shell: find /etc/apt/ -name *.list | xargs cat | grep ^[[:space:]]*deb.*x2go | wc -l\n register: x2go_repo_check_output\n changed_when: false\n\n# the module apt_reposit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-user/roles/dconf_mate
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-user/roles/dconf_mate/tasks/main.yml", "content": "- name: copy dconf mate config to temporary destination\n copy:\n src: files/dconf.txt\n dest: /tmp/dconf.txt\n\n- name: apply mate dconf\n shell: dconf load / < /tmp/dconf.txt\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
ruggorgulo/linux-admin-notes
bed901a09972b02be462fc395154b7ad8cf7a99d
0
ansible-playbook-user/roles/ssh
8,107
[ "no_license" ]
[ { "path": "ansible-playbook-user/roles/ssh/tasks/main.yml", "content": "- name: create ~/.ssh/sockets\n become: yes\n file:\n path: ~/.ssh/sockets\n state: present\n mode: 0600\n\n- name: reuse openssh connection\n blockinfile:\n path: ~/.ssh/config\n block: |\n ControlMaster auto\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
xhan-shannon/awx-repo
fcab8c46c8e298ac39b9a1b83d784f15e4b437ae
0
playbooks/roles/motd
8,107
[ "no_license" ]
[ { "path": "playbooks/roles/motd/tasks/main.yml", "content": "---\n# tasks file for motd\n- name: set motd\n become: yes\n template:\n src: files/motd.j2\n dest: /etc/motd\n owner: root\n group: root\n mode: 0444\n\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": 160, "all_permissive": false }
ansible_role
AlgoTeamOrg/AlgoflexPublic
54e6ef37ccf9c05bd9df3626bd099a92c9e6ca45
0
algoflex_compiler/roles/compiler
8,107
[ "no_license" ]
[ { "path": "algoflex_compiler/roles/compiler/files/runner/Dockerfile", "content": "FROM gcc:latest\n\nCOPY . .\n\nCMD [\"make\", \"final\"]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "algoflex_compiler/roles/compiler/files/init.sh", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 12078, "all_permissive": false }
ansible_role
Srtimoshenko/deploy
371c8631d7ec686a6306639a80c2f969bd6b054d
0
roles/deploy
8,106
[ "no_license" ]
[ { "path": "roles/deploy/tasks/nginx.yaml", "content": "---\n- name: install_nginx\n apt:\n name: nginx\n state: latest\n\n- name: nginx_start\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: config_nginx\n template:\n src: remedly.j2\n dest: \"/etc/nginx/cof.d/dev....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7263, "all_permissive": false }
ansible_role
Exonical/ansible-vsphere
6ac25535ecac03cd3f13856a7ffe4de35a8c3d9e
0
ansible-warewulf/roles/cuda
8,106
[ "no_license" ]
[ { "path": "ansible-warewulf/roles/cuda/tasks/main.yml", "content": "---\n- name: Import the CUDA repository key\n ansible.builtin.get_url:\n url: http://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/7fa2af80.pub\n dest: /tmp/cuda-key.pub\n\n- name: Add the CUDA repository\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
Exonical/ansible-vsphere
6ac25535ecac03cd3f13856a7ffe4de35a8c3d9e
0
ansible-warewulf/roles/mellanox_ofed
8,106
[ "no_license" ]
[ { "path": "ansible-warewulf/roles/mellanox_ofed/tasks/main.yml", "content": "---\n- name: Import Mellanox OFED public key\n ansible.builtin.rpm_key:\n state: present\n key: http://www.mellanox.com/downloads/ofed/RPM-GPG-KEY-Mellanox\n\n- name: Add Mellanox OFED repository\n ansible.builtin.yum_repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
Exonical/ansible-vsphere
6ac25535ecac03cd3f13856a7ffe4de35a8c3d9e
0
ansible-warewulf/roles/openmpi
8,106
[ "no_license" ]
[ { "path": "ansible-warewulf/roles/openmpi/tasks/main.yml", "content": "---\n- name: Install OpenMPI dependencies\n ansible.builtin.yum:\n name:\n - gcc\n - gcc-c++\n - make\n state: present\n\n- name: Download OpenMPI\n ansible.builtin.get_url:\n url: https://download.open-mpi.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
Exonical/ansible-vsphere
6ac25535ecac03cd3f13856a7ffe4de35a8c3d9e
0
roles/common
8,106
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update all packages to the latest version\n yum:\n name: '*'\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
cmmani/Ansible
907d2feca9237080a25d0c874687fa0091caa2f6
0
roles/apache
8,106
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache /home/ansible/roles/apache\n- import_tasks: install.yml\n- import_tasks: configure.yml\n- import_tasks: service.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "path"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
FrodeHus/wsl-build
9f2ada9db394f2df74108118d04f603fe478315f
0
roles/dev
8,106
[ "no_license" ]
[ { "path": "roles/dev/defaults/main.yml", "content": "---\n# defaults file for dev\n# Go language SDK version number\ngolang_version: '1.21.0'\ngolang_redis_sha256sum: d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742\n\n# Architecture of the Go redistributable\ngolang_architecture: amd64\n\n\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5578, "all_permissive": false }
ansible_role
FrodeHus/wsl-build
9f2ada9db394f2df74108118d04f603fe478315f
0
roles/dotfiles
8,106
[ "no_license" ]
[ { "path": "roles/dotfiles/handlers/main.yml", "content": "---\n# handlers file for dotfiles\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/dotfiles/files/.tmux.conf", "content": "set -g mouse on\nunbind C-b\nset -g prefix C-a\n\nset ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2040, "all_permissive": false }
ansible_role
FrodeHus/wsl-build
9f2ada9db394f2df74108118d04f603fe478315f
0
roles/operations
8,106
[ "no_license" ]
[ { "path": "roles/operations/tasks/main.yml", "content": "---\n# tasks file for operations\n- ansible.builtin.import_tasks: azure-cli.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/operations/tasks/azure-cli.yml", "content": "---\n- n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1368, "all_permissive": false }
ansible_role
FrodeHus/wsl-build
9f2ada9db394f2df74108118d04f603fe478315f
0
roles/packages
8,106
[ "no_license" ]
[ { "path": "roles/packages/vars/main.yml", "content": "---\n# vars file for packages\nprerequisite_packages:\n - vim\n - xclip\n - curl\n - tmux\n - unzip\n - p7zip-full\n - jq\n - python3-dev\n - pipx\n - ntpdate\n - nfs-common\n - gpg\n - apt-transport-https\n - ca-certificates\n - curl\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1663, "all_permissive": false }
ansible_role
FrodeHus/wsl-build
9f2ada9db394f2df74108118d04f603fe478315f
0
roles/tools
8,106
[ "no_license" ]
[ { "path": "roles/tools/tasks/neovim.yml", "content": "---\n- name: \"Download and install NeoVim\"\n block:\n - name: \"Download latest NeoVim release\"\n get_url:\n url: \"https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz\"\n dest: \"/tmp/nvim-linux64.tar....
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4654, "all_permissive": false }
ansible_role
AppliNH/respondio-aws-architecture
842583f7ecedc24940ae8b6bf1f1c7acd1d06cbd
0
packer/ansible/roles/base-pkgs
8,106
[ "no_license" ]
[ { "path": "packer/ansible/roles/base-pkgs/tasks/main.yml", "content": "---\n- include_tasks: update-debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install essential dependencies\n ansible.builtin.package:\n name: \" {{ item }}\"\n state: present\n with_items: \"{{ base_pkgs }}\"\n", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 415, "all_permissive": false }
ansible_role
AppliNH/respondio-aws-architecture
842583f7ecedc24940ae8b6bf1f1c7acd1d06cbd
0
packer/ansible/roles/nginx
8,106
[ "no_license" ]
[ { "path": "packer/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Enable Nginx\n ansible.builtin.service:\n name: nginx\n enabled: true\n use: \"{{ service_bin }}\"\n\n- name: Transfer nginx con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 690, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/access
8,106
[ "no_license" ]
[ { "path": "roles/access/vars/main.yml", "content": "---\n# vars file for access", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/access/handlers/main.yml", "content": "---\n# handlers file for access", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 326, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/chrome
8,106
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n\n- name: Install Google Chrome\n yum:\n name: https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/dhcp
8,106
[ "no_license" ]
[ { "path": "roles/dhcp/tasks/main.yml", "content": "---\n\n- name: Install dhcp\n yum:\n name: dhcp\n state: installed\n\n- name: Start & Enable service\n service:\n name: dhcpd\n state: enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/dns
8,106
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n\n- name: Install bind\n yum:\n name: bind\n state: installed\n\n- name: Start and enable named\n service:\n name: named\n state: started\n enabled: true\n\n- \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": 169, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/docker
8,106
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install docker\n yum: \n name: docker\n state: installed\n\n- name: Start and enable docker\n service:\n name: docker\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/dropbox
8,106
[ "no_license" ]
[ { "path": "roles/dropbox/tasks/main.yml", "content": "---\n\n- name: Install Dropbox rpm\n yum:\n name: https://www.dropbox.com/download?dl=packages/fedora/nautilus-dropbox-2015.10.28-1.fedora.x86_64.rpm\n state: installed\n\n- name: Remove Dropbox repo file\n file:\n path: /etc/yum.repos.d/dropb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/firewall
8,106
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n\n- name: Install firewall python package\n yum:\n name: python-firewall\n state: installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/httpd
8,106
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n\n- name: Install httpd\n yum:\n name: httpd\n state: installed\n\n- name: Start and enable httpd\n service:\n name: httpd\n state: started\n enabled: true\n\n- name: Open firewall port for http\n firewalld:\n service: http\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/irc
8,106
[ "no_license" ]
[ { "path": "roles/irc/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - irc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/irc/defaults/main.yml", "content": "---\n# defaults file for irc", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 213, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/packer
8,106
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "---\n\n- name: Download packer zip file\n unarchive:\n src: https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes \n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 235, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/virtual_host
8,106
[ "no_license" ]
[ { "path": "roles/virtual_host/templates/default.xml.j2", "content": "<network>\n <name>{{ net_name }}</name>\n <forward mode='nat'>\n <nat>\n <port start='1024' end='65535'/>\n </nat>\n </forward>\n <bridge name='{{ net_bridge }}' stp='on' delay='0'/>\n <domain name='{{ net_domain }}'/>\n <...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1190, "all_permissive": false }
ansible_role
pharriso/laptop
8ce220e9ede73f296a9ac4a2d9a185eb00065ccb
0
roles/vpn
8,106
[ "no_license" ]
[ { "path": "roles/vpn/defaults/main.yml", "content": "---\n# defaults file for vpn", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/vpn/tasks/main.yml", "content": "---\n\n- name: Install VPN packages\n yum:\n name: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 191, "all_permissive": false }
ansible_role
tinoha/homelab
5fca674de73f0e95e99ed31847e609310f03c098
1
ansible/roles/common
8,106
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/users.yaml", "content": "---\n- name: \"Ensure user exists and ssh key is in ~/.ssh/authorized_keys ({{ user }})\"\n when:\n - user is defined\n - user | length > 1\n block:\n - name: \"Ensure the user exists: {{ user }}\"\n ansible.builtin.user:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2184, "all_permissive": false }
ansible_role
buduman/Final_Exam_Buduan
01f7b29863a5603b7f423e77b1c3d01f065dd714
0
roles/centos
8,106
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "---\n# Install Monitoring tool in CentOS\n- name: Install epel repo (prereq)\n yum:\n name: epel-release\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install nagios (centOS)\n yum:\n name: nagios\n state: latest\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
buduman/Final_Exam_Buduan
01f7b29863a5603b7f423e77b1c3d01f065dd714
0
roles/ubuntu
8,106
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "---\n# Install Monitoring Tool in Ubuntu\n- name: Install Nagios (Ubuntu)\n apt:\n name: nagios3-core\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: start nagios (Ubuntu)\n service:\n name: nagios3\n state: restarted\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": false }
ansible_role
aleksandr-oliferuk/389ds-multimaster-ssl
d1f38ffbc5291a3312606446a6b111cdc9857d6f
0
roles/389ds
8,106
[ "no_license" ]
[ { "path": "roles/389ds/tasks/start-web-ui.yml", "content": "# Start Web UI\n- name: Start Web UI\n systemd:\n name: cockpit\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/389ds/tasks/replication-s...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7315, "all_permissive": false }
ansible_role
Otus-DevOps-2022-02/alkolexx_infra
cf8aa47a747148d1509c924fda9668afc012e2bf
0
ansible/roles/db
8,106
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n - name: install pre apps\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n state: present\n update_cache: yes\n\n - name: add key\n apt_key:\n url: https://www.mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/InstallJenkins
8,106
[ "no_license" ]
[ { "path": "roles/InstallJenkins/tasks/jenkinsInstall.yml", "content": "---\n- name: Add Jenkins Repository Key\n apt_key:\n url: \"https://pkg.jenkins.io/debian/jenkins-ci.org.key\"\n state: present\n validate_certs: no\n become: yes\n\n- name: Add Jenkins Source List\n shell: echo deb http://pk...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1221, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/SetupJenkins
8,106
[ "no_license" ]
[ { "path": "roles/SetupJenkins/tasks/setup.yml", "content": "---\n- name: Turning off Jenkins setup wizard\n become: yes\n lineinfile:\n dest: /etc/default/jenkins\n regexp: 'JAVA_ARGS=\"-Djava.awt.headless=true\"'\n line: 'JAVA_ARGS=\"-Djava.awt.headless=true -Djenkins.install.runSetupWizard=fals...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2729, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/ansible-install
8,106
[ "no_license" ]
[ { "path": "roles/ansible-install/tasks/main.yml", "content": "---\n - name: Adding ansible repository files\n apt_repository: repo='ppa:ansible/ansible' state=present\n become: yes\n\n - name: Running apt-get update for ansible installation\n apt:\n update_cache: yes\n become: yes\n\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/bootstrap
8,106
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n#https://groups.google.com/forum/#!topic/ansible-project/DUKzTho3OCI\n#Solving the bootstrap issue of Python on Ubuntu 16.04 AWS EC2 instance\n - name: apt-get update\n raw: apt-get update -qq\n - name: Installing python 2.7 on Amazon EC2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/dependencies
8,106
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "---\n - name: Installing python-pip\n apt:\n name: python-pip\n state: latest\n update_cache: yes\n become: yes\n\n - name: Installing 'boto' and 'boto3' in order to use AWS EC2 Ansible module\n pip:\n name: \"{{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/ec2-instance
8,106
[ "no_license" ]
[ { "path": "roles/ec2-instance/tasks/main.yml", "content": "---\n #https://stackoverflow.com/questions/26422763/how-to-create-a-new-key-in-ansible-using-the-ec2-key-module\n\n #Create a new EC2 keypair for us-east-2 region\n - name: Create a new EC2 key pair for us-east-2 region\n ec2_key:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3964, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/iTrustSetupJenkins
8,106
[ "no_license" ]
[ { "path": "roles/iTrustSetupJenkins/tasks/main.yml", "content": "---\n # - name: Checking the status of the checkboxio build\n # shell: cat /var/lib/jenkins/jobs/checkboxBuildJob/lastSuccessful/log | grep SUCCESS\n # register: checkboxlog\n # become: yes\n\n # - debug:\n # var: checkboxlog....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/jenkinsJobBuilder
8,106
[ "no_license" ]
[ { "path": "roles/jenkinsJobBuilder/templates/jenkins_jobs.ini.j2", "content": "[job_builder]\nallow_duplicates = {{ jenkins_job_builder_config_job_builder_allow_duplicates }}\nkeep_descriptions = {{ jenkins_job_builder_config_job_builder_keep_descriptions }}\nignore_cache = {{ jenkins_job_builder_config_job...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5936, "all_permissive": false }
ansible_role
Divyapuja/JenkinsConfigurationAWSEC2
107bf1491b8a6675285a30d5a8701973e0209b2a
0
roles/post_build
8,106
[ "no_license" ]
[ { "path": "roles/post_build/tasks/buildcheck.yml", "content": "---\n- name: Checking the status of the checkbox.io build\n shell: cat /var/lib/jenkins/jobs/checkboxBuildJob/lastSuccessful/log | grep SUCCESS\n register: checkboxlog\n become: yes\n\n- debug:\n var: checkboxlog.stdout\n when: checkboxl...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1538, "all_permissive": false }
ansible_role
ChaitanyaKottha/roboshop-jenkins
ee403ebc8e02fa866d5a436b3b56686ed615d16f
0
roles/jenkins
8,106
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Create Folder\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item}}\"\n url: http://172.31.1.72:8080\n user: admin\n password: \"{{<PASSWORD>}}\"\n loop: \"{{ folders }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/backup
8,106
[ "no_license" ]
[ { "path": "roles/backup/templates/borgmatic.yml.j2", "content": "location:\n # List of source directories to backup. Globs are expanded.\n source_directories:\n{% for dir in backup.dirs %}\n - {{ dir }}\n{% endfor %}\n\n # Paths to local or remote repositories.\n repositories:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2093, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/certreload
8,106
[ "no_license" ]
[ { "path": "roles/certreload/tasks/main.yml", "content": "---\n# This is a hack because ansible can't trigger handlers if they don't\n# exist, so we can't have our 'certs' role unconditionally fire things\n# like \"reload nginx\" and \"reload postfix\" because those don't exist\n# in every deployment.\n# As ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/certs
8,106
[ "no_license" ]
[ { "path": "roles/certs/tasks/main.yml", "content": "---\n- name: remove default ubuntu key\n file:\n path: /etc/ssl/private/ssl-cert-snakeoil.key\n state: absent\n\n- name: create cert maint group\n group:\n name: certmaint\n gid: 1070\n state: present\n\n- name: create cert maint user\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4095, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/common
8,106
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\ngrub:\n extras: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/common/files/inputrc", "content": "# do not bell on tab-completion\n#set bell-style none\n\nset meta-flag...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 9568, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/disableFirewall
8,106
[ "no_license" ]
[ { "path": "roles/disableFirewall/tasks/main.yml", "content": "---\n# Our mail systems only listen to SMTP(S) and IMAP(S)\n# so we can disable all firewalls\n# This stops ufw, then uninstalls ufw and iptables (and ip6tables)\n- name: remove firewall\n apt:\n name: iptables\n state: absent\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/dovecot
8,106
[ "no_license" ]
[ { "path": "roles/dovecot/handlers/main.yml", "content": "---\n- name: restart dovecot\n service:\n name: dovecot\n state: restarted\n\n- name: reload dovecot\n service:\n name: dovecot\n state: reloaded\n\n# We intentionally don't have a \"creates:\" guard on the resieve handlers\n# because if...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5622, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/fail2ban
8,106
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n# dovecot is configured to respect the fail2ban deny decisions\n# A failed login is recorded as:\n# dovecot[<pid>]: imap-login: access(tcpwrap): Client refused (rip=<ip>)\n- name: install fail2ban\n apt:\n name: fail2ban\n state: latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/gpg
8,106
[ "no_license" ]
[ { "path": "roles/gpg/tasks/main.yml", "content": "---\n# gpg is required to verify keys of external apt repos\n- name: install gpg\n apt:\n pkg: gpg\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/network
8,106
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n#- name: plop netplan\n# copy:\n# src: \"{{ inventory_hostname }}.yaml\"\n# dest: \"/etc/netplan/20-customNetworking.yaml\"\n# register: netplanCopy\n#\n#- name: generate netplan\n# command: netplan generate\n# register: netplanGenerated\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/nginx
8,106
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: emerge, nginx with extra modules!\n apt:\n pkg: nginx-extras\n state: latest\n\n# Keep 32 logs\n- name: adjust nginx logrotate keep files\n lineinfile:\n state: present\n path: /etc/logrotate.d/nginx\n regexp: \"^(\\\\s+)rotat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4833, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/pip3
8,106
[ "no_license" ]
[ { "path": "roles/pip3/tasks/main.yml", "content": "---\n# pip3 because borgmatic is distributed through pip3, not apt/dpkg\n- name: install pip3\n apt:\n pkg: python3-pip\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/postfix
8,106
[ "no_license" ]
[ { "path": "roles/postfix/templates/postfix/main.cf.j2", "content": "# Modified from https://www.c0ffee.net/blog/mail-server-guide\n\nsmtpd_banner = $myhostname ESMTP dx Independence\n\n# \"2\" is current for postfix 3.2 configs\ncompatibility_level = 2\n\n# disable \"new mail\" notifications for local unix ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 9109, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/ramdisk
8,106
[ "no_license" ]
[ { "path": "roles/ramdisk/tasks/main.yml", "content": "- name: create ramdisk directory\n file:\n dest: /srv/ramdisk\n mode: 0755 # TODO: use acl module and bind this to system data user\n state: directory\n\n- name: mount ramdisk to /srv/ramdisk\n mount:\n path: /srv/ramdisk\n src: tmpfs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/rspamd
8,106
[ "no_license" ]
[ { "path": "roles/rspamd/handlers/main.yml", "content": "---\n- name: restart rspamd\n service:\n name: rspamd\n state: restarted\n\n- name: restart redis\n service:\n name: redis\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3276, "all_permissive": false }
ansible_role
mattsta/mailweb
de5f691e8ddf4dc3534f90c3e5ab4cd6bfd2c100
10
roles/sieve
8,106
[ "no_license" ]
[ { "path": "roles/sieve/tasks/main.yml", "content": "---\n- name: copy user sieves to user vmail homedirs\n copy:\n src: \"sieve/{{ item.username }}.sieve\"\n dest: \"/var/mail/vhosts/{{item.domain}}/{{item.user}}/sieve/\"\n mode: 0600\n owner: vmail\n group: vmail\n loop: \"{{ sieve.users }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/basics-n-examples-master/roles/sample
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/basics-n-examples-master/roles/sample/vars/main.yml", "content": "URL: google.com\nURL1: [\"google.com\", \"yahoo.com\"]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "Batch47/ansible/basics-n-examples-master/roles/sam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/cart
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/cart/vars/main.yml", "content": "APP_NAME: cart\nREDIS_HOST: redis-{{ENV}}.devopsb47.internal\nCATALOGUE_HOST: catalogue-{{ENV}}.devopsb47.internal\nALERT_SERVICE_NAME: cart", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 328, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/catalogue
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/catalogue/tasks/main.yml", "content": "- name: Include NodeJS Role to setup Catalogue Service\n include_role:\n name: nodejs-app\n vars:\n APPLICATION_NAME: catalogue\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 217, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/common
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/common/tasks/download-artifact-nexus.yml", "content": "- name: Download artifacts from Nexus\n get_url:\n url: \"http://172.31.57.236:8081/repository/{{APPLICATION_NAME}}-{{ENVIRONMENT}}/{{APPLICATION_NAME}}-{{APP_VERSION}}.tar.gz\"\n dest: \"/...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7185, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/dispatch
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/dispatch/defaults/main.yml", "content": "APP_USER: roboshop\nAPPLICATIN_NAME: \"dispatch\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "Batch47/ansible/roboshop-project-master/roles/dispat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 715, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/filebeat
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/filebeat/tasks/main.yml", "content": "- name: Install Filebeat\n yum:\n name: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.8.0-x86_64.rpm\n state: present\n\n- name: Update filebeat config\n template:\n src: filebeat.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1675, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/frontend
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/frontend/vars/main.yml", "content": "APP_NAME: frontend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "Batch47/ansible/roboshop-project-master/roles/frontend/meta/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1663, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/mongodb
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/mongodb/vars/main.yml", "content": "APP_NAME: mongodb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "Batch47/ansible/roboshop-project-master/roles/mongodb/tasks/main.yml", "content": "- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 903, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/mysql
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/mysql/tasks/install.yml", "content": "- name: Gather all the packages\n package_facts:\n manager: auto\n\n- name: Remove MariaDB-Libs\n yum:\n name: mariadb-libs\n state: absent\n\n- name: Download MySQL\n unarchive:\n src: \"{{MYSQL_DO...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2481, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/newrelic
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/newrelic/templates/catalogue-svc-proc-check.json.j2", "content": "{\n \"data\": {\n \"type\": \"infra_process_running\",\n \"name\": \"CATALOGUE_SERVICE_APP_DOWN_ALERT\",\n \"enabled\": true,\n \"where_clause\":\"(hostname LIKE '%{{ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5801, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/nodejs-app
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/nodejs-app/tasks/main.yml", "content": "- name: Install NodeJS\n include_role:\n name: common\n tasks_from: tool-nodejs\n\n- name: Setup Artifacts for {{APP_NAME}} Service\n include_role:\n name: common\n tasks_from: setup-artifacts\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/payment
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/payment/vars/main.yml", "content": "APP_NAME: payment\nRABBITMQ_HOST: rabbitmq-{{ENV}}.devopsb47.internal\nUSER_HOST: user-{{ENV}}.devopsb47.internal\nCART_HOST: cart-{{ENV}}.devopsb47.internal\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 847, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/rabbitmq
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/rabbitmq/tasks/main.yml", "content": "- name: Install Erlang\n yum:\n name: https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_64/esl-erlang_22.2.1-1~centos~7_amd64.rpm\n state: present\n\n- name: Setup YUM Repos for RabbitMQ\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/ratings
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/ratings/vars/main.yml", "content": "APP_NAME: ratings\nMYSQL_HOST: mysql-{{ENV}}.devopsb47.internal", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "Batch47/ansible/roboshop-project-master/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1356, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/redis
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/redis/vars/main.yml", "content": "APP_NAME: redis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "Batch47/ansible/roboshop-project-master/roles/redis/tasks/main.yml", "content": "- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/shipping
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/shipping/vars/main.yml", "content": "APP_NAME: shipping\nMYSQL_HOST: mysql-{{ENV}}.devopsb47.internal\nCART_HOST: \"cart-{{ENV}}.devopsb47.internal\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 664, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
Batch47/ansible/roboshop-project-master/roles/user
8,101
[ "no_license" ]
[ { "path": "Batch47/ansible/roboshop-project-master/roles/user/tasks/main.yml", "content": "- name: Include NodeJS Role to setup User Service\n include_role:\n name: nodejs-app\n vars:\n APPLICATION_NAME: user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 135, "all_permissive": false }
ansible_role
chinthirla/Ansible
d655788cfeaddec1158dec1f14289b6a93cd45ef
0
roles/project1
8,101
[ "no_license" ]
[ { "path": "roles/project1/handlers/main.yml", "content": "---\n# handlers file for project1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/project1/tasks/main.yml", "content": "---\n# tasks file for project1\n- name: install httpd\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 365, "all_permissive": false }
ansible_role
Leoalmeida95/projetos.devops
c49f8c06f8e2590ff3e9b2613610a47f38a6e60b
1
Vagrant/ambiente_dev/wordpress_com_ansible/roles/wordpress
8,101
[ "no_license" ]
[ { "path": "Vagrant/ambiente_dev/wordpress_com_ansible/roles/wordpress/tasks/main.yml", "content": "---\n- hosts: wordpress\n handlers:\n - name: restart apache\n service:\n name: apache2\n state: restarted\n become: yes\n\n tasks:\n - name: 'Instala pacotes de dependencia do ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2365, "all_permissive": false }
ansible_role
BalajiChavdi/sch-bng_baas_cred
976d41ee141e648138954372a275a323178b74f7
0
roles/workers
8,101
[ "no_license" ]
[ { "path": "roles/workers/tasks/permission.yml", "content": "- name: Push new /etc/master.passwd file\n template:\n src: templates/worker_base_passwd.j2\n dest: /etc/master.passwd\n backup: yes\n register: new_master_passwd\n tags: access\n\n- name: Copy over /etc/passwd\n copy:\n src: /etc/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3119, "all_permissive": false }
ansible_role
schoolofnetcom/pp-integracao-continua-jenkins
b2df6982f0ab78e25d1338aac350bbd58e2571c7
0
roles/laravel
8,101
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n# tasks file for laravel\n#\n\n- name: Ansible copy files remote to remote\n copy:\n src: /home/jenkins/workspace/pp-laravel-vm_develop\n dest: /var/www/html\n owner: www-data\n group: www-data\n remote_src: yes\n force: yes\n no...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1483, "all_permissive": false }
ansible_role
schoolofnetcom/pp-integracao-continua-jenkins
b2df6982f0ab78e25d1338aac350bbd58e2571c7
0
roles/monitoring
8,101
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n# tasks file for monitoring\n- name: Check that you can connect (GET) to a page and it returns a status 200\n uri:\n url: http://172.16.17.32/\n return_content: yes\n register: status\n failed_when: \"'Forum' not in status.content\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 268, "all_permissive": false }
ansible_role
schoolofnetcom/pp-integracao-continua-jenkins
b2df6982f0ab78e25d1338aac350bbd58e2571c7
0
roles/mysql
8,101
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n#\n- name: Instalando MySQL-Server\n apt:\n name: mysql-server\n state: present\n\n- name: Criando database de desenvolvimento\n mysql_db: name={{ mysql_db }} state=present\n\n- name: Criando usuario de desenvolvimento\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
schoolofnetcom/pp-integracao-continua-jenkins
b2df6982f0ab78e25d1338aac350bbd58e2571c7
0
roles/nginx
8,101
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n#\n- name: Instalando Nginx\n apt:\n name: nginx\n state: present\n\n- name: Copiando Vhost do Nginx\n template:\n src: nginx.j2\n dest: /etc/nginx/sites-available/default.conf\n\n- name: Removendo vhost default d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1137, "all_permissive": false }
ansible_role
schoolofnetcom/pp-integracao-continua-jenkins
b2df6982f0ab78e25d1338aac350bbd58e2571c7
0
roles/php
8,101
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n#\n- name: Instalando PHP e suas extensoes\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - php-fpm\n - php-mysql\n - php-gd \n - php-intl \n - php-mbstring \n - php-soap \n - php-xml \n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
schoolofnetcom/pp-integracao-continua-jenkins
b2df6982f0ab78e25d1338aac350bbd58e2571c7
0
roles/server
8,101
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n#\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Instalando pre-requisitos\n apt: \n name: \"{{ packages }}\"\n vars:\n packages:\n - python-mysqldb\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
tstone43/EffectiveDevOpsTerraform
9a2b1bd62ec78f8b8cdd27737bbf0246da449902
0
chapter5/roles/jenkins
8,101
[ "no_license" ]
[ { "path": "chapter5/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Install specific supported version of JAVA\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Add Jenkins repository\n shell: wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
tstone43/EffectiveDevOpsTerraform
9a2b1bd62ec78f8b8cdd27737bbf0246da449902
0
chapter5/roles/nodejs
8,101
[ "no_license" ]
[ { "path": "chapter5/roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for enabling epel and nodejs\n\n- name: Enabling EPEL\n shell: \"amazon-linux-extras install epel -y\"\n\n- name: Installing node and npm\n yum:\n name: \"{{ item }}\"\n enablerepo: epel\n state: installed\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/inventory
8,101
[ "permissive" ]
[ { "path": "app/roles/inventory/vars/main.yml", "content": "inventory_hosts:\n - name: tower\n grp: tower_grp\n - name: zabbix\n grp: zabbix_grp\n - name: app-0\n grp: app\n - name: app-1\n grp: app\n - name: app-2\n grp: app\n", "license_type": "permissive", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": true }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/mysql
8,101
[ "permissive" ]
[ { "path": "app/roles/mysql/tasks/main.yml", "content": "- name: ensure mysql is running\n yum:\n name: mariadb-server\n state: installed\n tags:\n - mysql\n\n- name: ensure mysql is running/enabled\n service:\n name: mariadb\n state: started\n enabled: yes\n tags:\n - mysql\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": true }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/tower
8,101
[ "permissive" ]
[ { "path": "app/roles/tower/templates/inventory.j2", "content": "[tower]\nlocalhost ansible_connection=local\n\n[database]\n\n[all:vars]\nadmin_password='{{ <PASSWORD> }}'\n\npg_host=''\npg_port=''\n\npg_database='awx'\npg_username='awx'\npg_password='{{ <PASSWORD> }}'\n\nrabbitmq_username=tower\nrabbitmq_pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3146, "all_permissive": true }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/tower-init
8,101
[ "permissive" ]
[ { "path": "app/roles/tower-init/files/fix_mysql.yml", "content": "---\n- name: fix mysql\n hosts: all\n become: yes\n\n tasks:\n - name: Find file system with mysql data\n shell: |\n df --output=target /var/lib/mysql | tail -n1\n async: 30\n poll: 5\n ignore_errors: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7204, "all_permissive": true }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/towercli
8,101
[ "permissive" ]
[ { "path": "app/roles/towercli/tasks/main.yml", "content": "- name: ensure epel install working directory exists\n file:\n path: \"/var/local/ansible/epel\"\n state: directory\n tags:\n - towercli\n - epel\n - filesystem\n\n- name: ensure the installer rpm exists\n get_url:\n url: \"http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1391, "all_permissive": true }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/zabbix
8,101
[ "permissive" ]
[ { "path": "app/roles/zabbix/tasks/main.yml", "content": "- name: ensure zabbix install working directory exists\n file:\n path: \"/var/local/ansible/zabbix\"\n state: directory\n tags:\n - zabbix\n - filesystem\n\n- name: ensure the installer rpm exists\n get_url:\n url: \"https://repo.zab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2956, "all_permissive": true }
ansible_role
rmkraus/demo-ansible-monitoring
ec84110560b10fc1ff869fe77c314ebc0d6e26ad
1
app/roles/zabbix-agent
8,101
[ "permissive" ]
[ { "path": "app/roles/zabbix-agent/handlers/main.yml", "content": "- name: restart agent\n service:\n name: zabbix-agent\n state: restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 77 }, { "path": "app/roles/zabbix-agent/defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1979, "all_permissive": true }
ansible_role
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/encrypted_volumes
8,101
[ "no_license" ]
[ { "path": "roles/encrypted_volumes/tasks/05_generate_systemd_mount_units.yml", "content": "---\n- name: Find temporary mount, swap and service files in /tmp/\n find:\n path: /tmp/\n patterns:\n - \"*.mount\"\n - \"*.swap\"\n - \"*.service\"\n recurse: no\n register: findrslt\n\n- n...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 10907, "all_permissive": false }
ansible_role
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/managed_users
8,101
[ "no_license" ]
[ { "path": "roles/managed_users/defaults/main.yml", "content": "---\nmanaged_users_group: sudo\nmanaged_users_can_sudo: true\nmanaged_users_can_sudo_nopasswd: false\nmanaged_users_sudo_commands: ALL\nmanaged_users_sudo_runas: ALL\nmanaged_users_home_base_dir: /home\nmanaged_users_default_shell: /bin/sh\nmana...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8531, "all_permissive": false }
ansible_role
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/postfix_simple_sender
8,101
[ "no_license" ]
[ { "path": "roles/postfix_simple_sender/tasks/main.yml", "content": "---\n- name: mailutils is installed\n apt:\n pkg: mailutils\n\n- name: Postfix's configuration files are installed\n template:\n src: \"{{ item.src | default(item.dest ~ '.j2') }}\"\n dest: \"/etc/postfix/{{ item.dest }}\"\n o...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3920, "all_permissive": false }
ansible_role
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/sshd_config
8,101
[ "no_license" ]
[ { "path": "roles/sshd_config/defaults/main.yml", "content": "---\nsshd_config:\n PermitRootLogin: \"no\"\n PasswordAuthentication: \"no\"\n ChallengeResponseAuthentication: \"no\"\n KerberosAuthentication: \"no\"\n GSSAPIAuthentication: \"no\"\n X11Forwarding: \"no\"\n MaxAuthTries: \"3\"\n KexAlgor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1545, "all_permissive": false }
ansible_role
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/sysctl
8,101
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n- name: Set sysctl parameters for all interfaces on IPv6 and IPv4\n sysctl:\n name: \"{{ item.1 }}.{{ item.0.key }}\"\n value: \"{{ item.0.value }}\"\n reload: true\n loop: \"{{ sysctl_dualstack_ip_config|dict2items|product(['net.ipv4.conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1412, "all_permissive": false }