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
izumix03/local_settings
387935060e1b3a1cc9785b8ed338033eab89d88a
2
roles/ssh
7,678
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Mkdir .ssh\n file:\n path: ~/.ssh\n state: directory\n mode: 0755\n\n- name: Generate key pair for github\n openssh_keypair:\n path: \"$HOME/.ssh/id_rsa\"\n\n- name: Check file ~/.ssh/config\n stat:\n path: ~/.ssh/config\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
mwoodpatrick/wordpress-helm
3ad38a1ca582b659bbd084e6d396728b5fceb095
1
wp-cli-docker/roles/wordpress-backup
7,678
[ "no_license" ]
[ { "path": "wp-cli-docker/roles/wordpress-backup/tasks/main.yml", "content": "---\n\n- name: Get date\n shell:\n date '+%F'\n register: date\n changed_when: false\n\n- block:\n - name: Create temporary backups directory\n tempfile:\n state: directory\n suffix: backup\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
mwoodpatrick/wordpress-helm
3ad38a1ca582b659bbd084e6d396728b5fceb095
1
wp-cli-docker/roles/wordpress-init
7,678
[ "no_license" ]
[ { "path": "wp-cli-docker/roles/wordpress-init/tasks/multilingual.yml", "content": "---\n# Multilingual settings\n- name: Set content directory variable in wp-config\n shell: wp {{ cli_args }} config set 'WP_CONTENT_DIR' \"ABSPATH . 'wp-content'\" --raw --type=constant\n\n- name: Add wp-config setting...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11954, "all_permissive": false }
ansible_role
mwoodpatrick/wordpress-helm
3ad38a1ca582b659bbd084e6d396728b5fceb095
1
wp-cli-docker/roles/wordpress-permissions
7,678
[ "no_license" ]
[ { "path": "wp-cli-docker/roles/wordpress-permissions/tasks/main.yml", "content": "---\n\n## Set usable Wordpress permissions\n\n\n# Ensure there is a cache outside uploads\n- name: Add a wp-content cache directory\n file:\n path: \"{{ WP_CONTENT_MOUNT }}/cache\"\n mode: 0750\n state: directory\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1749, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/aide
7,678
[ "no_license" ]
[ { "path": "roles/aide/tasks/main.yml", "content": "---\n- name: copy_aide_conf\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/aide.conf\"\n dest: /etc/aide.conf\n owner: root\n group: root\n mode: '0600'\n\n- name: copy_aide_cronjob\n ansible.builtin.copy:\n src: \"{{ role_path }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/auditd
7,678
[ "no_license" ]
[ { "path": "roles/auditd/tasks/main.yml", "content": "---\n- name: copy_audit_dot_rules\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/audit.rules\"\n dest: /etc/audit/rules.d/audit.rules\n owner: root\n group: root\n mode: '0600'\n\n- name: copy_auditd_conf\n ansible.builtin.copy:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/authselect
7,678
[ "no_license" ]
[ { "path": "roles/authselect/tasks/main.yml", "content": "## moved from misc role. maybe these need to be in place prior to authselect?\n- name: update_pwquality_conf\n ansible.builtin.blockinfile:\n path: /etc/security/pwquality.conf\n block: |\n difok = 8\n minlen = 15\n dcredit = -1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2457, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/cron
7,678
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "- name: chmod_cron_d\n ansible.builtin.file:\n path: /etc/cron.d\n mode: '0700'\n\n- name: chmod_cron_daily\n ansible.builtin.file:\n path: /etc/cron.daily\n mode: '0700'\n\n- name: chmod_cron_hourly\n ansible.builtin.file:\n path: /etc/cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/dconf
7,678
[ "no_license" ]
[ { "path": "roles/dconf/tasks/main.yml", "content": "---\n- name: copy_dconf_local_d_settings\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/local.d/00-security-settings\"\n dest: /etc/dconf/db/local.d/00-security-settings\n owner: root\n group: root\n mode: '0640'\n\n- name: copy_dco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1883, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/fips
7,678
[ "no_license" ]
[ { "path": "roles/fips/tasks/main.yml", "content": "- name: check_fips\n ansible.builtin.command: fips-mode-setup --check\n register: is_fips_enabled\n\n- name: enable_fips\n ansible.builtin.command: fips-mode-setup --enable\n when:\n - is_fips_enabled.stdout.find('FIPS mode is enabled.') == -1\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/foo
7,678
[ "no_license" ]
[ { "path": "roles/foo/tasks/main.yml", "content": "- name: set_fact_8\n ansible.builtin.set_fact:\n foov: 8\n when: ansible_facts.distribution_major_version == \"8\"\n\n- name: set_fact_9\n ansible.builtin.set_fact:\n foov: 9\n when: ansible_facts.distribution_major_version == \"9\"\n\n- name: copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/fstab
7,678
[ "no_license" ]
[ { "path": "roles/fstab/tasks/main.yml", "content": "- name: get_boot_uuid\n ansible.builtin.shell: cat /etc/fstab|grep -e boot[[:space:]]|cut -d ' ' -f1\n register: boot_uuid\n\n- name: /boot\n ansible.posix.mount:\n path: /boot\n src: \"{{ boot_uuid.stdout }}\"\n fstype: xfs\n opts: defaults...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1733, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/grub
7,678
[ "no_license" ]
[ { "path": "roles/grub/tasks/main.yml", "content": "- name: update_grub_custom_superuser\n ansible.builtin.lineinfile:\n path: /etc/grub.d/40_custom\n regex: '^set superusers='\n line: set superusers='grubuser'\n\n- name: update_grub_custom_password\n ansible.builtin.lineinfile:\n path: /etc/gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1185, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/misc
7,678
[ "no_license" ]
[ { "path": "roles/misc/tasks/main.yml", "content": "- name: check_no_sha1\n ansible.builtin.command: update-crypto-policies --show\n register: is_no_sha1_enabled\n\n- name: enable_no_sha1\n ansible.builtin.command: update-crypto-policies --set DEFAULT:NO-SHA1\n when:\n - is_no_sha1_enabled.stdout.find('...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3839, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/modprobe
7,678
[ "no_license" ]
[ { "path": "roles/modprobe/tasks/main.yml", "content": "- name: add_modprobe_options\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/disabled_modules.conf\"\n dest: /etc/modprobe.d/disabled_modules.conf\n owner: root\n group: root\n mode: '0644'\n when: ansible_facts.distribution_majo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/pkgs
7,678
[ "no_license" ]
[ { "path": "roles/pkgs/tasks/main.yml", "content": "- name: install_packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present \n with_items: \"{{ packages }}\"\n\n- name: remove_packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: absent\n with_items: \"{{ pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/ssh
7,678
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: add_etc_issue\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/issue\"\n dest: /etc/issue\n owner: root\n group: root\n mode: '0640'\n\n- name: symlink_etc_issue\n ansible.builtin.file:\n src: /etc/issue\n dest: /etc/issu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2410, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/sudo
7,678
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "- name: update_sudoers\n ansible.builtin.blockinfile:\n path: /etc/sudoers\n block: |\n Defaults logfile=/var/log/sudo.log\n Defaults timestamp_timeout=5\n Defaults !targetpw\n Defaults !rootpw\n Defaults !runaspw\n Defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/sysctl
7,678
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "- name: add_sysctl_options\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/50-disa-options.conf\"\n dest: /etc/sysctl.d/50-disa-options.conf\n owner: root\n group: root\n mode: '0644'\n when: ansible_facts.distribution_major_versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
tannisho/harden
63a8c82c33ed1e51fe7d7d4e01f856ee411892db
0
roles/users
7,678
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: create_groups\n with_items: \"{{ users | ansible.builtin.dict2items }}\"\n ansible.builtin.group:\n gid: \"{{ item['value']['uid'] }}\"\n name: \"{{ item['value']['name'] }}\"\n state: present\n- name: create_users\n with_items: \"{{ us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 709, "all_permissive": false }
ansible_role
swerveshot/ansible-azdo
2ea9cc3ee23eb1a1e548f2383e9f0721a5ce9154
0
roles/configure-timezone
7,678
[ "no_license" ]
[ { "path": "roles/configure-timezone/tasks/linux.yml", "content": "---\n- name: \"Assert that Linux timezone vars are defined\"\n ansible.builtin.assert:\n that:\n - linux_tz is defined\n fail_msg: \"Not all required parameters for Linux timezone are set\"\n success_msg: \"All required paramet...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1026, "all_permissive": false }
ansible_role
swerveshot/ansible-azdo
2ea9cc3ee23eb1a1e548f2383e9f0721a5ce9154
0
roles/deploy-azdo
7,678
[ "no_license" ]
[ { "path": "roles/deploy-azdo/tasks/main.yml", "content": "---\n- name: \"Assert that AZDO mandatory vars are defined\"\n ansible.builtin.assert:\n that:\n - ansible_facts is defined\n - azdo_install_path is defined\n - azdo_install_executable is defined\n - azdo_build_unattendfile_pa...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8976, "all_permissive": false }
ansible_role
swerveshot/ansible-azdo
2ea9cc3ee23eb1a1e548f2383e9f0721a5ce9154
0
roles/deploy-mssql
7,678
[ "no_license" ]
[ { "path": "roles/deploy-mssql/tasks/main.yml", "content": "---\n- name: \"Assert that SQL mandatory vars are defined\"\n ansible.builtin.assert:\n that:\n - sql_server_instance is defined\n - sql_user is defined\n - sql_azdo_db_label is defined\n - sql_azdo_config_db_name is defined\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4208, "all_permissive": false }
ansible_role
swerveshot/ansible-azdo
2ea9cc3ee23eb1a1e548f2383e9f0721a5ce9154
0
roles/deploy-software
7,678
[ "no_license" ]
[ { "path": "roles/deploy-software/tasks/main.yml", "content": "---\n- name: \"Install software using Chocolatey\"\n win_chocolatey:\n name:\n - 7zip\n - windirstat\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
gomezgoiri/learninglocker-centos7
06cf8abdf4e89b03f3b81f277663eaca680c6071
0
roles/learninglocker
7,678
[ "permissive" ]
[ { "path": "roles/learninglocker/meta/main.yml", "content": "---\n\ndependencies:\n - { role: proxy }\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "roles/learninglocker/tasks/dependencies.yml", "content": "---\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3066, "all_permissive": true }
ansible_role
gomezgoiri/learninglocker-centos7
06cf8abdf4e89b03f3b81f277663eaca680c6071
0
roles/proxy
7,678
[ "permissive" ]
[ { "path": "roles/proxy/tasks/main.yml", "content": "---\n\n- name: Set proxies as environment variables\n lineinfile:\n dest: '{{ item[0] }}'\n regexp: 'export {{ item[1].var_name }}'\n line: 'export {{ item[1].var_name }}={{ item[1].proxy_value }}'\n state: present\n backup: yes\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1184, "all_permissive": true }
ansible_role
sigitas2000/repotest
1b0f3edce86d76c4ba978826ce5855377e4596fe
0
roles/lap-download
7,678
[ "no_license" ]
[ { "path": "roles/lap-download/tasks/main.yml", "content": "- name: Create src directory\n shell: mkdir -p {{ download_dir }}\n\n- name: Download Yii framework\n shell: \"wget -O {{ download_dir }}/yii.tar.gz https://api.github.com/repos/yiisoft/yii/tarball/master\"\n\n- name: Download Adminer\n shell: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
sigitas2000/repotest
1b0f3edce86d76c4ba978826ce5855377e4596fe
0
roles/lap-install
7,678
[ "no_license" ]
[ { "path": "roles/lap-install/tasks/mysql-pass-change.yml", "content": "- name: Mysql service stop\n shell: service mysql stop\n\n- name: Change Mysql root password\n shell: echo \"update mysql.user set password=password('{{ <PASSWORD> }}') where user='{{ db_user }}';\\n flush privileges;\\n\" > /tmp/mysql...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1576, "all_permissive": false }
ansible_role
sigitas2000/repotest
1b0f3edce86d76c4ba978826ce5855377e4596fe
0
roles/lap-pkg-update
7,678
[ "no_license" ]
[ { "path": "roles/lap-pkg-update/tasks/main.yml", "content": "- name: ensure packages is at the latest version\n action: apt pkg={{ item }} state=latest update-cache=yes force=yes install_recommends=yes\n with_items:\n - zip\n - mc\n - git\n - nginx\n - php5-fpm\n - php5-dev\n - php-pe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": false }
ansible_role
sigitas2000/repotest
1b0f3edce86d76c4ba978826ce5855377e4596fe
0
roles/lap-update
7,678
[ "no_license" ]
[ { "path": "roles/lap-update/templates/user_add.php", "content": "<?php\n\n$yii='{{ yii_dir }}/framework/yii.php';\n$config='{{ project_dir }}/protected/config/main.php';\nrequire($yii);\nYii::createWebApplication($config);\n\n$login = '{{ app_user }}';\n$pass = '{{ <PASSWORD> }}';\n\n// Backend\n// $r = Yii...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7774, "all_permissive": false }
ansible_role
bskton/express-cluster
864fb5b45cab55dce6af7b26ce3770a8c3a7133a
0
ansible/roles/app
7,678
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Install xz-utils\n apt: name=xz-utils state=latest\n\n- name: Download Node.js\n get_url:\n url: \"https://nodejs.org/dist/v{{ node_version }}/node-v{{ node_version }}-linux-x64.tar.xz\"\n dest: \"/home/vagrant/node-v{{ node_version }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 919, "all_permissive": false }
ansible_role
bskton/express-cluster
864fb5b45cab55dce6af7b26ce3770a8c3a7133a
0
ansible/roles/haproxy
7,678
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: Install haproxy\n apt: name=haproxy state=latest\n notify: restart haproxy\n\n- name: Ensure HAProxy is started and enabled on boot\n service: name=haproxy state=started enabled=yes", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
rodrisbach/fravega_exercise
242009618e1551f56ca6f4199fb816807c21df8d
0
ansible/roles/install-docker
7,678
[ "no_license" ]
[ { "path": "ansible/roles/install-docker/tasks/main.yaml", "content": "---\n- include_role:\n name: install-docker-amazon-linux\n when: ansible_distribution == 'Amazon'\n- include_role:\n name: install-docker-ubuntu\n when: ansible_distribution == 'Ubuntu'\n", "license_type": "no_license", "d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
rodrisbach/fravega_exercise
242009618e1551f56ca6f4199fb816807c21df8d
0
ansible/roles/install-docker-amazon-linux
7,678
[ "no_license" ]
[ { "path": "ansible/roles/install-docker-amazon-linux/vars/main.yml", "content": "yum_packages:\n - amazon-linux-extras\n - docker\n - python-pip\npip_packages:\n - boto\n - boto3\n - docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
rodrisbach/fravega_exercise
242009618e1551f56ca6f4199fb816807c21df8d
0
ansible/roles/run-container
7,678
[ "no_license" ]
[ { "path": "ansible/roles/run-container/vars/main.yml", "content": "remote_image: <YOUR_IMAGE>\nregistry: <YOUR_REGISTRY>\nregion: <SPECIFY_THE_REGION>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible/roles/run-container/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 541, "all_permissive": false }
ansible_role
PutuGandi/Big-Project-Cilsy
b5799bfdbb79299b62dd63596dc2fe27be2e4889
0
ansible/roles/jenkins
7,678
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n\n#- name: Install packages and dependencies\n# apt: name=openjdk-8-jdk update_cache=yes state=present\n# become: true\n\n- name: Install packages and dependencies\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4222, "all_permissive": false }
ansible_role
PutuGandi/Big-Project-Cilsy
b5799bfdbb79299b62dd63596dc2fe27be2e4889
0
ansible/roles/kops-jumper
7,678
[ "no_license" ]
[ { "path": "ansible/roles/kops-jumper/tasks/main.yaml", "content": "- name: Run Kops\n script: /home/workspcae/Big-Project-Cilsy/create-kops.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
PutuGandi/Big-Project-Cilsy
b5799bfdbb79299b62dd63596dc2fe27be2e4889
0
ansible/roles/logging
7,678
[ "no_license" ]
[ { "path": "ansible/roles/logging/tasks/main.yaml", "content": "- name: Copy EFK Namespaces\n copy:\n src: /home/workspcae/Big-Project-Cilsy/logging-monitoring/efk-ns.yaml\n dest: /home/ubuntu/.\n owner: ubuntu\n group: ubuntu\n mode: 0664\n become: true\n\n- name: Copy Elasticsearch Service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2216, "all_permissive": false }
ansible_role
PutuGandi/Big-Project-Cilsy
b5799bfdbb79299b62dd63596dc2fe27be2e4889
0
ansible/roles/monitoring
7,678
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yaml", "content": "- name: Copy Grafana Datasource Configmap\n copy:\n src: /home/workspcae/Big-Project-Cilsy/monitoring-system/grafana-datasource-configmap.yaml\n dest: /home/ubuntu/.\n owner: ubuntu\n group: ubuntu\n mode: 0664\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4460, "all_permissive": false }
ansible_role
waghswapnil/imc-ansible
8beeebae9eef08d3c3c03ed99076402b8711dd5d
0
roles/admin
7,678
[ "no_license" ]
[ { "path": "roles/admin/tasks/main.yml", "content": "---\n# This role contains task for configuring virtual drives\n\n- name: set password policy\n cisco_imc_user_password_policy:\n strong_password: \"<PASSWORD>\"\n ip: \"{{ imc_ip }}\"\n username: \"{{ imc_username }}\"\n password: \"{{ <PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
idenkov/ansible-test
8c75dbe1b8f6368265794637da275c54530a3678
0
roles/control
7,678
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n- name: install control node tools\n apt: name={{item}} state=present\n with_items:\n - curl\n - python-httplib2\n tags: [ 'packages' ]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
idenkov/ansible-test
8c75dbe1b8f6368265794637da275c54530a3678
0
roles/demo_app
7,678
[ "no_license" ]
[ { "path": "roles/demo_app/tasks/main.yml", "content": "---\n- name: install web components\n apt: name={{ item }} state=present\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n tags: [ 'packages' ]\n\n- name: copy demo.wsgi\n template: src=demo.wsgi.j2 dest=/var/www/demo/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 822, "all_permissive": false }
ansible_role
idenkov/ansible-test
8c75dbe1b8f6368265794637da275c54530a3678
0
roles/mysql
7,678
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install tools\n apt: name={{item}} state=present\n with_items:\n - python-mysqldb\n tags: [ 'packages' ]\n\n- name: install mysql-server\n apt: name=mysql-server state=present\n tags: [ 'packages' ]\n\n- name: Ensure mysql is listeni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
Juniper/nita
614d809f273ad70e5f69b14c1330eb464ee6b519
36
examples/ebgp_wan/roles/mx_common
7,678
[ "no_license" ]
[ { "path": "examples/ebgp_wan/roles/mx_common/templates/mx_system.j2", "content": "system {\n host-name {{ inventory_hostname }};\n root-authentication {\n encrypted-password \"{{ password_<PASSWORD> }}\"; ## SECRET-DATA\n }\n scripts {\n language python;\n }\n login {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1423, "all_permissive": false }
ansible_role
stenkarazin1/2021-07-otus-linuxadv-Druzhinin
f96c3893733a2e8061c4a1c13bdb9f949b15138b
0
z03/roles/common
7,678
[ "no_license" ]
[ { "path": "z03/roles/common/tasks/main.yml", "content": "---\n- name: Update repo cache and upgrade all software\n apt:\n name: '*'\n state: latest\n update_cache: yes\n\n- name: Install packages\n apt:\n name: '{{ item }}'\n state: present\n loop:\n - python3-pip\n - zip\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
stenkarazin1/2021-07-otus-linuxadv-Druzhinin
f96c3893733a2e8061c4a1c13bdb9f949b15138b
0
z03/roles/mysql-prepare
7,678
[ "no_license" ]
[ { "path": "z03/roles/mysql-prepare/tasks/main.yml", "content": "---\n# tasks file for mysql-prepare\n- name: Create wp db\n mysql_db:\n name: wp\n state: present\n tags: mysql-prep\n\n- name: Create wp user\n mysql_user:\n name: wpuser\n password: '{{ <PASSWORD> }}'\n priv: 'wp.*:ALL'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
stenkarazin1/2021-07-otus-linuxadv-Druzhinin
f96c3893733a2e8061c4a1c13bdb9f949b15138b
0
z03/roles/nginx
7,678
[ "no_license" ]
[ { "path": "z03/roles/nginx/templates/server1.loc.conf.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name {{ nginx_host }};\n root /var/www/html/wordpress;\n index index.php index.html index.htm;\n server_name example.com www.example.com;\n client_max_body_size 100M;\n\n location...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
stenkarazin1/2021-07-otus-linuxadv-Druzhinin
f96c3893733a2e8061c4a1c13bdb9f949b15138b
0
z03/roles/php
7,678
[ "no_license" ]
[ { "path": "z03/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Install php\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - php\n - php-common\n - php-curl\n - php-gd\n - php-mbstring\n - php-soap\n - php-xml\n - php-xmlrpc\n - php-zip\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
stenkarazin1/2021-07-otus-linuxadv-Druzhinin
f96c3893733a2e8061c4a1c13bdb9f949b15138b
0
z03/roles/wp
7,678
[ "no_license" ]
[ { "path": "z03/roles/wp/tasks/main.yml", "content": "---\n# tasks file for wp\n- name: Create tmp dir\n file:\n path: /home/vagrant/tmp\n state: directory\n owner: vagrant\n group: vagrant\n mode: '666'\n\n- name: Download wp dist\n get_url:\n url: https://wordpress.org/latest.zip\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/fpga_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/fpga_provisioning/tasks/main.yml", "content": "---\n- name: Dump domain XML to file\n command: virsh dumpxml --inactive --security-info {{ kvmguest_name }}\n register: dumpxml_output\n\n- name: Count the number of PCI functions of the device\n shell: \"lspci | grep Xi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3730, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/head_get_worker_node_for_vm
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/head_get_worker_node_for_vm/tasks/main.yml", "content": "--- \n# /tasks/main.yml\n#\n# headnode_name, instance_name, pcidevice_address, add_pcidevice\n# kvmguest_name, workernode_name\n# instance_info ( instance_uuid, workernode, kvmguest_name, kvmguest_status)\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/head_port_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/head_port_provisioning/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3053, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/head_switch_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/head_switch_provisioning/docker-compose.yml", "content": "services:\n p4_container:\n image: nrigservice/tofino-sde:1.8.0\n container_name: p4_container\n volumes:\n - /usr/src:/usr/src\n - /lib/modules:/lib/modules\n - /home/fabric/work:/root/wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5919, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/head_vm_post_boot_config
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/head_vm_post_boot_config/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1907, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/head_vm_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/head_vm_provisioning/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3539, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/head_volume_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/head_volume_provisioning/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2604, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/multi_function_pci_devices
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/multi_function_pci_devices/tasks/main.yml", "content": "---\n- name: Dump domain XML to file\n command: virsh dumpxml --inactive --security-info {{ kvmguest_name }}\n register: dumpxml_output\n\n- name: Save XML to file\n copy:\n content: \"{{ dumpxml_output.stdout...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4371, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/nmcli_config_nw_interface
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/nmcli_config_nw_interface/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"),...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4302, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/nvme_cleanup
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/nvme_cleanup/tasks/main.yml", "content": "---\n# /tasks/main.yml\n#\n\n- name: Determine the Block Device Name for the provided\n ansible.builtin.shell:\n cmd: ls -ld /sys/block/* | grep \"{{ device }}\" | /usr/bin/awk -F '/' '{ print $NF }'\n register: device_name\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/oess_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/oess_provisioning/tasks/delete-vrt.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2022 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), t...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 11552, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/storage_config
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/storage_config/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to deal\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1685, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/virtualnetworks_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/virtualnetworks_provisioning/tasks/delete-router.yml", "content": "# MIT License\n#\n# Copyright (c) 2022 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Softw...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 39266, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/worker_libvirt_operations
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/worker_libvirt_operations/tasks/main.yml", "content": "---\n# /tasks/main.yml\n#\n# ansible-galaxy collection install community.libvirt\n- name: Start a VM\n community.libvirt.virt:\n name: \"{{ kvmguest_name }}\"\n state: running\n when: operation == 'start'\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3979, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/playbooks/roles/worker_pci_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/playbooks/roles/worker_pci_provisioning/tasks/main.yml", "content": "---\n# /tasks/main.yml\n#\n# ansible-galaxy collection install community.libvirt\n\n- name: Create file to add device\n template:\n src: device.j2\n dest: /tmp/{{ device }}.yml\n mode: 0600\n when: mac is no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/test/playbooks/roles/head_vm_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/test/playbooks/roles/head_vm_provisioning/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"),...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1752, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/test/playbooks/roles/nmcli_config_nw_interface
7,669
[ "no_license" ]
[ { "path": "fabric_am/test/playbooks/roles/nmcli_config_nw_interface/tasks/main.yml", "content": "---\n# MIT License\n#\n# Copyright (c) 2020 FABRIC Testbed\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Softwar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3487, "all_permissive": false }
ansible_role
fabric-testbed/AMHandlers
dfa6eb830f11fc34b440ac0c5cb0ed7da567097d
4
fabric_am/test/playbooks/roles/worker_pci_provisioning
7,669
[ "no_license" ]
[ { "path": "fabric_am/test/playbooks/roles/worker_pci_provisioning/tasks/main.yml", "content": "---\n# /tasks/main.yml\n#\n\n- name: Add PCI Card to VM\n debug:\n msg: \"Add PCI Card to VM\"\n when: pci_prov_op == \"attach\"\n\n- name: Remove PCI Card from VM\n debug:\n msg: \"Remove PCI Card from V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
ShSerg0699/sausage-store-infrastructure
8864ba27bf18dafcdf03cfe2464f9ce454a1c5d7
0
ansible/roles/backend
7,669
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yaml", "content": "- name: Install Java package\n become: true\n apt:\n name: 'openjdk-16-jdk'\n state: present\n update_cache: yes\n loop:\n - openjdk-16-jdk\n\n- name: install python3 and pip\n become: true\n apt:\n name: '{{ item }}'\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1716, "all_permissive": false }
ansible_role
ShSerg0699/sausage-store-infrastructure
8864ba27bf18dafcdf03cfe2464f9ce454a1c5d7
0
ansible/roles/frontend
7,669
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yaml", "content": "- name: Install nodejs package\n become: true\n apt:\n name: 'nodejs'\n state: present\n update_cache: yes\n\n- name: Install npm package\n become: true\n apt:\n name: 'npm'\n state: present\n update_cache: yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1866, "all_permissive": false }
ansible_role
d-stoll/ansible-dgl
94d427084270603ee7ec1659b660c0eec6b739e6
0
roles/dgl
7,669
[ "no_license" ]
[ { "path": "roles/dgl/tasks/main.yml", "content": "---\n- name: Install PyTorch {{ pytorch_version }}\n pip:\n name: torch\n extra_args: --extra-index-url {{ pytorch_index_url }}\n virtualenv: \"{{ virtualenv_path }}\"\n virtualenv_command: \"python3.9 -m venv\"\n\n- name: Install DGL {{ dgl_ver...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 821, "all_permissive": false }
ansible_role
d-stoll/ansible-dgl
94d427084270603ee7ec1659b660c0eec6b739e6
0
roles/nfs
7,669
[ "no_license" ]
[ { "path": "roles/nfs/defaults/main.yml", "content": "mount_nfs_share: false\n\nmount_username: None\nmount_password: <PASSWORD>\n\nmount_src: None\n\nmount_path: \"{{ workspace_path }}\"\nmount_fstype: cifs\nmount_ops: username={{ mount_username }},password=,domain=ADS,vers=3.1.1,nodfs,uid=1001,gid=1001", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1363, "all_permissive": false }
ansible_role
d-stoll/ansible-dgl
94d427084270603ee7ec1659b660c0eec6b739e6
0
roles/python
7,669
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Install Python {{ python_version }} & pip\n become: yes\n apt:\n name:\n - python{{ python_version }}\n - python3-pip\n - python{{ python_version }}-venv\n state: present\n\n- name: Set default Python version to {{ python_ve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
d-stoll/ansible-dgl
94d427084270603ee7ec1659b660c0eec6b739e6
0
roles/ssh
7,669
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Generate & Fetch master public key\n when: inventory_hostname in groups['master']\n block:\n - name: Generate public key\n become: yes\n user:\n name: ubuntu\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
chhabrakadabra/dotfiles
89d0c353966d07e36ce7a4f198648772430f1137
0
ansible/roles/devtools
7,669
[ "no_license" ]
[ { "path": "ansible/roles/devtools/tasks/main.yaml", "content": "- name: Install homebrew packages\n homebrew:\n name:\n - htop\n - httpie\n - jq\n - kubernetes-helm\n - mas\n - pigz\n - python\n - sqlite\n - ag\n - watch\n - plantuml\n - graphv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
chhabrakadabra/dotfiles
89d0c353966d07e36ce7a4f198648772430f1137
0
ansible/roles/emacs
7,669
[ "no_license" ]
[ { "path": "ansible/roles/emacs/tasks/main.yaml", "content": "- name: Setup emacs-plus homebrew tap\n homebrew_tap:\n name: d12frosted/emacs-plus\n- name: Install Emacs\n homebrew:\n name: emacs-plus@27\n state: present\n install_options: --with-xwidgets --with-modern-icon-sexy-v1\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 27523, "all_permissive": false }
ansible_role
chhabrakadabra/dotfiles
89d0c353966d07e36ce7a4f198648772430f1137
0
ansible/roles/git
7,669
[ "no_license" ]
[ { "path": "ansible/roles/git/files/gitignore_global", "content": ".ropeproject\ns3_cache\n.idea\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/git/tasks/main.yaml", "content": "- name: Install git via homebrew\n homebrew:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1305, "all_permissive": false }
ansible_role
chhabrakadabra/dotfiles
89d0c353966d07e36ce7a4f198648772430f1137
0
ansible/roles/system
7,669
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yaml", "content": "- name: Bootstrap dotfiles script\n file:\n src: \"{{ playbook_dir | dirname }}/bin/dotfiles\"\n dest: \"/usr/local/bin/dotfiles\"\n state: link\n force: yes\n\n############\n## Devtools\n############\n\n- name: Enable debug menu in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4013, "all_permissive": false }
ansible_role
chhabrakadabra/dotfiles
89d0c353966d07e36ce7a4f198648772430f1137
0
ansible/roles/xonsh
7,669
[ "no_license" ]
[ { "path": "ansible/roles/xonsh/tasks/main.yaml", "content": "- name: Install Xonsh via homebrew\n homebrew:\n name: xonsh\n state: present\n- name: Add xonshrc to `/etc/`\n become: yes\n file:\n src: \"{{ role_path }}/files/xonshrc\"\n dest: \"/etc/xonshrc\"\n state: link\n force: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
fabiante/my-kubernetes-the-hard-way
4a130da6cee167f5ea7021684927a3bfc48c14bd
1
ansible/roles/jumpbox
7,669
[ "no_license" ]
[ { "path": "ansible/roles/jumpbox/tasks/main.yml", "content": "- name: Install tools\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - wget\n - curl\n - vim\n - openssl\n\n- name: Install kubectl\n get_url:\n url: https://dl.k8s.io/v1.31.2/bin/linux/amd64/kubectl\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
samo3l/eth-node-terraform-ansible
66c0f99457263574612fa831ab41c409a5fca98d
0
ansible/roles/eth-node
7,669
[ "no_license" ]
[ { "path": "ansible/roles/eth-node/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Upgrade packages\n apt:\n upgrade: dist\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1792, "all_permissive": false }
ansible_role
Ap1py/hoa8Nagios
e86d381bfe82df7d20134b50c46cbfb867552830
0
roles/nagios
7,679
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yml", "content": "---\n# tasks file for roles/nagios\n\n- name: nagios installation\n ansible.builtin.include_tasks:\n file: nagios.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/nagios/tasks/nagi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
olohmann/azure-enterprise-network-playground
c31e0aa2b7876b4c89f6fc7fb21606a02e8d5222
5
src/02-middleware-deployments/roles/squid
7,679
[ "no_license" ]
[ { "path": "src/02-middleware-deployments/roles/squid/defaults/main.yml", "content": "---\nsquid_port: 3128\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "src/02-middleware-deployments/roles/squid/templates/squid.conf.j2", "content": "{{ an...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1613, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/apache2
7,679
[ "no_license" ]
[ { "path": "roles/apache2/handlers/main.yml", "content": "---\n\n- name: restart apache2\n systemd:\n name: apache2.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/apache2/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2890, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/backup
7,679
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n\n- name: install backupninja\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ bkp_packages }}\"\n\n- name: check restic version\n register: bkp_check_restic_version\n changed_when: bkp_check_restic_version.stdout == ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6329, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/certbot-webroot
7,679
[ "no_license" ]
[ { "path": "roles/certbot-webroot/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ certbot_wr_packages }}\"\n\n# CONFIGURATION\n\n- name: ensure config directory exists\n file:\n path: /etc/letsencrypt\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3459, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/docker
7,679
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: add repository key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n\n- name: add repository\n apt_repository:\n filename: docker\n repo: deb [arch=amd64] https://download.docker.com/linux/debian {{ ansible_distrib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/dovecot
7,679
[ "no_license" ]
[ { "path": "roles/dovecot/templates/conf.d/15-mailboxes.conf.j2", "content": "namespace inbox {\n\tmailbox Drafts {\n\t\tauto = subscribe\n\t\tspecial_use = \\Drafts\n\t}\n\tmailbox Junk {\n\t\tauto = subscribe\n\t\tspecial_use = \\Junk\n\t}\n\tmailbox Trash {\n\t\tauto = subscribe\n\t\tspecial_use = \\Trash...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 8456, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/fail2ban
7,679
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n\n- name: 'install packages'\n notify: 'restart fail2ban'\n apt:\n force_apt_get: true\n install_recommends: false\n name: '{{ f2b_packages }}'\n\n- name: 'setup filters'\n notify: 'restart fail2ban'\n loop: '{{ f2b_filters }}'\n copy...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1124, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/ferm
7,679
[ "no_license" ]
[ { "path": "roles/ferm/templates/ferm.conf.j2", "content": "# -*- shell-script -*-\n\n# include global rules\n@include 'ferm.d/';\n\ndomain (ip ip6) {\n table filter {\n chain INPUT {\n policy {{ ferm_input_policy | upper }};\n\n # connection tracking\n mod state state INVALID DROP;\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4358, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/grocy
7,679
[ "no_license" ]
[ { "path": "roles/grocy/tasks/main.yml", "content": "---\n\n- name: 'install packages'\n notify: 'restart apache'\n apt:\n force_apt_get: true\n install_recommends: false\n name: '{{ grocy_packages }}'\n\n# APPLICATION\n\n- name: 'download archive'\n register: 'grocy_download'\n get_url:\n ur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3446, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/mariadb
7,679
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ mariadb_packages }}\"\n\n- name: remove anonymous user\n mysql_user:\n login_unix_socket: /run/mysqld/mysqld.sock\n name: \"\"\n hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2459, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/netdata
7,679
[ "no_license" ]
[ { "path": "roles/netdata/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ ndata_packages }}\"\n\n- name: configure binding and port\n notify: restart netdata\n loop:\n - section: web\n option: bind to\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1507, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/nextcloud
7,679
[ "no_license" ]
[ { "path": "roles/nextcloud/defaults/main.yml", "content": "---\n\nnc_ansible_packages:\n - python3-psycopg2\n\nnc_packages:\n - apache2\n - ffmpeg\n - libapache2-mod-php\n - php-apcu\n - php-bcmath\n - php-bz2\n - php-curl\n - php-gd\n - php-gmp\n - php-imagick\n - php-intl\n - php-json\n - ph...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 9693, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/nginx
7,679
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ nginx_packages }}\"\n\n- name: override main configuration if defined\n when: nginx_main | d(none, true)\n notify: restart nginx\n template:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3038, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/php
7,679
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: install ansible requirements\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ php_ansible_requirements }}\"\n\n- name: add repository key\n apt_key:\n url: \"{{ php_repository_key }}\"\n\n- name: add reposito...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1312, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/postfix
7,679
[ "no_license" ]
[ { "path": "roles/postfix/handlers/main.yml", "content": "---\n\n- name: rebuild aliases\n command:\n cmd: postalias /etc/aliases\n\n- name: restart smtp server\n systemd:\n name: postfix\n state: restarted\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7614, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/postfix-relay
7,679
[ "no_license" ]
[ { "path": "roles/postfix-relay/tasks/main.yml", "content": "---\n\n- name: set hostname\n notify: restart relay server\n hostname:\n name: \"{{ relay_hostname }}\"\n\n- name: set domain\n notify: restart relay server\n copy:\n dest: /etc/hosts\n content: |\n 127.0.0.1 localhost\n 127....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2567, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/postfixadmin
7,679
[ "no_license" ]
[ { "path": "roles/postfixadmin/templates/config.php", "content": "<?php\n$CONF['configured'] = true;\n\n$CONF['database_type'] = 'pgsql';\n$CONF['database_host'] = '{{ pfa_db_login_host }}';\n$CONF['database_port'] = '{{ pfa_db_login_port }}';\n$CONF['database_user'] = '{{ pfa_db_user }}';\n$CONF['database_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6121, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/postgresql
7,679
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ pg_packages }}\"\n\n# CONFIGURATION\n\n- name: ensure conf.d directory exists\n file:\n path: \"{{ pg_conf_dir }}/conf.d\"\n owner: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2943, "all_permissive": false }
ansible_role
bridgecrew-perf4/infra-5
d8bf82bd36343015e510cd9a1b94d27f3addaab5
0
roles/redis
7,679
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: install redis packages\n apt:\n force_apt_get: true\n install_recommends: false\n name: \"{{ redis_packages }}\"\n\n- name: configure addresses binding\n loop: \"{{ redis_config }}\"\n notify: restart redis\n replace:\n path:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 483, "all_permissive": false }