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
jankubierecki/ADSK
e45c1693b1d0937d3aeced06a5ead5edb15e88f8
0
roles/influx
86
[ "no_license" ]
[ { "path": "roles/influx/tasks/main.yml", "content": "---\n\n- name: install influx\n yum:\n name: \"{{ influxdb }}\"\n state: present\n\n- name: restart influx\n service: \n name: influxdb\n state: started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
jankubierecki/ADSK
e45c1693b1d0937d3aeced06a5ead5edb15e88f8
0
roles/letsencrypt
86
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "---\n- name: install certbot\n yum:\n name: python2-certbot-nginx\n state: present\n\n- name: kill certbot and letsencrypt instances\n shell: find / -type f -name \".certbot.lock\" -exec rm {} \\;\n\n- name: configure certbot\n shell: \"cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
jankubierecki/ADSK
e45c1693b1d0937d3aeced06a5ead5edb15e88f8
0
roles/nginx
86
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: add epel repo\n yum:\n name: \"{{ epel }}\"\n state: present\n\n- name: install nginx\n yum:\n name: nginx\n state: latest\n\n- name: start nginx\n service:\n name: nginx\n state: started\n\n- name: set nginx load balanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
jankubierecki/ADSK
e45c1693b1d0937d3aeced06a5ead5edb15e88f8
0
roles/telegraf
86
[ "no_license" ]
[ { "path": "roles/telegraf/tasks/main.yml", "content": "---\n\n- name: install telegraf\n yum:\n name: \"{{ telegraf_src }}\"\n state: present\n\n- name: copy telefraf conf\n template:\n src: telegraf.conf\n dest: /etc/telegraf/telegraf.conf\n\n- name: restart telegraf\n service:\n name: te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
Eshenawy/UdataPepole
4411c66186bb4a51f1c0bf571c5c898b7809c827
0
.circleci/ansible/roles/configure-alertmanager
86
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-alertmanager/files/alertmanager.yml", "content": "global:\n resolve_timeout: 5m\n\nroute:\n group_by: ['alertname']\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 10s\n receiver: 'email'\nreceivers:\n- name: 'email'\n email_configs:\n - to: '<...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1372, "all_permissive": false }
ansible_role
Eshenawy/UdataPepole
4411c66186bb4a51f1c0bf571c5c898b7809c827
0
.circleci/ansible/roles/configure-prometheus
86
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-prometheus/files/rule.yml", "content": "groups:\n- name: Machine Down rule\n rules:\n - alert: InstanceDown\n expr: up == 0\n for: 5m\n labels:\n severity: 'critical'\n annotations:\n summary: \"Instance is down now\"\n description: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1652, "all_permissive": false }
ansible_role
Eshenawy/UdataPepole
4411c66186bb4a51f1c0bf571c5c898b7809c827
0
.circleci/ansible/roles/configure-server
86
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: Update and upgrade apt packages\n become: true\n apt:\n # upgrade: yes #no need to upgrade the existing system packages to reduce the build time\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
Eshenawy/UdataPepole
4411c66186bb4a51f1c0bf571c5c898b7809c827
0
.circleci/ansible/roles/deploy
86
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"get artifact\"\n copy: \n src: ~/project/artifact.tar.gz\n dest: /home/ubuntu/artifact.tar.gz\n\n- name: extract backend files\n become: true\n shell: |\n cd /home/ubuntu\n tar xzf artifact.tar.gz -C .\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
uta8a/dotfiles-archived
f948e902a01e453be1c4bc3b72f9e0053637ca5a
0
roles/cfg
86
[ "no_license" ]
[ { "path": "roles/cfg/README.md", "content": "# cfg\n- setup時の細かいconfig\n- files, tasks, tests, varsのみの構成にする\n\n# 分からない\n- molecule.ymlでdocker driverなのでsudoを入れたいが、どうもsudoなしdocker使えるようにしておかないと動かなさそう(sudoを指定する場所が見当たらない)→sudoなしdockerは嫌なので、moleculeのdocker driverはおいておく。(vagrantで動かせばいいのかな)\n- moleculeめっちゃ筋悪い気がする。D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1898, "all_permissive": false }
ansible_role
uta8a/dotfiles-archived
f948e902a01e453be1c4bc3b72f9e0053637ca5a
0
roles/neovim
86
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Install pre requirements\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - gnupg-agent\n - software-properties-common\n become: yes\n- name: Add repository for nvim \n apt_repository:\n repo: ppa:neovim-ppa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 879, "all_permissive": false }
ansible_role
uta8a/dotfiles-archived
f948e902a01e453be1c4bc3b72f9e0053637ca5a
0
roles/procon
86
[ "permissive" ]
[ { "path": "roles/procon/vars/main.yml", "content": "---\n# vars file for cfg", "license_type": "permissive", "detected_licenses": [ "MIT" ], "size_bytes": 23 }, { "path": "roles/procon/tasks/main.yml", "content": "- name: Install pkgs via apt\n apt:\n pkg:\n - vim\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 426, "all_permissive": true }
ansible_role
uta8a/dotfiles-archived
f948e902a01e453be1c4bc3b72f9e0053637ca5a
0
roles/swift
86
[ "no_license" ]
[ { "path": "roles/swift/tests/goss.yaml", "content": "command:\n version:\n exit-status: 0\n exec: \"swift --version\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/swift/tasks/main.yml", "content": "- name: Install packages via...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1230, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/acpid
86
[ "no_license" ]
[ { "path": "roles/acpid/tasks/wifi_toggle.yml", "content": "---\n# Based on https://wiki.archlinux.org/index.php/acpid#Enabling_Wi-Fi_toggle\n- name: Set ACPID wlan toggle handler\n copy: src=handlers/wlan dest=/etc/acpi/handlers/wlan mode=744\n become: yes\n become_user: root\n become_method: sudo\n re...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1647, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/awesomewm
86
[ "no_license" ]
[ { "path": "roles/awesomewm/tasks/assault.yml", "content": "---\n- name: Get Assault from git\n git: repo=https://github.com/NuckChorris/assault.git dest=/opt/pandorasbox/assault\n- name: Link assault to awesome config folder\n file: src=/opt/pandorasbox/assault/awesomewm/assault.lua dest=~/.config/awesome...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 25286, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/common
86
[ "no_license" ]
[ { "path": "roles/common/tasks/yay.yml", "content": "---\n- file: dest=/tmp/yay state=directory\n- name: Download yay-bin PKGBUILG\n get_url: url=https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=yay-bin dest=/tmp/yay/PKGBUILD\n- name: Install git\n pacman: name=git state=present\n become: yes\n be...
{ "task_files": 17, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 10172, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/gaming
86
[ "no_license" ]
[ { "path": "roles/gaming/tasks/main.yml", "content": "---\n- name: Install Steam package\n pacman: name=steam state=present\n become: yes\n become_user: root\n become_method: sudo\n- name: Install Steam runtime dependencies package\n pacman: name=steam-native-runtime state=present\n become: yes\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/grub
86
[ "no_license" ]
[ { "path": "roles/grub/tasks/main.yml", "content": "---\n- name: Set GRUB_CMDLINE_LINUX_DEFAULT\n replace:\n path: /etc/default/grub\n regexp: 'GRUB_CMDLINE_LINUX_DEFAULT=.*'\n replace: \"GRUB_CMDLINE_LINUX_DEFAULT=\\\"{{ GRUB_CMDLINE_LINUX_DEFAULT }}\\\"\"\n when: GRUB_CMDLINE_LINUX_DEFAULT is de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/intel-graphics
86
[ "no_license" ]
[ { "path": "roles/intel-graphics/tasks/main.yml", "content": "---\n- name: Install xf86-video-intel\n pacman: name=xf86-video-intel state=present\n become: yes\n become_user: root\n become_method: sudo\n- name: Install mesa\n pacman: name=mesa state=present\n become: yes\n become_user: root\n become_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/intel-ucode
86
[ "no_license" ]
[ { "path": "roles/intel-ucode/tasks/main.yml", "content": "---\n- name: Install microcode package\n pacman: name=intel-ucode state=present\n become: yes\n become_user: root\n become_method: sudo\n register: installed_intel_ucode\n- name: Backup GRUB configuration\n copy: remote_src=True src=/boot/grub/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/laptop-mode-tools
86
[ "no_license" ]
[ { "path": "roles/laptop-mode-tools/tasks/configure.yml", "content": "---\n- block:\n - copy: src=wireless-ipw-power.conf dest=/etc/laptop-mode/conf.d/wireless-ipw-power.conf\n - copy: src=wireless-iwl-power.conf dest=/etc/laptop-mode/conf.d/wireless-iwl-power.conf\n - copy: src=wireless-power.conf dest=/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4058, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/lightdm
86
[ "no_license" ]
[ { "path": "roles/lightdm/tasks/main.yml", "content": "---\n- name: Install lightdm package\n pacman: name=lightdm state=present\n become: yes\n become_user: root\n become_method: sudo\n- name: Install lightdm GTK greeter package\n pacman: name=lightdm-gtk-greeter state=present\n become: yes\n become_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/neovim
86
[ "no_license" ]
[ { "path": "roles/neovim/tasks/configure.yml", "content": "---\n- name: Create neovim configurations directory\n file: dest=~/.config/nvim state=directory\n- name: Set neovim's configuration file\n template: src=init.vim/main.j2 dest=~/.config/nvim/init.vim\n", "license_type": "no_license", "detect...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 17150, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/nvidia
86
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/main.yml", "content": "---\n- name: Install nvidia GPU driver package\n pacman: name=nvidia state=present\n become: yes\n become_user: root\n become_method: sudo\n when: not nvidia_legacy\n- name: Install legacy nvidia GPU driver package\n yay: name=nvidia-390xx-dkms stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1018, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/ssh
86
[ "no_license" ]
[ { "path": "roles/ssh/tasks/set_key.yml", "content": "---\n- name: Create SSH configurations folder\n file: path=~/.ssh state=directory\n- name: Load SSH key\n include_vars: private_key.yml\n no_log: true\n- name: Create SSH key files\n copy:\n dest=\"{{ item.key }}\"\n content=\"{{ item.value.cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 674, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/temperature
86
[ "no_license" ]
[ { "path": "roles/temperature/tasks/main.yml", "content": "---\n- name: Install lm_sensors package\n pacman: name=lm_sensors state=present\n become: yes\n become_user: root\n become_method: sudo\n- name: Configure lm_sensors (detect the chips)\n command: sensors-detect --auto\n args:\n creates: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/ufw
86
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Install ufw\n include_tasks: install.yml\n- name: Configure ufw\n include_tasks: configure.yml\n- name: Block all traffic\n include_tasks: close.yml\n- name: Set incoming traffic exceptions\n include_tasks: incoming_allowed.yml\n- name: Enab...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1183, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/workspace
86
[ "no_license" ]
[ { "path": "roles/workspace/tasks/python-virtualenv/main.yml", "content": "---\n- name: Install python virtualenv packages\n include_tasks: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/workspace/tasks/rvm/main.yml", "cont...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8203, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/xorg
86
[ "no_license" ]
[ { "path": "roles/xorg/tasks/main.yml", "content": "---\n- name: Install xorg-server package\n pacman: name=xorg-server state=present\n become: yes\n become_user: root\n become_method: sudo\n- name: Install libinput\n pacman: name=xf86-input-libinput state=present\n become: yes\n become_user: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
rafamanzo/pcsetup
bb6d0b9005f20fa61866b9d181d1ebdd7539ccbc
3
roles/zsh
86
[ "no_license" ]
[ { "path": "roles/zsh/files/.zshrc", "content": "# Created by newuser for 5.2\n\nsource /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh\nsource /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh\nsource /usr/bin/virtualenvwrapper.sh\nsource /usr/share/nvm/init-nvm.s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1881, "all_permissive": false }
ansible_role
duyifei1999/COMP90024-Assignment2
d51e0ba91e4af4e31a45935bb8a85bfa556afda1
0
ansible/roles/add-ssh-key
86
[ "no_license" ]
[ { "path": "ansible/roles/add-ssh-key/tasks/main.yaml", "content": "---\n- name: add ssh key\n copy:\n src: \"config/SSH.pem\"\n dest: /home/ubuntu/.ssh/SSH.pem\n mode: 0600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
duyifei1999/COMP90024-Assignment2
d51e0ba91e4af4e31a45935bb8a85bfa556afda1
0
ansible/roles/clone-github-rep
86
[ "no_license" ]
[ { "path": "ansible/roles/clone-github-rep/tasks/main.yaml", "content": "---\n\n- name: Delete remote working directory if exists\n file:\n state: absent\n path: '{{ remote_working_directory }}'\n\n- name: Creates remote working directory\n file:\n path: '{{ remote_working_directory }}'\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
duyifei1999/COMP90024-Assignment2
d51e0ba91e4af4e31a45935bb8a85bfa556afda1
0
ansible/roles/tweepy-language-setup
86
[ "no_license" ]
[ { "path": "ansible/roles/tweepy-language-setup/tasks/main.yaml", "content": "---\n\n# Create Docker config directory\n- name: Make sure that Docker config directory exists\n become: yes\n file:\n path: \"~/.docker\"\n state: \"directory\"\n\n# Set Docker proxy for University of Melbourne Research Cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
duyifei1999/COMP90024-Assignment2
d51e0ba91e4af4e31a45935bb8a85bfa556afda1
0
ansible/roles/web-setup
86
[ "no_license" ]
[ { "path": "ansible/roles/web-setup/tasks/main.yaml", "content": "---\n# Create Docker config directory\n- name: Make sure that Docker config directory exists\n become: yes\n file:\n path: '~/.docker'\n state: 'directory'\n\n# Set Docker proxy for University of Melbourne Research Cloud\n- name: Ensur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
Vescana/test_ansible_molecule
74f192927837d3b13fe99c91508d841b190ab8f4
0
roles/db_servers
86
[ "no_license" ]
[ { "path": "roles/db_servers/vars/Debian.yml", "content": "---\n# vars file for Debian family OSs\nmariadb_server: mariadb-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/db_servers/molecule/default/verify.yml", "content": "---\n# T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2427, "all_permissive": false }
ansible_role
Vescana/test_ansible_molecule
74f192927837d3b13fe99c91508d841b190ab8f4
0
roles/file_servers
86
[ "no_license" ]
[ { "path": "roles/file_servers/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include ns.file_servers\"\n include_role:\n name: \"ns.file_servers\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1380, "all_permissive": false }
ansible_role
Vescana/test_ansible_molecule
74f192927837d3b13fe99c91508d841b190ab8f4
0
roles/web_servers
86
[ "no_license" ]
[ { "path": "roles/web_servers/vars/Debian.yml", "content": "---\n# vars file for Debian family OSs\napache_package: apache2\nphp_package: libapache2-mod-php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/web_servers/handlers/main.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4463, "all_permissive": false }
ansible_role
Vescana/test_ansible_molecule
74f192927837d3b13fe99c91508d841b190ab8f4
0
roles/workstations
86
[ "no_license" ]
[ { "path": "roles/workstations/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: molecule_ubuntu1804-workstations\n image: geerlingguy/docker-ubuntu1804-ansible\n pre_build_image: true\n command: ${MOLECULE_DOCKER_COMMAND:-\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2288, "all_permissive": false }
ansible_role
deathzone707/cyberLab
705b0016eb99cb908cba498e478cf9a8f27d1eb7
0
ansible/roles/common
86
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Disable Windows Defender\n win_regedit:\n path: HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows Defender\\Real-Time Protection\n name: DisableRealtimeMonitoring\n data: 1\n type: dword\n when: ansible_os_family == 'Windows...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/apparmor
86
[ "no_license" ]
[ { "path": "ansible/roles/apparmor/handlers/main.yml", "content": "---\n- name: restart_apparmor\n service:\n name: apparmor\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/apparmor/defaults/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1866, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/chrony
86
[ "no_license" ]
[ { "path": "ansible/roles/chrony/tasks/main.yml", "content": "---\n- name: remove_ntp\n package:\n name: \"{{ item }}\"\n state: absent\n update_cache: yes\n with_items:\n - ntp\n - openntpd\n\n- name: install_chrony\n package:\n name: chrony\n state: latest\n update_cache: yes\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 756, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/common
86
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n- name: restart_unattended_upgrades\n systemd:\n name: unattended-upgrades.service\n state: restarted\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "pat...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1797, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/crio
86
[ "no_license" ]
[ { "path": "ansible/roles/crio/defaults/main.yml", "content": "---\ncrio_repo_base: \"https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_\"\n\ncrio_version: 1.17.0\ncrio_pkgs:\n - name: cri-o-1.16.0\n state: absent\n - name: cri-o-1.17.0\n state: present\n\nruntime...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1689, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/haproxy
86
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: install_haproxy\n package:\n name: haproxy\n state: latest\n update_cache: yes\n\n- name: configure_haproxy\n template:\n src: haproxy.conf.j2\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n group: root\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 941, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/kubernetes
86
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/kubeadm/admin-conf/push.yml", "content": "---\n- name: push_admin_conf\n copy:\n src: \"{{ kubeconfig.local_path }}\"\n dest: \"{{ kubeconfig.path }}\"\n owner: root\n group: root\n mode: \"0400\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 31, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 46, "total_bytes": 34096, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/laptop
86
[ "no_license" ]
[ { "path": "ansible/roles/laptop/tasks/firewalld.yml", "content": "# ---\n- name: copy_libvirt_custom_zone_xml\n copy:\n src: zone_libvirt-custom.xml\n dest: /etc/firewalld/zones/libvirt-custom.xml\n mode: 0644\n owner: root\n group: root\n\n- name: libvirt_custom_zone_exists\n ansible.built...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9799, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/lxd
86
[ "no_license" ]
[ { "path": "ansible/roles/lxd/defaults/main.yml", "content": "---\nlxd_config_path: /var/snap/lxd/lxd-config-full.yaml\n\n# Daemon settings\nlxc_config: {}\n \n# Storage pools\nlxc_storage_pools:\n - name: default\n driver: dir\n config: \n source: /var/snap/lxd/common/lxd/storage-pools/defa...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3791, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/nas
86
[ "no_license" ]
[ { "path": "ansible/roles/nas/tasks/main.yml", "content": "---\n- import_tasks: luks.yml\n- import_tasks: nfs.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/nas/defaults/main.yml", "content": "---\n# defaults file for nas\nn...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 782, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/network
86
[ "no_license" ]
[ { "path": "ansible/roles/network/templates/netdev.j2", "content": "[NetDev]\nName={{ item.name }}\nKind={{ kind }}\n{% if item.mtu is defined %}\nMTUBytes={{ item.mtu }}\n{% endif %}\n\n{% if kind == \"macvlan\" %}\n[MACVLAN]\nMode={{ item.mode }}\n{% endif %}\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2460, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/podman
86
[ "no_license" ]
[ { "path": "ansible/roles/podman/tasks/main.yml", "content": "---\n- set_fact:\n podman:\n apt:\n key: \"{{ podman.repo_base }}{{ ansible_facts['lsb']['release'] }}/Release.key\"\n repo: \"deb {{ podman.repo_base }}{{ ansible_facts['lsb']['release'] }} /\"\n cacheable: yes\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 997, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/secrets
86
[ "no_license" ]
[ { "path": "ansible/roles/secrets/tasks/wireguard.yml", "content": "- name: set_wireguard_secrets_path\n set_fact:\n wg_secrets: >-\n {%- set data = {} -%}\n {%- for wg in wireguard.interfaces -%}\n {%- do data.update({wg: {\n 'priv_key': ([wireguard.secrets_dir, wg, 'priv_key']...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9669, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/ssh
86
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "---\n- name: install_ssh_packages\n package:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - openssh-server\n - openssh-client\n\n- name: configure_banner\n template:\n src: issue.net\n dest: /etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2981, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/users
86
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/users_groups.yml", "content": "---\n- name: create_groups\n group:\n name: \"{{ item.key }}\"\n gid: \"{{ item.value.gid }}\"\n state: present\n loop: \"{{ q('dict', os_groups) }}\"\n\n- name: create_users\n user:\n name: \"{{ item.key }}\"\n password: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5551, "all_permissive": false }
ansible_role
spiarh/bazaar
f468393f323b06f0c430d5943009f32564258f4d
0
ansible/roles/wireguard
86
[ "no_license" ]
[ { "path": "ansible/roles/wireguard/defaults/main.yml", "content": "---\n# defaults file for wireguard\nwireguard:\n apt_repos:\n - ppa:wireguard/wireguard\n pkgs:\n - name: wireguard\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4212, "all_permissive": false }
ansible_role
yasufum/spp-vm-installer
c38d2a2f7bb268d03bb596f186a78789bb04935b
0
roles/common
86
[ "no_license" ]
[ { "path": "roles/common/tasks/base.yml", "content": "---\n- name: install mandated packages\n become: yes\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - git\n - curl\n - wget\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, ...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 4586, "all_permissive": false }
ansible_role
yasufum/spp-vm-installer
c38d2a2f7bb268d03bb596f186a78789bb04935b
0
roles/vhost
86
[ "no_license" ]
[ { "path": "roles/vhost/templates/do_after_reboot.sh.j2", "content": "#!/bin/sh\n\n#HUGEPAGES={{ nr_hugepages }}\n\nsudo echo \"Setup port for dpdk.\"\n\n#sudo mount -t hugetlbfs nodev /mnt/huge\n#sudo sh -c \"echo $HUGEPAGES > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages\"\n\n# modprobe\necho sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
kavibritto/airflow-ansible
b9191d93a94e7e275d915d474fae98508b570a2d
0
roles/database
86
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: Install PostgreSQL server\n yum:\n name: postgresql15-server\n state: present\n become: yes\n\n- name: Initialize PostgreSQL database\n command: postgresql-setup initdb\n become: yes\n when: not (ansible_distribution == 'Amazon' and a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
kavibritto/airflow-ansible
b9191d93a94e7e275d915d474fae98508b570a2d
0
roles/init
86
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "- name: Update YUM package cache\n yum:\n name: '*'\n state: latest\n become: yes\n\n- name: Check if Python 3 is installed\n command: python3 --version\n ignore_errors: yes\n register: python_check\n\n- name: Install Python 3 if not installed\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
pmpavlov/blockwizard
a737484f445c13deb8282c0b1787846b73aacde6
0
ansible/roles/app
86
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n - name: Pull the docker image localy\n docker_image:\n name: '{{ docker_image_name }}'\n\n - name: Upload the service file\n template:\n src: 'files/docker-compose.yml'\n dest: '/home/ec2-user/docker-compose.yml'\n o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1399, "all_permissive": false }
ansible_role
pmpavlov/blockwizard
a737484f445c13deb8282c0b1787846b73aacde6
0
ansible/roles/aws
86
[ "no_license" ]
[ { "path": "ansible/roles/aws/tasks/main.yml", "content": "---\n- name: creating the vpc\n ec2_vpc_net:\n name: \"{{ app_name }}\"\n cidr_block: 10.0.2.0/24\n region: \"{{ region }}\"\n dns_hostnames: yes\n dns_support: yes\n multi_ok: no\n tenancy: default\n tags:\n module: ec2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2835, "all_permissive": false }
ansible_role
pmpavlov/blockwizard
a737484f445c13deb8282c0b1787846b73aacde6
0
ansible/roles/docker
86
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/amazon.yml", "content": "---\n\n- name: docker ind pips installed\n yum:\n name:\n - docker\n - python-pip\n state: present\n\n- pip:\n name: docker-py\n executable: pip\n state: latest\n\n\n- name: Make sure docker is running\n systemd:\n na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7944, "all_permissive": false }
ansible_role
suyuying/ansible_pratice
8e57e6d406cc981cee96949a5a8599b017357082
0
roles/filebeat_configure
86
[ "no_license" ]
[ { "path": "roles/filebeat_configure/templates/filebeat_template.j2", "content": "filebeat.config.modules:\n path: ${path.config}/modules.d/*filebeat.yml\n reload.enabled: true\n reload.period: 10s\nlogging.level: debug\nlogging.to_files: true\nlogging.json: false\nlogging.metrics.enabled: true\nlogging.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2117, "all_permissive": false }
ansible_role
suyuying/ansible_pratice
8e57e6d406cc981cee96949a5a8599b017357082
0
roles/filebeat_install
86
[ "no_license" ]
[ { "path": "roles/filebeat_install/tasks/main.yaml", "content": "- name: Add Elastic GPG key (Debian)\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add Elastic GPG key (RedHat)\n rpm_key:\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1211, "all_permissive": false }
ansible_role
suyuying/ansible_pratice
8e57e6d406cc981cee96949a5a8599b017357082
0
roles/ubuntu_base
86
[ "no_license" ]
[ { "path": "roles/ubuntu_base/tasks/main.yaml", "content": "# Disable SELinux\n- name: diskable SELinux\n selinux:\n state: disabled\n when: ansible_distribution == 'CentOS'\n\n\n- name: Check if Service Exists\n shell: \"systemctl -a|grep {{ need_to_stopped_service}}|wc -l\"\n register: service_exist...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3218, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.chrony
86
[ "no_license" ]
[ { "path": "roles/chris1984.chrony/handlers/main.yml", "content": "---\n- name: restart chronyd\n tags: chrony\n become: true\n service:\n name: chronyd\n state: restarted\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/chris198...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1496, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.dns
86
[ "no_license" ]
[ { "path": "roles/chris1984.dns/tasks/main.yml", "content": "---\n- name: Create resolv.conf\n template:\n src: resolv.conf.j2\n dest: \"{{ resolv_conf_file }}\"\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/chris1984...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 480, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.foremanprotect
86
[ "no_license" ]
[ { "path": "roles/chris1984.foremanprotect/tasks/main.yml", "content": "---\n# tasks file for chris1984.foremanprotect\n\n- name: Unlock Foreman Protector\n ansible.builtin.copy:\n src: \"files/foreman-protector.conf\"\n dest: /etc/yum/pluginconf.d/foreman-protector.conf\n owner: root\n group: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.installca
86
[ "no_license" ]
[ { "path": "roles/chris1984.installca/tasks/main.yml", "content": "---\n- name: 'Copy Red Hat IT Root CA cert'\n copy:\n src: \"files/2015-RH-IT-Root-CA.pem\"\n dest: \"/etc/pki/ca-trust/source/anchors/2015-RH-IT-Root-CA.pem\"\n notify: update-ca-trust\n\n- name: 'Copy Red Hat Engineering CA cert'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.motd
86
[ "no_license" ]
[ { "path": "roles/chris1984.motd/defaults/main.yml", "content": "---\n\nmotd_sysadmins_signature: <NAME>\nmotd_sysadmins_email: <EMAIL>\nmotd_sysadmins_slack: Toledo\n\nmotd_info:\n - \" Hostname: \": \"{{ ansible_fqdn }}\"\n - \" Distro: \": \"{{ ansible_distribution }} {{ ansible_distribution_version }} ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1710, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.profile
86
[ "no_license" ]
[ { "path": "roles/chris1984.profile/tasks/main.yml", "content": "---\n- name: Copy file with owner and permissions\n copy:\n src: \"files/bashrc.config\"\n dest: /root/.bashrc\n owner: root\n group: root\n mode: '0644'\n\n- name: Copy bashprofile with owner and permissions\n copy:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.rsyslog
86
[ "no_license" ]
[ { "path": "roles/chris1984.rsyslog/tasks/deconfiguration.yml", "content": "---\n- name: \"Delete the configuration file\"\n file:\n path: \"{{ rsyslog__conf_file }}\"\n state: absent\n when: rsyslog__conf_file is defined\n...", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 12382, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.selinux
86
[ "no_license" ]
[ { "path": "roles/chris1984.selinux/tasks/main.yml", "content": "---\n# tasks file for chris1984.selinux\n\n- name: Install libselinux-python bindings on host\n yum:\n name: libselinux-python\n state: present\n when: ansible_distribution == \"RedHat\" and ansible_distribution_major_version == 7\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 810, "all_permissive": false }
ansible_role
Satellite-Eng-Infra/infra-playbooks
f24b34220dfb979b42eaed9aeab3294572c3bd29
0
roles/chris1984.snap
86
[ "no_license" ]
[ { "path": "roles/chris1984.snap/defaults/main.yml", "content": "---\n# Defaults file for chris1984.snap\n\nsnap_version: \nsat_version: ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/chris1984.snap/tasks/main.yml", "content": "---\n# ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1166, "all_permissive": false }
ansible_role
HarshaVardhanJ/study-env
0407b5b0cccdebdac37ba65c12b106fb2b6a206f
4
common/roles/common_base
85
[ "no_license" ]
[ { "path": "common/roles/common_base/tasks/security.yml", "content": "---\n - name: Ensure SELinux is enforcing\n selinux:\n policy: targeted\n state: enforcing\n\n - name: Ensure FirewallD is started and enabled\n service:\n name: firewalld\n enabled: yes\n state: started\n\...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 7593, "all_permissive": false }
ansible_role
HarshaVardhanJ/study-env
0407b5b0cccdebdac37ba65c12b106fb2b6a206f
4
common/roles/ex200
85
[ "no_license" ]
[ { "path": "common/roles/ex200/templates/exports.j2", "content": "{% for export in nfs_export_list %}\n/shares/{{ export.name }} 172.25.250.0/24({{ export.permissions }},no_root_squash)\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1971, "all_permissive": false }
ansible_role
HarshaVardhanJ/study-env
0407b5b0cccdebdac37ba65c12b106fb2b6a206f
4
common/roles/passwordless_sudo
85
[ "no_license" ]
[ { "path": "common/roles/passwordless_sudo/tasks/main.yml", "content": "---\n - name: Enable passwordless sudo for student user\n copy:\n content: 'student ALL=(ALL) NOPASSWD: ALL'\n dest: /etc/sudoers.d/student\n validate: /usr/sbin/visudo -cf %s\n ", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 299, "all_permissive": false }
ansible_role
DirkTheDaring/proxmox-packer
b0759e4c786e5e3bf57256d906c7d4dcdfad389b
0
ansible/roles/ubuntu
85
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/defaults/main.yml", "content": "\nansible_distribution: Ubuntu\nansible_distribution_version: \"20.04\"\nansible_distribution_major_version: \"20.04\"\nansible_os_family: Debian\nansible_python_interpreter: \"/usr/bin/python3\"\n\n", "license_type": "no_license", "det...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2403, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
install_docker/roles/deployment_application
85
[ "no_license" ]
[ { "path": "install_docker/roles/deployment_application/defaults/main.yml", "content": "---\n# defaults file for deployment_application\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "install_docker/roles/deployment_application/handlers/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 650, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
setting_servers/roles/add_user
85
[ "no_license" ]
[ { "path": "setting_servers/roles/add_user/defaults/main.yml", "content": "---\n# defaults file for add_user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "setting_servers/roles/add_user/handlers/main.yml", "content": "---\n# handlers file fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 469, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
setting_servers/roles/locale
85
[ "no_license" ]
[ { "path": "setting_servers/roles/locale/tasks/main.yml", "content": "---\n# tasks file for locale\n\n- name: setting locale\n locale_gen:\n name: \"{{ item }}\"\n state: present\n loop:\n - en_US.UTF-8\n - ru_RU.UTF-8", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
setting_servers/roles/monit
85
[ "no_license" ]
[ { "path": "setting_servers/roles/monit/tasks/main.yml", "content": "---\n# tasks file for monit\n\n- name: Install monit\n apt:\n name: monit\n state: latest\n\n- name: open port\n lineinfile:\n dest: /etc/monit/monitrc\n regexp: '# set httpd port 2812 and'\n line: 'set httpd port 2812 a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
setting_servers/roles/nginx
85
[ "no_license" ]
[ { "path": "setting_servers/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n\n- name: setting nginx\n copy:\n src: /etc/nginx/sites-available/default\n dest: /etc/nginx/sites-available/default.backup\n remote...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
setting_servers/roles/ssh
85
[ "no_license" ]
[ { "path": "setting_servers/roles/ssh/vars/main.yml", "content": "---\n# vars file for ssh\n\nPORT: 31337", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "setting_servers/roles/ssh/tasks/main.yml", "content": "---\n# tasks file for ssh\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 368, "all_permissive": false }
ansible_role
temka96/ansible
dd57f926fa33401ab880e0ccd1277cb16e24bfb7
0
setting_servers/roles/timezone
85
[ "no_license" ]
[ { "path": "setting_servers/roles/timezone/tasks/main.yml", "content": "---\n# tasks file for timezone\n\n- name: set timezone to Europe/Moscow\n timezone:\n name: Europe/Moscow\n\n- name: Update Timezone Europe/Moscow\n copy: \n content: \"Europe/Moscow\" \n dest: /etc/timezone \n owner: root ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
CBIIT/CTOS-DevOps-Innersource
43b84abe217fb1e7d2a2f1b2b85e9f82ad77dffa
1
ansible/collections/mtp/common/roles/build_backend
85
[ "no_license" ]
[ { "path": "ansible/collections/mtp/common/roles/build_backend/tasks/main.yml", "content": "############################################################################################################################\n# Backend Build\n######################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3368, "all_permissive": false }
ansible_role
CBIIT/CTOS-DevOps-Innersource
43b84abe217fb1e7d2a2f1b2b85e9f82ad77dffa
1
ansible/collections/mtp/common/roles/build_backendapi
85
[ "no_license" ]
[ { "path": "ansible/collections/mtp/common/roles/build_backendapi/tasks/main.yml", "content": "- name: build {{ project_name }}-{{ microservice }} image\n community.docker.docker_image:\n build:\n args:\n ECR_REPO: \"{{ container_registry_url }}\"\n path: \"{{ workspace }}\"\n docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
CBIIT/CTOS-DevOps-Innersource
43b84abe217fb1e7d2a2f1b2b85e9f82ad77dffa
1
ansible/collections/mtp/common/roles/build_frontend
85
[ "no_license" ]
[ { "path": "ansible/collections/mtp/common/roles/build_frontend/tasks/main.yml", "content": "---\n# removed the scripts for setting neo4j and bearer values\n\n- name: show vars\n debug:\n msg: \"{{ config_version }}\"\n\n- name: copy nginx conf\n copy:\n src: 'nginx-ppdc.conf'\n dest: '{{workspa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3062, "all_permissive": false }
ansible_role
CBIIT/CTOS-DevOps-Innersource
43b84abe217fb1e7d2a2f1b2b85e9f82ad77dffa
1
ansible/collections/mtp/common/roles/build_frontend_ot
85
[ "no_license" ]
[ { "path": "ansible/collections/mtp/common/roles/build_frontend_ot/tasks/main.yml", "content": "---\n# removed the scripts for setting neo4j and bearer values\n\n- name: show vars\n debug:\n msg: \"{{ config_version }}\"\n\n- name: copy nginx conf\n copy:\n src: 'nginx-ppdc.conf'\n dest: '{{work...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3108, "all_permissive": false }
ansible_role
CBIIT/CTOS-DevOps-Innersource
43b84abe217fb1e7d2a2f1b2b85e9f82ad77dffa
1
ansible/collections/mtp/common/roles/ecr_login
85
[ "no_license" ]
[ { "path": "ansible/collections/mtp/common/roles/ecr_login/tasks/main.yml", "content": "- name: Get the current caller identity information\n aws_caller_info:\n register: caller_info\n\n- name: set ECR registry name\n set_fact:\n ecr_repo: \"986019062625.dkr.ecr.us-east-1.amazonaws.com\"\n ecr_local...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
CBIIT/CTOS-DevOps-Innersource
43b84abe217fb1e7d2a2f1b2b85e9f82ad77dffa
1
ansible/collections/mtp/common/roles/ecs
85
[ "no_license" ]
[ { "path": "ansible/collections/mtp/common/roles/ecs/vars/main.yml", "content": "# vars file for ecs deployment\n#ansible_python_interpreter:\n#project_name:\n#platform:\n#region:\n#container_name:\n#image_version:\n#tier:\n#container_port:\n#container_memory:\n#container_cpu:\n#container_image_url:\n#ecs_cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6084, "all_permissive": false }
ansible_role
djholms/ansible-edu
12fef9b368666aec78b1e09120b707c0a9d5c79e
0
roles/nginx-backend
85
[ "no_license" ]
[ { "path": "roles/nginx-backend/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nginx-backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/nginx-backend/README.md", "content": "Role Name: nginx...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1442, "all_permissive": false }
ansible_role
djholms/ansible-edu
12fef9b368666aec78b1e09120b707c0a9d5c79e
0
roles/nginx-base
85
[ "no_license" ]
[ { "path": "roles/nginx-base/README.md", "content": "Role Name: nginx-base\n=========\n\nInstall nginx service and config firewall\n\nRequirements\n------------\n\nThis role uses on-premise instances. Tested on CentOS, Suse, Ubuntu and Debian\n\nRole Variables\n--------------\n\nNot applicable\n\nDependencie...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2160, "all_permissive": false }
ansible_role
djholms/ansible-edu
12fef9b368666aec78b1e09120b707c0a9d5c79e
0
roles/nginx-lb
85
[ "no_license" ]
[ { "path": "roles/nginx-lb/tasks/config-lb.yml", "content": "---\n- name: Configure Load Balancer\n copy:\n src: roles/webservers/templates/nginx-lb.conf\n dest: /etc/nginx/nginx.conf\n become: yes\n notify: restart nginx\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 749, "all_permissive": false }
ansible_role
djholms/ansible-edu
12fef9b368666aec78b1e09120b707c0a9d5c79e
0
roles/package-mgmt
85
[ "no_license" ]
[ { "path": "roles/package-mgmt/tasks/install.yml", "content": "- name: install archivers\n package:\n name: \"{{ item }}\"\n state: latest\n loop: #\"{{ zip, unzip, gzip, nano }}\"\n - zip\n - unzip\n - gzip\n - nano\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 618, "all_permissive": false }
ansible_role
drhelius/terraform-azure-openshift
262ed01845314f45c69c4c1f77921046cff13538
10
ansible/roles/host-preparation
85
[ "no_license" ]
[ { "path": "ansible/roles/host-preparation/templates/docker-storage-setup.j2", "content": "DEVS={{ block_device }}\nVG=docker-vg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/host-preparation/defaults/main.yml", "content": "---...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3280, "all_permissive": false }
ansible_role
AsmarSad/Prometheus-Ansible
ea9e9e376abc47c4d98a032b5bc36876576ea55d
0
roles/configure_prometheus
85
[ "no_license" ]
[ { "path": "roles/configure_prometheus/tasks/main.yml", "content": "---\n- name: Update and install required packages\n apt:\n update_cache: yes\n name: \"{{ item }}\"\n state: present\n loop:\n - wget\n - tar\n - curl\n - apt-transport-https\n\n- name: Download Prometheus\n shell: |\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": false }
ansible_role
AsmarSad/Prometheus-Ansible
ea9e9e376abc47c4d98a032b5bc36876576ea55d
0
roles/provision_droplet
85
[ "no_license" ]
[ { "path": "roles/provision_droplet/tasks/main.yml", "content": "---\n- name: Upload SSH key to DigitalOcean\n community.digitalocean.digital_ocean_sshkey:\n oauth_token: \"{{ do_token }}\"\n state: present\n name: \"prometheus-ssh-key\"\n ssh_pub_key: \"{{ lookup('file', ssh_pub_key_path) }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1089, "all_permissive": false }
ansible_role
gowdasagar06/CentOS-backup-files
7f3038aae3c858f1822fa1085cb3e818d43a4b3f
0
ansible/roles/tomcat
85
[ "no_license" ]
[ { "path": "ansible/roles/tomcat/tasks/main.yml", "content": "---\n\n# Installing the Java (Open Jdk) \n- name: Install Java 1.8\n yum: name=java-1.8.0-openjdk\n become: yes \n\n# Adding the group tomcat\n- name: add group \"tomcat\"\n group: name=tomcat\n become: yes\n\n# Adding the user tomcat\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1485, "all_permissive": false }
ansible_role
jonjeous/CPE_MIDEXAM_RECTO
c64f7eb99fd9e8e666f5d29c022540349f0102c8
0
roles/base
85
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: update repository index (CentOS)\n tags: always\n yum:\n name: '*'\n when: ansible_distribution == \"CentOS\"\n\n- name: install updates (Ubuntu)\n tags: always\n apt:\n update_cache: yes\n changed_when: false\n when: ansible_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
jonjeous/CPE_MIDEXAM_RECTO
c64f7eb99fd9e8e666f5d29c022540349f0102c8
0
roles/elasticsearch
85
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Add Elasticsearch RPM key (CentOS)\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n when: ansible_distribution == \"CentOS\"\n become: true\n\n- name: Add Elasticsearch repository (CentOS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
jonjeous/CPE_MIDEXAM_RECTO
c64f7eb99fd9e8e666f5d29c022540349f0102c8
0
roles/grafana
85
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: Add Grafana YUM repository\n yum_repository:\n name: grafana\n description: Grafana stable repository\n baseurl: https://packages.grafana.com/oss/rpm\n gpgcheck: yes\n gpgkey: https://packages.grafana.com/gpg.key\n enabled: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }