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
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/elasticsearch
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/elasticsearch/handlers/main.yml", "content": "- name: Reload systemctl\n command: systemctl daemon-reload\n when: ansible_service_mgr == \"systemd\"\n- name: Restart elasticsearch service\n service: name=elasticsearch state=restarted enabled=yes\n when: ansible_service...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 954, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/fluentd
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/fluentd/templates/td-agent.conf.j2", "content": "<match *.**>\n type copy\n <store>\n type elasticsearch\n host localhost\n port 9200\n include_tag_key true\n tag_key @log_name\n logstash_format true\n flush_interval 10s\n </store>\n</match>", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/grafana
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/grafana/templates/grafana.ini.j2", "content": "[paths]\n[server]\n[database]\n[session]\n[dataproxy]\n[analytics]\n[security]\n[snapshots]\n[users]\n[auth]\n[auth.anonymous]\n[auth.github]\n[auth.google]\n[auth.generic_oauth]\n[auth.grafananet]\n[auth.proxy]\n[auth.basic]\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 905, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/influxdb
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/influxdb/handlers/main.yml", "content": "---\n- name: Reload systemctl\n command: systemctl daemon-reload\n when: ansible_service_mgr == \"systemd\"\n\n- name: Restart influxdb service\n service: name=influxdb state=restarted enabled=yes\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4194, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/kibana
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kibana/handlers/main.yml", "content": "- name: Reload systemctl\n command: systemctl daemon-reload\n when: ansible_service_mgr == \"systemd\"\n- name: Restart kibana service\n service: name=kibana state=restarted enabled=yes\n when: ansible_service_mgr == \"systemd\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 884, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/logstash
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/logstash/handlers/main.yml", "content": "---\n- name: Reload systemctl\n command: systemctl daemon-reload\n when: ansible_service_mgr == \"systemd\"\n- name: Restart logstash service\n service: name=logstash state=restarted enabled=yes\n when: ansible_service_mgr == \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/ntp
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ntp/tasks/main.yml", "content": "---\n\n- name: Install ntp service\n package:\n name: ntp\n state: present\n\n- name: Set ntp configuration\n copy:\n src: files/ntp.conf\n dest: /etc/ntp.conf\n notify:\n - Reload systemctl\n - Restart ntp service\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/virl
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/virl/tasks/main.yml", "content": "\n---\n- name: Set nova verbosity\n ini_file:\n dest: /etc/nova/nova.conf\n section: DEFAULT\n option: verbose\n value: True\n notify:\n - Restart nova-compute\n - Restart nova-scheduler\n - Restart nova-conductor\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1910, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
MPI/roles/run-script
7,720
[ "no_license" ]
[ { "path": "MPI/roles/run-script/tasks/main.yaml", "content": "- name: generate the hosts file\n lineinfile:\n dest: \"{{shared_foler}}/{{haverst_script_name}}/hosts\"\n line: \"{{ item }} slots=1\"\n insertafter: EOF\n create: yes\n owner: \"{{ mpi_user }}\"\n group: \"{{ mpi_user }}\" \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
NeCTAR/roles/common
7,720
[ "no_license" ]
[ { "path": "NeCTAR/roles/common/tasks/main.yaml", "content": "\n# Install dependencies on the host\n- name: Install pip\n become: yes\n apt: \n name: ['python-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n# sudo apt-get update: sudo apt-get install python-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
NeCTAR/roles/create-instance
7,720
[ "no_license" ]
[ { "path": "NeCTAR/roles/create-instance/tasks/main.yaml", "content": "\n# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.0.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n availability_z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
NeCTAR/roles/create-security-group
7,720
[ "no_license" ]
[ { "path": "NeCTAR/roles/create-security-group/tasks/main.yaml", "content": "\n# Create a security group\n- name: Create a security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ security_groups }}'\n\n- name: Create a list...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1558, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
NeCTAR/roles/write-IP-to-hosts
7,720
[ "no_license" ]
[ { "path": "NeCTAR/roles/write-IP-to-hosts/tasks/main.yaml", "content": "\n- name: remove the original hosts file if exists\n tags: \"IP\"\n become: yes\n file:\n path: '{{ hosts_path }}'\n state: absent\n\n- name: create the hosts file\n tags: 'IP'\n become: yes\n lineinfile:\n dest: '{{ host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/NFS-client
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/NFS-client/tasks/main.yaml", "content": "- name: install nfs server in master node\n tags: 'nfs-client'\n become: yes\n apt: \n name: nfs-common\n state: latest\n install_recommends: no\n\n- name: Checking folders\n tags: 'nfs-client'\n stat:\n path: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/NFS-server
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/NFS-server/tasks/main.yaml", "content": "- name: install nfs server in master node\n tags: 'nfs-server'\n become: yes\n apt: \n name: nfs-kernel-server\n state: latest\n install_recommends: no\n \n\n- name: Checking folders\n tags: 'nfs-server'\n stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/couchdb
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/couchdb/tasks/main.yaml", "content": "\n- name: create the file used for couchdb\n become: yes\n shell: mkdir -p /var/lib/docker/couchdb-data\n \n\n- name: test\n set_fact:\n current_ip: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address']}}\"\n \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2444, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/docker
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/docker/defaults/main.yaml", "content": "docker_compose: true\ndocker_machine: true\ndocker_compose_version: 1.22.0\ndocker_key_url: https://download.docker.com/linux/ubuntu/gpg\ndocker_version: 17.06.2~ce-0~ubuntu\ndocker_users:\n - \"{{ ansible_user }}\"", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1351, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/docker-common
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/docker-common/tasks/main.yaml", "content": "- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n\n#http_proxy=\"http://wwwproxy.unimelb.edu.au:8000\"\n#https_proxy=\"http://wwwproxy.unimelb.edu.au:8000\"\n#ftp_proxy=\"http://wwwproxy.unimelb.edu.au:80...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/docker-swarm
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/docker-swarm/tasks/main.yaml", "content": "- name: check the swarm status\n tags: 'swarm'\n become: yes\n shell: >\n docker info | egrep '^Swarm: ' | cut -d ' ' -f2\n register: swarm_status\n\n\n\n- name: leave the swarm if it is part of one swarm\n tags: 'swarm'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/manager
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/manager/tasks/main.yaml", "content": "- name: generate_ssh_key\n user:\n name: \"{{ mpi_user }}\"\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n\n- name: copy MPI user's public key to share \n copy:\n remote_src: yes\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/mpi-common
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/mpi-common/tasks/main.yaml", "content": "\n- name: Install openmpi \n tags: 'MPI'\n become: yes\n apt:\n name: [ 'openmpi-bin', 'openmpi-doc', 'openmpi-common']\n state: present\n\n- name: change the default version of python | step 1\n become: yes\n shell: upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1048, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/run-script
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/run-script/tasks/main.yaml", "content": "- name: generate the hosts file\n lineinfile:\n dest: \"{{shared_foler}}/{{haverst_script_name}}/hostfile\"\n line: \"{{ item }} slots=1\"\n insertafter: EOF\n create: yes\n owner: \"{{ mpi_user }}\"\n group: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/start-docker
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/start-docker/tasks/main.yaml", "content": "# This playbook contains common handlers that can be called in \"setup\" tasks.\n\n\n- name: create the directory\n become: yes\n shell: mkdir -p /etc/systemd/system/docker.service.d\n\n- name: Copy the systemd drop-in director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
IndexOutOfBound/NeTCAR
db096263076c78bb335019d0c656aab86f820130
0
docker+couchdb+mpi/roles/worker
7,720
[ "no_license" ]
[ { "path": "docker+couchdb+mpi/roles/worker/tasks/main.yaml", "content": "\n- name: Read Master's public key from NFS share\n slurp:\n src: \"{{ shared_master_public_key_file_path }}\"\n register: public_key\n\n- name: Ensure Master's public key is added as authorized key for connecting as MPI user\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/fzf
7,720
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yaml", "content": "- name: Clone fzf\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: ~/.fzf\n clone: yes\n register: fzf_clone\n\n- name: Check if fzf is installed\n command: ~/.fzf/bin/fzf --version\n failed_when: false\n changed_when: false\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/gertty
7,720
[ "no_license" ]
[ { "path": "roles/gertty/tasks/main.yaml", "content": "- name: Install gertty\n pip:\n name: gertty\n extra_args: '--user'\n\n- name: Check if gerrty is already configured\n stat:\n path: ~/.gertty.yaml\n register: gertty_yaml\n\n- name: Copy default opendev configuration\n copy:\n src: ~/.lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/git
7,720
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "- name: Ensure git is installed\n package:\n name: git\n become: yes\n\n- name: Configure git\n copy:\n src: gitconfig\n dest: ~/.gitconfig\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/git-review
7,720
[ "no_license" ]
[ { "path": "roles/git-review/tasks/main.yaml", "content": "- name: Install git-review\n pip:\n name: git-review\n extra_args: --user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/i3
7,720
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yaml", "content": "- name: Install i3 and dependencies\n package:\n name:\n - i3\n - i3status\n - dmenu\n - i3lock\n - xbacklight\n - feh\n - compton\n - mozilla-fira-mono-fonts.noarch\n - fontawesome-fonts.noarch\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1423, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/irssi
7,720
[ "no_license" ]
[ { "path": "roles/irssi/tasks/main.yaml", "content": "- name: Install irssi\n package:\n name: irssi\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/nvim
7,720
[ "no_license" ]
[ { "path": "roles/nvim/files/init.vim", "content": "set nomodeline\nset nocompatible \" be iMproved, required\n\n\" set the runtime path to include Vundle and initialize\nset rtp+=~/.vim/bundle/Vundle.vim\ncall vundle#begin()\n\" alternatively, pass a path where Vundle should install plugins\n\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2866, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/rg
7,720
[ "no_license" ]
[ { "path": "roles/rg/tasks/main.yaml", "content": "- name: Install ripgrep\n package:\n name:\n - ripgrep\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/update-packages
7,720
[ "no_license" ]
[ { "path": "roles/update-packages/tasks/main.yaml", "content": "- name: Include distro specific tasks\n include_tasks: \"{{ ansible_distribution }}.yaml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/update-packages/tasks/Fedora.yaml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 313, "all_permissive": false }
ansible_role
albinvass/dotfiles-setup
3af7ec29b4288cc88ec98d44066d92cdafcc2dd5
0
roles/zsh
7,720
[ "no_license" ]
[ { "path": "roles/zsh/files/zshrc", "content": "export ZSH=\"/home/avass/.oh-my-zsh\"\nZSH_THEME=\"robbyrussell\"\nplugins=(git)\nsource $ZSH/oh-my-zsh.sh\nsource ~/.oh-my-zsh/plugins/antigen/antigen.zsh\n\nantigen use oh-my-zsh\n\nantigen bundle git\nantigen bundle pip\nantigen bundle command-not-found\nant...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1465, "all_permissive": false }
ansible_role
BincyV/Bincy_Challenge
69324eef5fb21cacd2c9907f3b69b78bd480b743
0
ansible/roles/static_web_app
7,721
[ "no_license" ]
[ { "path": "ansible/roles/static_web_app/handlers/main.yml", "content": "- name: Restart Nginx\n listen: ssl certificate changed\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1946, "all_permissive": false }
ansible_role
Marquesledivan/aws-ansible-k8s
14d32f4df8c820744c581dd04515c77fb85f7819
0
k8s-install-playbook/roles/install_k8s
7,721
[ "no_license" ]
[ { "path": "k8s-install-playbook/roles/install_k8s/tasks/install.yml", "content": "- name: Download Docker\n get_url: \n url: https://get.docker.com\n dest: /tmp/installer.sh\n mode: 0755\n\n- name: Install Docker\n shell: /tmp/installer.sh\n\n- name: Add Apt signing key\n apt_key:\n url: http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
gesandovalr/hashicorp-vault-raft-iac
02a3ab88d6a3dddc9a2289b9fcf9058fa946ec75
1
Ansible/Playbooks/roles/certificate_authority
7,721
[ "no_license" ]
[ { "path": "Ansible/Playbooks/roles/certificate_authority/tasks/main.yml", "content": "---\r\n### Generate Key form certificate authority\r\n - name: Create private key for the certificate authority\r\n community.crypto.openssl_privatekey:\r\n size: 2048\r\n path: /opt/vault/tls/tls.key\r\n\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3721, "all_permissive": false }
ansible_role
gesandovalr/hashicorp-vault-raft-iac
02a3ab88d6a3dddc9a2289b9fcf9058fa946ec75
1
Ansible/Playbooks/roles/hosts_configuration
7,721
[ "no_license" ]
[ { "path": "Ansible/Playbooks/roles/hosts_configuration/tasks/main.yml", "content": "---\r\n - name: Add J2 template for host file\r\n template:\r\n src: templates/hosts.j2\r\n dest: \"/etc/hosts\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
gesandovalr/hashicorp-vault-raft-iac
02a3ab88d6a3dddc9a2289b9fcf9058fa946ec75
1
Ansible/Playbooks/roles/keepalived_install
7,721
[ "no_license" ]
[ { "path": "Ansible/Playbooks/roles/keepalived_install/tasks/main.yml", "content": "---\r\n - name: Install keepalived\r\n ansible.builtin.dnf:\r\n name: keepalived\r\n state: latest \r\n\r\n - name: create folder for check health Script\r\n ansible.builtin.file:\r\n path: /usr/libexe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1430, "all_permissive": false }
ansible_role
gesandovalr/hashicorp-vault-raft-iac
02a3ab88d6a3dddc9a2289b9fcf9058fa946ec75
1
Ansible/Playbooks/roles/prerequisites_install
7,721
[ "no_license" ]
[ { "path": "Ansible/Playbooks/roles/prerequisites_install/tasks/main.yml", "content": "---\r\n - name: pre-tasks update before deployment\r\n ansible.builtin.dnf:\r\n name: \"*\"\r\n state: latest\r\n security: true\r\n\r\n - name: install cargo from rhel REPO\r\n ansible.builtin.dnf:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2702, "all_permissive": false }
ansible_role
gesandovalr/hashicorp-vault-raft-iac
02a3ab88d6a3dddc9a2289b9fcf9058fa946ec75
1
Ansible/Playbooks/roles/vault_certificate_install
7,721
[ "no_license" ]
[ { "path": "Ansible/Playbooks/roles/vault_certificate_install/tasks/main.yml", "content": "---\n - name: Fetch the file from the kvnode01 and copy to ansible buffer\n run_once: true\n fetch: src=/opt/vault/tls/tls.key dest=buffer/ flat=yes\n when: inventory_hostname in var_group['node_01_fqdn']\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1679, "all_permissive": false }
ansible_role
gesandovalr/hashicorp-vault-raft-iac
02a3ab88d6a3dddc9a2289b9fcf9058fa946ec75
1
Ansible/Playbooks/roles/vault_install
7,721
[ "no_license" ]
[ { "path": "Ansible/Playbooks/roles/vault_install/vars/secrets.yml", "content": "## Feel free to use whatever software to encrypt your Azure Keyvault values\n#ansible-vault,Mozilla SOPS", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "Ansible/Playbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2463, "all_permissive": false }
ansible_role
ck1981/s20_bedrock
4722762a54b8c35bb9e9fcf0681ff2737c63df49
0
ansible/roles/nginx
7,721
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx PPA\n apt_repository: repo=\"ppa:nginx/stable\" update_cache=yes\n\n- name: Install Nginx\n apt: name=nginx state=present force=yes\n\n- name: Grab h5bp/server-configs-nginx\n git: repo=\"https://github.com/h5bp/server-con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1302, "all_permissive": false }
ansible_role
MarwanBenAbdelkader/my-app
15b7f0f9b98ad0e879d799002a96bb22665618a3
0
Ansible/roles/docker-registry
7,721
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Tag and push to docker hub\n docker_login:\n username: marwanab\n password: <PASSWORD>\n \n- name: Tag and push to docker hub\n docker_image:\n name: myapp:latest\n repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
xoxohailee/cdond-c3-projectstarter
331691bdcf95d6b862d10e69034e3d43f81e7d9c
0
.circleci/ansible/roles/configure-server
7,721
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"Save Enviroment Variables\"\n become: true\n copy:\n src: /root/project/backend/.env\n dest: /home/ubuntu/backend/\n\n- name: \"Update/upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
xoxohailee/cdond-c3-projectstarter
331691bdcf95d6b862d10e69034e3d43f81e7d9c
0
.circleci/ansible/roles/deploy
7,721
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"Copy Compiled Back-End Files to EC2\"\n become: true\n copy:\n src: /root/project/backend.tar\n dest: /home/ubuntu/\n\n- name: \"un tar\"\n become: true\n shell: |\n tar -xvf backend.tar\n\n- name: \"install node d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
alek-thunder/deploy_bitflow_collector
b033be72ec7b603f50c29075bd503440633ceb2b
0
roles/bitflow-collector
7,721
[ "no_license" ]
[ { "path": "roles/bitflow-collector/tasks/main.yml", "content": "\n- name: create collector directories on host\n file:\n path: \"{{ collector.path }}/data\"\n state: directory\n\n- name: write bitflow script template\n template:\n src: notify-controller.bf.j2\n dest: \"{{ collector.path }}/not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1571, "all_permissive": false }
ansible_role
attilaolah/arch
9d2d54a8b275f78f14f222a0b0c34c4d47d0546d
0
roles/bootstrap
7,721
[ "no_license" ]
[ { "path": "roles/bootstrap/README.md", "content": "# Bootstrap\n\nThis role will set up a vanilla Arch with a user and a home dir.\n\n## Requirements\n\nA fresh Arch Linux installation.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/boots...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1068, "all_permissive": false }
ansible_role
attilaolah/arch
9d2d54a8b275f78f14f222a0b0c34c4d47d0546d
0
roles/work
7,721
[ "no_license" ]
[ { "path": "roles/work/defaults/main.yml", "content": "---\n# defaults file for work\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/work/vars/main.yml", "content": "---\n# vars file for work\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1290, "all_permissive": false }
ansible_role
vtorgashev/ansible-bitrix
c9c7c4a935a0e3be597c5c12ff6539d3637ebd2c
0
roles/git
7,721
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install GIT\n become: true\n apt:\n name: git\n state: latest\n##\n- name: Copy gitignore\n template:\n src: templates/gitignore\n dest: \"{{app_work_dir}}/.gitignore\"\n tags:\n - git\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
vtorgashev/ansible-bitrix
c9c7c4a935a0e3be597c5c12ff6539d3637ebd2c
0
roles/memcached
7,721
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "---\n- name: Install Memcached\n become: true\n apt:\n name: memcached\n state: latest\n tags:\n - memcached\n notify: Restart Memcached", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
vtorgashev/ansible-bitrix
c9c7c4a935a0e3be597c5c12ff6539d3637ebd2c
0
roles/nginx
7,721
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "server {\n listen 80;\n server_name {{ server_name }};\n access_log off;\n error_log off;\n# rewrite ^ http://www.{{ server_name }}$request_uri? permanent;\n}\n\nserver {\n listen 80;\n server_name www.{{ server_name }};\n cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4653, "all_permissive": false }
ansible_role
vtorgashev/ansible-bitrix
c9c7c4a935a0e3be597c5c12ff6539d3637ebd2c
0
roles/percona
7,721
[ "no_license" ]
[ { "path": "roles/percona/tasks/main.yml", "content": "---\n# Installation tasks for Ubuntu\n# https://www.percona.com/doc/percona-server/5.7/installation/apt_repo.html\n# https://www.percona.com/doc/percona-server/8.0/installation/apt_repo.html\n\n- name: \"Check if percona-server is installed\"\n shell: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3779, "all_permissive": false }
ansible_role
vtorgashev/ansible-bitrix
c9c7c4a935a0e3be597c5c12ff6539d3637ebd2c
0
roles/php
7,721
[ "no_license" ]
[ { "path": "roles/php/templates/php.ini", "content": "[php]\nshort_open_tag = On\ndisplay_errors = On\nerror_log = \"/var/log/php/error.log\"\nerror_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\nextension=mcrypt\nlog_errors = On\ndisplay_startup_errors = On\ncgi.fix_pathinfo = 0\ndate.timezone =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4707, "all_permissive": false }
ansible_role
vtorgashev/ansible-bitrix
c9c7c4a935a0e3be597c5c12ff6539d3637ebd2c
0
roles/postfix
7,721
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n- name: Install Postfix\n become: true\n apt:\n name: postfix\n state: latest\n###\n- name: Update Postfix configuration\n become: true\n lineinfile:\n path: \"/etc/postfix/main.cf\"\n state: present\n regexp: \"^{{ item.name }} ?...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/asterisk-ha
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/asterisk-ha/tasks/main.yml", "content": "---\n- include: install_asterisk.yml\n tags: [asterisk]\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 55 }, { "path": "legacy/readonly/roles/asterisk-ha/tasks/ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 679, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/bigbluebutton
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/bigbluebutton/tasks/install_bigbluebutton.yml", "content": "---\n- apt_repository: repo='ppa:libreoffice/libreoffice-4-4'\n- apt_repository: repo='ppa:mc3man/trusty-media'\n\n- apt_key: url=http://ubuntu.bigbluebutton.org/bigbluebutton.asc state=present\n- apt_repository: re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1603, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/common-linux
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/common-linux/handlers/main.yml", "content": "---\n- name: Restart sshd\n action: service name=ssh state=restarted\n\n- name: Restart ntpd\n action: service name=ntp state=restarted\n\n- name: Restart postfix\n action: service name=postfix state=restarted\n\n- name: Reload...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5373, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/consul
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/consul/tasks/setup_firewall_for_consul.yml", "content": "- name: Get iptables rules\n command: /bin/cat /etc/rc.local\n register: iptablesrules\n always_run: yes\n- name: Add RPC iptable rule\n lineinfile:\n dest=/etc/rc.local\n line=\"iptables -A INPUT -p tcp --dp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/icecast
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/icecast/meta/main.yml", "content": "---\ndependencies:\n - { role: iptables-rules, iptables_input_accept_rules: [{name: icecast-8000, protocol: tcp, port: 8000},{name: icecast-8001, protocol: tcp, port: 8001},{name: icecast-80, protocol: tcp, port: 80}]}\n", "license_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2428, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/iptables-rules
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/iptables-rules/tasks/main.yml", "content": "---\n- name: List iptables rules being added\n debug: var=iptables_input_accept_rules\n\n- name: Get iptables rules\n command: /bin/cat /etc/rc.local\n register: iptablesrules\n always_run: yes\n\n- name: Add iptable rule\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/linux-users
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/linux-users/tasks/ensure_aptitude.yml", "content": "---\n# Ensure aptitude is installed so the rest of ansible's commands can run\n\n- name: Ensure aptitude is installed\n raw: apt-get install aptitude -y\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1455, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/mikrotik-sector-routers
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/mikrotik-sector-routers/tasks/main.yml", "content": "---\n- name: Create template for common changes\n local_action: template src=sector.j2 dest=/tmp/sector.rsc backup=no\n tags: \n - generate\n - sector\n\n- name: Copy common changes script to router\n local_action...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1183, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/ntpd
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/ntpd/handlers/handlers.yml", "content": "---\n- name: Restart ntpd\n action: service name=ntpd state=restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 69 }, { "path": "legacy/readonly/roles/ntpd/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1135, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/quagga
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/quagga/templates/ospfd.j2", "content": "{% set host_ip = lookup('dig', inventory_hostname, wantlist=True)[0] %}\n{% set host_ip_network = [host_ip, ether_netmask] | join(\"\") | ipaddr('network') %}\npassword {{ ospf_password }}\nenable password {{ ospf_password }}\nlog file...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1806, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/rabbitmq
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/rabbitmq/tasks/install.yml", "content": "---\n - get_url: url=\"http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb\" dest=/tmp/erlang-solutions_1.0_all.deb\n - apt: deb=/tmp/erlang-solutions_1.0_all.deb\n - apt: name=erlang-nox=1:18.2 state=present update_c...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1235, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/routeros
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/routeros/templates/reboot.j2", "content": "/system reboot\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 15 }, { "path": "legacy/readonly/roles/routeros/templates/cap.j2", "content": "/interface wirele...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10952, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/routeros-ptp
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/routeros-ptp/tasks/configure_ptp.yml", "content": "---\n- name: Create temp file\n local_action: shell mktemp\n register: mktemp\n\n- name: Discover wireless capabilities\n local_action: command ssh -p {{ mikrotik_port }} {{ mikrotik_user }}@{{ mikrotik_host }} \"/interfa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6305, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/routeros-sector
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/routeros-sector/templates/sector.j2", "content": "{% set site = inventory_hostname.split(\".\")[1] %}\n{% set sector = inventory_hostname.split(\".\")[0] %}\n{% set wlan1_ip = lookup('dig', 'wlan1.' + inventory_hostname + './A', wantlist=True)[0] %}\n{% set ether1_ip = looku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6858, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/routeros-site-router
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/routeros-site-router/tasks/configure_site_router.yml", "content": "---\n- set_fact:\n ether1_ip: \"{{ lookup('dig', 'ether1.' + inventory_hostname + './A', wantlist=True)[0] }}\"\n\n- name: Create temp directory\n local_action: shell mktemp\n register: mktemp\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1830, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/sensu
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/sensu/templates/transport.json.j2", "content": "{\n \"transport\": {\n \"name\": \"rabbitmq\",\n \"reconnect_on_error\": true\n }\n}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 }, { "path": "...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 10078, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/sensu-prereqs
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/sensu-prereqs/tasks/main.yml", "content": "- name: Install Sensu Plugins Prerequisites\n apt: pkg={{item}} state=installed\n with_items:\n - ruby-dev\n - build-essential\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/shinysdr
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/shinysdr/tasks/install_shinysdr.yml", "content": "- name: Add gqrx ppa\n apt_repository: repo={{item}} state=present\n with_items:\n - 'ppa:bladerf/bladerf'\n - 'ppa:ettusresearch/uhd'\n - 'ppa:myriadrf/drivers'\n - 'ppa:myriadrf/gnuradio'\n - 'ppa:gqrx/gqrx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6222, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/readonly/roles/ubnt-nvr
7,721
[ "permissive" ]
[ { "path": "legacy/readonly/roles/ubnt-nvr/templates/unifi-video.j2", "content": "deb [arch=amd64] http://www.ubnt.com/downloads/unifi-video/apt trusty ubiquiti\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 79 }, { "path": "legacy/readonl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2003, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/review/roles/clustering
7,721
[ "permissive" ]
[ { "path": "legacy/review/roles/clustering/handlers/handlers.yml", "content": "---\n- name: Restart corosync\n action: service name=corosync state=restarted\n\n- name: Restart pacemaker\n action: service name=pacemaker state=restarted\n", "license_type": "permissive", "detected_licenses": [ "...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2519, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/review/roles/common-linux
7,721
[ "permissive" ]
[ { "path": "legacy/review/roles/common-linux/templates/postfix_aliases.j2", "content": "postmaster:\troot\nroot:\t\t{{ NETOPS_EMAIL }}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "legacy/review/roles/common-linux/tasks/m...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3160, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/review/roles/letsencrypt
7,721
[ "permissive" ]
[ { "path": "legacy/review/roles/letsencrypt/templates/cli.ini.j2", "content": "domains = {{ letsencrypt_domains|join(',') }}\ntext = True\nauthenticator = standalone\nemail = {{ NETOPS_EMAIL }}\nagree-tos = True\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2283, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/review/roles/portal
7,721
[ "permissive" ]
[ { "path": "legacy/review/roles/portal/tasks/setup_portal.yml", "content": "- name: Install powerdns\n apt: pkg={{item}} state=installed\n with_items:\n - nginx\n - python-pip\n - python-virtualenv\n - python-dev\n - git-core\n - libpq-dev\n - postgresql\n - postfix\n\n- name: Insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8536, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/review/roles/routeros
7,721
[ "permissive" ]
[ { "path": "legacy/review/roles/routeros/tasks/main.yml", "content": "---\n- include: query.yml\n tags: [query]\n\n- include: upgrade_ros.yml\n tags: [upgrade_ros]\n when: upgrade_ros == true\n\n- include: import_script.yml item=users\n when: routeros_setup_users == true\n\n# - include: import_script.yml...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6628, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
legacy/review/roles/unbound
7,721
[ "permissive" ]
[ { "path": "legacy/review/roles/unbound/tasks/setup_unbound.yml", "content": "- name: Install unbound\n apt: pkg={{item}} state=installed\n with_items:\n - unbound\n- name: Stop unbound\n command: \"service unbound stop\"\n\n- name: Disable unbound in rc.d since we'll manage it starting/stopping via th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1386, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
roles/routeros_common
7,721
[ "permissive" ]
[ { "path": "roles/routeros_common/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n tasks:\n - name: \"Include molecule organization vars (users)\"\n ansible.builtin.include_vars: molecule_vars.yml\n\n - name: \"Include group vars for os_rout...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 27209, "all_permissive": true }
ansible_role
HamWAN/infrastructure-configs
960a9e799f17ebb47a5edd0615e203a5e3a86ebc
11
roles/users
7,721
[ "permissive" ]
[ { "path": "roles/users/templates/sudoers.j2", "content": "%{{ group_admin }} ALL=(ALL) NOPASSWD:ALL\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 42 }, { "path": "roles/users/molecule/default/molecule.yml", "content": "---\ndependenc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 18486, "all_permissive": true }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module08/ansible/roles/nginx
7,721
[ "no_license" ]
[ { "path": "module08/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n become: yes\n package:\n name: nginx\n state: present\n- name: move nginx.conf\n become: yes\n template:\n src: ../templates/nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n- name: Enable service n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module08/ansible/roles/todoapp
7,721
[ "no_license" ]
[ { "path": "module08/ansible/roles/todoapp/tasks/main.yml", "content": "---\n - include_role:\n name: npm\n - name: restart and enable mongodb service\n become: yes\n systemd:\n name: mongod\n state: restarted\n enabled: yes \n - name: just force systemd to reread configs\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1045, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module09/roles/aws
7,721
[ "no_license" ]
[ { "path": "module09/roles/aws/tasks/ec2.yml", "content": "---\n - name: Launch instance\n ec2:\n key_name: \"{{ keypair }}\"\n group: [\"{{ vpc_prefix }}_SecGroup\"]\n instance_type: \"{{ instance_type }}\"\n image: \"ami-01ed306a12b7d1c96\"\n wait: true\n insta...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3086, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/aws
7,721
[ "no_license" ]
[ { "path": "module10/roles/aws/tasks/ec2.yml", "content": "---\n - name: Launch instance\n ec2:\n key_name: \"{{ keypair }}\"\n group: [\"{{ vpc_prefix }}_SecGroup\"]\n instance_type: \"{{ instance_type }}\"\n image: \"ami-01ed306a12b7d1c96\"\n wait: true\n insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1144, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/checkinfo
7,721
[ "no_license" ]
[ { "path": "module10/roles/checkinfo/defaults/main.yml", "content": "---\n vpc_prefix: 'ACIT4640'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "module10/roles/checkinfo/tasks/main.yml", "content": "---\n- ec2_instance_facts:\n region: 'us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/checkstatus
7,721
[ "no_license" ]
[ { "path": "module10/roles/checkstatus/tasks/main.yml", "content": "---\n- name: collect facts about system services\n service_facts:\n register: services_state\n- name: Show the status of MongoDB\n debug:\n msg: '{{services_state.ansible_facts.services[\"mongod.service\"]}}'\n- name: Show the status o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/cleanup
7,721
[ "no_license" ]
[ { "path": "module10/roles/cleanup/tasks/main.yml", "content": "---\n- ec2_instance_facts:\n region: \"{{aws_region}}\"\n filters:\n \"tag:Name\": \"{{ vpc_prefix }}_APP\"\n instance-state-name: \"running\"\n register: ec2\n\n- ec2_group_facts:\n region: \"{{aws_region}}\"\n filters:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1920, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/git
7,721
[ "no_license" ]
[ { "path": "module10/roles/git/tasks/main.yml", "content": "---\n - name: Install git\n become: yes\n package:\n name: git\n state: present\n - name: Add the user 'todoapp'\n become: yes\n user:\n name: todoapp\n create_home: yes\n - name: ansible create directory home/todoapp/app\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/mongo_server
7,721
[ "no_license" ]
[ { "path": "module10/roles/mongo_server/tasks/main.yml", "content": "---\n - name: Install mongodb server\n become: yes\n package:\n name: mongodb-server\n state: present\n - name: move database.conf\n become: yes\n template:\n src: ../templates/database.j2\n dest: /home/todoapp/app/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/nginx
7,721
[ "no_license" ]
[ { "path": "module10/roles/nginx/defaults/main.yml", "content": "---\n root_dir: '/home/todoapp/app/public'\n http_port: 8080\n nignx_hostname: 'localhost'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "module10/roles/nginx/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/no_selinux
7,721
[ "no_license" ]
[ { "path": "module10/roles/no_selinux/tasks/main.yml", "content": "---\r\n - name: disabling selinux\r\n become: yes\r\n command: setenforce 0\r\n - name: Disable SELinux\r\n become: yes\r\n selinux:\r\n state: disabled", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/npm
7,721
[ "no_license" ]
[ { "path": "module10/roles/npm/tasks/main.yml", "content": "---\r\n - name: Install packages\r\n npm:\r\n path: /home/todoapp/app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
aiibaby/acit_4640
f3e0b441175a499eebcf76c3cd63becce27d308b
0
module10/roles/todoapp
7,721
[ "no_license" ]
[ { "path": "module10/roles/todoapp/tasks/main.yml", "content": "---\n - include_role:\n name: npm\n - name: restart and enable mongodb service\n become: yes\n systemd:\n name: mongod\n state: restarted\n enabled: yes \n - name: just force systemd to reread configs\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
pohsien324/twgcb-practice
dbd77988b7bcae922111ef48f36b19469287a52d
0
roles/twgcb
7,721
[ "no_license" ]
[ { "path": "roles/twgcb/tasks/main.yml", "content": "---\n\n- name: Detect the environment\n import_tasks: detect.yml\n when: op_mode == 'detect' and (twgcb_include_rules| length) > 0\n\n- name: Remedy the environment\n import_tasks: fix.yml\n when: op_mode == 'fix' and (twgcb_include_rules| length) > 0"...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5391, "all_permissive": false }
ansible_role
Fontaineconsult/UCDOEND_Capstone
463902df485a0a056258ac635a9b5664f7da874f
0
ansible/roles/configure-ecr-repos
7,721
[ "no_license" ]
[ { "path": "ansible/roles/configure-ecr-repos/files/repos.yml", "content": "\nDescription: >\n Repos\nParameters:\n ID:\n Description: Unique identifier.\n Type: String\n Default: vjlkjselkme33tjlws\n\nResources:\n GreenRepo:\n Type: AWS::ECR::Repository\n Properties:\n RepositoryName:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
Fontaineconsult/UCDOEND_Capstone
463902df485a0a056258ac635a9b5664f7da874f
0
ansible/roles/deploy-eksctl-cluster
7,721
[ "no_license" ]
[ { "path": "ansible/roles/deploy-eksctl-cluster/tasks/main.yml", "content": "---\n\n- name: \"Deploy EKS Cluster\"\n hosts: web\n user: jenkins\n gather_facts: true\n\n tasks:\n\n - name: \"Create Cluster\"\n shell: |\n eksctl create cluster --name capstone-cluster --version <1.18>\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 986, "all_permissive": false }
ansible_role
stefanbutura/drupal-infrastructure-install
b297eb18fb63ae8af772e18fca2f6a549d422920
0
roles/eaudeweb.drupal_files
7,721
[ "no_license" ]
[ { "path": "roles/eaudeweb.drupal_files/README.md", "content": "# Ansible Role: Nginx\n\nExtends geerlingguy.nginx role.\n\nShould be used after the geerlingguy.certbot role to make sure certificates are generated.\n\n## Requirements\n\n- geerlingguy.nginx Role\n\n## Role Variables\n\nSee geerlingguy.nginx\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1669, "all_permissive": false }
ansible_role
stefanbutura/drupal-infrastructure-install
b297eb18fb63ae8af772e18fca2f6a549d422920
0
roles/eaudeweb.nginx_snippets
7,721
[ "no_license" ]
[ { "path": "roles/eaudeweb.nginx_snippets/tasks/main.yml", "content": "---\n- name: Create config directory structure\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n # Read-only, local modifications should not be allowed\n mode: \"0550\"\n group: \"nginx\"\n with_items:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1661, "all_permissive": false }