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
micahkemp/DASUG-20170711
334aaf4db52ac6be8930dc9bab19147e856dcec9
4
roles/splunk_uninstall
7,558
[ "no_license" ]
[ { "path": "roles/splunk_uninstall/tasks/main.yml", "content": "- name: stop splunk\n command: \"{{ splunk_home }}/bin/splunk stop\"\n become: true\n\n- name: remove splunk user\n user:\n name: splunk\n state: absent\n remove: true\n force: true\n become: true\n\n- name: remove splunklib\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
micahkemp/DASUG-20170711
334aaf4db52ac6be8930dc9bab19147e856dcec9
4
roles/splunklib-1.6.2
7,558
[ "no_license" ]
[ { "path": "roles/splunklib-1.6.2/README.md", "content": "Ansible Role\n===============\n\nsplunklib-1.6.2\n---------------\n\n### Dependencies\n\n* libselinux-python\n\n### Tasks\n\n* Copy splunklib-1.6.2 to host\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 311, "all_permissive": false }
ansible_role
mahirbeker/ansibleRoles-jenkins
dceb1261b4a51065e77a7d0ee528d34abb173797
0
roles/process-control
7,560
[ "no_license" ]
[ { "path": "roles/process-control/vars/main.yml", "content": "---\nprocessName: sshd\nlogFilePath: /home/ubuntu/ansible-jenkins/process-control.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/process-control/handlers/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 817, "all_permissive": false }
ansible_role
gowdevops34/roboshop-ansible
64c9f58a3aeaeeaf6568197893505fa44acb77e9
0
roles/common
7,560
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "# PRINT \"Install Nodejs Dependencies for ${COMPONENT} Component\"\n# mv ${COMPONENT}-main ${COMPONENT} && cd ${COMPONENT} && npm install &>>${LOG}\n# CHECK_STAT $?\n#\n# SYSTEMD\n\n- name: Setup YUM repos for NodeJS\n ansible.builtin.shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
gowdevops34/roboshop-ansible
64c9f58a3aeaeeaf6568197893505fa44acb77e9
0
roles/frontend
7,560
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Installing NGINX\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n# include another into my role i..e importing download from common to here\n- name: Import common role\n ansible.builtin.include_role:\n name: common\n tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
gowdevops34/roboshop-ansible
64c9f58a3aeaeeaf6568197893505fa44acb77e9
0
roles/mongodb
7,560
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "#source components/common.sh\n#\n#CHECK_ROOT\n#\n#PRINT \"Configure Yum Repo\"\n#curl -s -o /etc/yum.repos.d/mongodb.repo https://raw.githubusercontent.com/roboshop-devops-project/mongodb/main/mongo.repo &>>${LOG}\n#CHECK_STAT $?\n#\n#PRINT \"Install Mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1690, "all_permissive": false }
ansible_role
gowdevops34/roboshop-ansible
64c9f58a3aeaeeaf6568197893505fa44acb77e9
0
roles/mysql
7,560
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "#source components/common.sh\n#\n#CHECK_ROOT\n#\n#if [ -z \"${MYSQL_PASSWORD}\" ]; then\n#echo \"export MYSQL_PASSWORD env variable\"\n#exit 1\n#fi\n#\n#PRINT \"Configure YUM Repos\"\n#curl -s -L -o /etc/yum.repos.d/mysql.repo https://raw.githubusercontent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3487, "all_permissive": false }
ansible_role
stycode/Wordpress_ansible
f2e4e5f5ce9a46c28f4a7859bf56fa5987bcbda3
0
roles/common
7,560
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: \"Atualiza pacotes e Instala biblioteca python-mysqldb\"\n apt: name=python-mysqldb state=latest install_recommends=yes update_cache=yes\n\n- name: \"Cria /opt/wordpress\"\n file: dest=\"{{ wordpress_path }}\" mode=755 state=directory owner=www-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
shanyou/nproxy
b58536fa2de4a7ed260de82477f7e8a76bf0bf60
1
deploy/roles/squid
7,560
[ "no_license" ]
[ { "path": "deploy/roles/squid/vars/main.yml", "content": "---\r\n squid:\r\n deploy: 1\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "deploy/roles/squid/tasks/install.yml", "content": "---\r\n- name: Install squid from yum\r\n yum: na...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 840, "all_permissive": false }
ansible_role
shanyou/nproxy
b58536fa2de4a7ed260de82477f7e8a76bf0bf60
1
deploy/roles/stunnel
7,560
[ "no_license" ]
[ { "path": "deploy/roles/stunnel/defaults/main.yml", "content": "---\n# defaults file for stunnel\n# if stunnel run as server or client\nstunnel_server_host: localhost\nstunnel_server: false\nstunnel_log: /var/log/stunnel.log\nstunnel_cert: /etc/stunnel/stunnel.pem\nstunnel_squid_server_port: 3128\nstunnel_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1631, "all_permissive": false }
ansible_role
Agilicus/samples
7981912f37fd7c92bb9128cca7fb20ca9210bacf
1
ansible/sample_suborg_connectors/roles/connector
7,560
[ "no_license" ]
[ { "path": "ansible/sample_suborg_connectors/roles/connector/tasks/main.yaml", "content": "- name: auth_doc\n copy:\n src: authdoc.json\n dest: /tmp/authdoc.json\n decrypt: yes\n mode: '0400'\n delegate_to: \"{{ agilicus_sdk }}\"\n- name: create connector\n add_connector:\n auth_doc: /tmp/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
Agilicus/samples
7981912f37fd7c92bb9128cca7fb20ca9210bacf
1
ansible/sample_suborg_connectors/roles/customer
7,560
[ "no_license" ]
[ { "path": "ansible/sample_suborg_connectors/roles/customer/tasks/main.yaml", "content": "- name: auth_doc\n copy:\n src: authdoc.json\n dest: /tmp/authdoc.json\n decrypt: yes\n mode: '0400'\n- name: install agilicus sdk\n ansible.builtin.pip:\n name:\n - agilicus\n extra_args: --upg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
Agilicus/samples
7981912f37fd7c92bb9128cca7fb20ca9210bacf
1
ansible/sample_suborg_connectors/roles/deps
7,560
[ "no_license" ]
[ { "path": "ansible/sample_suborg_connectors/roles/deps/tasks/main.yaml", "content": "- name: install agilicus dependencies\n ansible.builtin.pip:\n name:\n - ansible\n - agilicus\n - retry\n extra_args: --upgrade\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
Agilicus/samples
7981912f37fd7c92bb9128cca7fb20ca9210bacf
1
ansible/sample_suborg_connectors/roles/forwarder
7,560
[ "no_license" ]
[ { "path": "ansible/sample_suborg_connectors/roles/forwarder/tasks/main.yaml", "content": "- name: auth_doc\n copy:\n src: authdoc.json\n dest: /tmp/authdoc.json\n decrypt: yes\n mode: '0400'\n delegate_to: \"{{ agilicus_sdk }}\"\n- name: create forwarder \n add_forwarder:\n auth_doc: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
Agilicus/samples
7981912f37fd7c92bb9128cca7fb20ca9210bacf
1
ansible/sample_suborg_connectors/roles/install_connector
7,560
[ "no_license" ]
[ { "path": "ansible/sample_suborg_connectors/roles/install_connector/tasks/main.yaml", "content": "- name: auth_doc\n copy:\n src: authdoc.json\n dest: /tmp/authdoc.json\n decrypt: yes\n mode: '0400'\n delegate_to: \"{{ agilicus_sdk }}\"\n- name: create connector authentication document\n conn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1262, "all_permissive": false }
ansible_role
ekremtayanc/laravel-ansible
55a53942c1df0eea8d0328270f6f1fcce7c769e9
0
roles/backup
7,560
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n- name: Create Backup Directory\n ansible.builtin.file:\n path: /var/backups\n state: directory\n mode: '0755'\n\n- name: Schedule MySQL Backup\n ansible.builtin.cron:\n name: \"Daily Laravel DB Backup\"\n minute: \"0\"\n hour: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
ekremtayanc/laravel-ansible
55a53942c1df0eea8d0328270f6f1fcce7c769e9
0
roles/laravel
7,560
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n- name: Install Laravel Dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n update_cache: true\n loop:\n - nginx\n - php\n - php-cli\n - php-mysql\n - php-curl\n - php-mbstring\n - php-xml\n - php-bcmath\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
ekremtayanc/laravel-ansible
55a53942c1df0eea8d0328270f6f1fcce7c769e9
0
roles/monitoring
7,560
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n- name: Install Netdata\n ansible.builtin.shell: bash <(curl -Ss https://my-netdata.io/kickstart.sh) --dont-wait\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
ekremtayanc/laravel-ansible
55a53942c1df0eea8d0328270f6f1fcce7c769e9
0
roles/mysql
7,560
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL Server\n ansible.builtin.apt:\n name: mysql-server\n state: present\n\n- name: Start and Enable MySQL\n ansible.builtin.service:\n name: mysql\n state: started\n enabled: true\n\n- name: Create Laravel DB\n mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
ekremtayanc/laravel-ansible
55a53942c1df0eea8d0328270f6f1fcce7c769e9
0
roles/redis
7,560
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install Redis\n ansible.builtin.apt:\n name: redis-server\n state: present\n\n- name: Ensure Redis is running\n ansible.builtin.service:\n name: redis-server\n state: started\n enabled: true\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
sawandevrani28/Ansible_loop_test
74707bac4e0b409b34ffad237ced4b25ffbcb710
0
roles/Chef_bootstrap_role
7,560
[ "no_license" ]
[ { "path": "roles/Chef_bootstrap_role/tasks/main.yml", "content": "---\n\n - name: echoing \n command: bash -c \"echo \"knife bootstrap \"{{ item.key }}\" -N \"{{ item.value }}\" --ssh-user \"{{ username }}\" --ssh-password \"{{ <PASSWORD> }}\" end \" >> /tmp/example.txt \"\n #environment: \"{{proxy_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
Suryakumari76k/robo-ansible
4d1e7db462f215ce41baef842a082114136a0429
0
roles/catalogue
7,560
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: configuring nodejs Server\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs.yml\n\n- name: configuring mongodb schema\n ansible.builtin.import_role:\n name: common\n tasks_from: mongo_schema.yml\n\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
Suryakumari76k/robo-ansible
4d1e7db462f215ce41baef842a082114136a0429
0
roles/common
7,560
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: DOWNLOADING NODEJS REPO\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_19.x | sudo -E bash -\n\n- name: Installing the nodejs server\n ansible.builtin.yum:\n name: nodejs\n state: latest\n\n- name: configuring app_pre...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1170, "all_permissive": false }
ansible_role
marco-msg-ferrari/ch-test
c9ebb7f071992e15b3add6b3183baf6d524ff140
0
provisioning/roles/apache
7,560
[ "no_license" ]
[ { "path": "provisioning/roles/apache/tasks/main.yml", "content": "---\n- include: setup.yml\n\n- name: Add apache vhosts configuration\n template: >\n src=vhosts_{{ env }}.conf\n dest={{ apache_conf_path }}/httpd-{{ project_name }}.conf\n owner=root group=root mode=644\n notify: restart apache\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }
ansible_role
marco-msg-ferrari/ch-test
c9ebb7f071992e15b3add6b3183baf6d524ff140
0
provisioning/roles/bower
7,560
[ "no_license" ]
[ { "path": "provisioning/roles/bower/tasks/main.yml", "content": "---\n- name: Install Bower\n npm: name=bower global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 55, "all_permissive": false }
ansible_role
marco-msg-ferrari/ch-test
c9ebb7f071992e15b3add6b3183baf6d524ff140
0
provisioning/roles/composer
7,560
[ "no_license" ]
[ { "path": "provisioning/roles/composer/tasks/main.yml", "content": "---\n- name: Ensure curl is installed.\n apt: pkg=curl state=installed\n\n- name: Install Composer\n shell: \"curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer; creates=/usr/local/bin/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
marco-msg-ferrari/ch-test
c9ebb7f071992e15b3add6b3183baf6d524ff140
0
provisioning/roles/php
7,560
[ "no_license" ]
[ { "path": "provisioning/roles/php/vars/main.yml", "content": "---\nphp:\n packages:\n - php7.0-curl\n - php7.0-sqlite3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "provisioning/roles/php/handlers/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 478, "all_permissive": false }
ansible_role
marco-msg-ferrari/ch-test
c9ebb7f071992e15b3add6b3183baf6d524ff140
0
provisioning/roles/zombie
7,560
[ "no_license" ]
[ { "path": "provisioning/roles/zombie/tasks/main.yml", "content": "---\n- name: Install Zombie\n npm: name=zombie global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
Jorduque16/ansible-tool-box
8ac35c96a5cc18e5cb5fb85a06409b8acef87287
0
roles/browsers
7,560
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "- name: load configuration variables\n include_vars: ../../../configuration.yml\n\n- include_tasks: 00_brave.yml\n when: \"BRAVE_BROWSER_ENABLED == true\"\n\n- include_tasks: 01_google_chrome.yml\n when: \"GOOGLE_CHROME_ENABLED == true\"", "licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 915, "all_permissive": false }
ansible_role
Jorduque16/ansible-tool-box
8ac35c96a5cc18e5cb5fb85a06409b8acef87287
0
roles/code_editors
7,560
[ "no_license" ]
[ { "path": "roles/code_editors/templates/vscode_settings.json.j2", "content": "{\n \"workbench.iconTheme\": \"material-icon-theme\",\n \"git.autofetch\": true,\n \"files.autoSave\": \"afterDelay\",\n \"workbench.colorTheme\": \"Community Material Theme Ocean\",\n \"gitlens.hovers.currentLine.o...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1903, "all_permissive": false }
ansible_role
Jorduque16/ansible-tool-box
8ac35c96a5cc18e5cb5fb85a06409b8acef87287
0
roles/extra_software
7,560
[ "no_license" ]
[ { "path": "roles/extra_software/tasks/01_dbeaver.yml", "content": "- name: Install DbBeaver\n become: yes\n apt:\n deb: https://dbeaver.io/files/dbeaver-ce_latest_amd64.deb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/extra_software/...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2064, "all_permissive": false }
ansible_role
Jorduque16/ansible-tool-box
8ac35c96a5cc18e5cb5fb85a06409b8acef87287
0
roles/linux_config
7,560
[ "no_license" ]
[ { "path": "roles/linux_config/tasks/main.yml", "content": "- name: load configuration variables\n include_vars: ../../../configuration.yml\n\n- include_tasks: 00_aws_cli.yml\n when: \"AWS_CLI_ENABLED == true\"\n\n- include_tasks: 01_terminal_customization.yml\n when: \"LINUX_UTILITIES_ENABLED == true\"\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3940, "all_permissive": false }
ansible_role
Jorduque16/ansible-tool-box
8ac35c96a5cc18e5cb5fb85a06409b8acef87287
0
roles/local_development
7,560
[ "no_license" ]
[ { "path": "roles/local_development/tasks/01_nginx.yml", "content": "- name: Installing packages\n become: yes\n become_user: root\n become_method: sudo\n apt:\n pkg:\n - nginx\n state: latest\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 460, "all_permissive": false }
ansible_role
Jorduque16/ansible-tool-box
8ac35c96a5cc18e5cb5fb85a06409b8acef87287
0
roles/programming_languages
7,560
[ "no_license" ]
[ { "path": "roles/programming_languages/tasks/02_php.yml", "content": "- name: Add php apt key\n become: yes\n apt_key:\n url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4F4EA0AAE5267A6C\n state: present\n\n- name: Add repository\n become: yes\n apt_repository:\n repo: \"deb http://...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7086, "all_permissive": false }
ansible_role
abdullamalik1/SSMAgent
1450d9a38e204ed55240ac31cd1988cfccfd79ab
0
roles/ssm_install
7,560
[ "no_license" ]
[ { "path": "roles/ssm_install/tasks/install_amazon.yaml", "content": "---\n- name: Install amazon-ssm-agent\n package:\n name:\n - amazon-ssm-agent\n state: \"present\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/ssm_install...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2582, "all_permissive": false }
ansible_role
rathoddt/Ansible
66d65c01047239241d50014831a10b63af7fc618
0
5.0-Quick-pick-ansible-topics/ansible-roles/roles/webservers
7,547
[ "no_license" ]
[ { "path": "5.0-Quick-pick-ansible-topics/ansible-roles/roles/webservers/tasks/main.yml", "content": "---\n# tasks file for roles/webservers\n- name: Upload application file\n copy:\n src: ../files/index.php\n dest: \"{{ path_to_app }}\"\n mode: 0755\n\n- name: Create simple info page\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/automatic_upgrade
7,547
[ "no_license" ]
[ { "path": "metal/roles/automatic_upgrade/tasks/main.yml", "content": "- name: Install packages for automatic upgrade\n ansible.builtin.dnf:\n name:\n - dnf-automatic\n - dnf-utils\n state: present\n\n- name: Copy automatic upgrade config file\n ansible.builtin.copy:\n src: automatic.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/disable_firewalld
7,547
[ "no_license" ]
[ { "path": "metal/roles/disable_firewalld/tasks/main.yml", "content": "- name: Disable firewalld\n ansible.builtin.systemd:\n name: firewalld\n state: stopped\n enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/disable_selinux
7,547
[ "no_license" ]
[ { "path": "metal/roles/disable_selinux/tasks/main.yml", "content": "- name: Disable SELinux\n ansible.builtin.selinux:\n state: disabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/disable_swap
7,547
[ "no_license" ]
[ { "path": "metal/roles/disable_swap/tasks/main.yml", "content": "- name: Disable Swap\r\n shell: swapoff -a\r\n become: true\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 59, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/limit_logs
7,547
[ "no_license" ]
[ { "path": "metal/roles/limit_logs/tasks/main.yml", "content": "- name: Ensure journald config directory exists\n ansible.builtin.file:\n path: /etc/systemd/journald.conf.d\n state: directory\n mode: '0755'\n\n- name: Set persistent log size limits for journald\n ansible.builtin.copy:\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/mount_nfs
7,547
[ "no_license" ]
[ { "path": "metal/roles/mount_nfs/tasks/main.yml", "content": "- name: Mount NFS volume\n ansible.posix.mount:\n src: 192.168.1.208:/volume1/Media\n path: /mnt/media\n opts: rw,sync,hard\n state: mounted\n fstype: nfs\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
joekleinsorge/freshlab
6c0ecaf10edd10c18bd75a6e30d3d7884e2610e2
0
metal/roles/prerequisites
7,547
[ "no_license" ]
[ { "path": "metal/roles/prerequisites/tasks/main.yml", "content": "- name: Adjust kernel parameters\n ansible.posix.sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n loop:\n - {name: \"fs.inotify.max_queued_events\", value: 16384}\n - {name: \"fs.inotify.max_user_instances\", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
M507/RandMalware
880ad13a2526560ce186eeb87a7c1355499d121b
1
roles/send
7,547
[ "no_license" ]
[ { "path": "roles/send/tasks/main.yml", "content": "---\n\n- name: Creating Temporary Directory\n win_file:\n path: 'C:\\tmp\\'\n state: directory\n\n\n- name: Copy malware\n win_copy:\n src: ./roles/send/malware/test.exe\n dest: 'C:\\tmp'\n\n\n- name: PsExec\n win_copy:\n src: ./roles/send...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
amolshete/ansible-playbooks
ecd85d94fc0046e257cc79007a82c95129443a5a
0
roles/apache
7,547
[ "no_license" ]
[ { "path": "roles/apache/vars/Debian.yaml", "content": " package_name: apache2\n service_name: apache2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/apache/vars/RedHat.yaml", "content": " package_name: httpd\n service_name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 621, "all_permissive": false }
ansible_role
nbelousova/hw5
9e1dcdc6da0716a37fdc251a394383f84d58dc8d
0
roles/calc-front
7,547
[ "no_license" ]
[ { "path": "roles/calc-front/templates/calc-front.location.nginx.j2", "content": " location / {\n root /srv/www;\n }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/calc-front/templates/app.js.j2", "content": "function ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 856, "all_permissive": false }
ansible_role
nbelousova/hw5
9e1dcdc6da0716a37fdc251a394383f84d58dc8d
0
roles/calc-sum
7,547
[ "no_license" ]
[ { "path": "roles/calc-sum/tasks/main.yml", "content": " - name: Installing go\n apt: \n name: golang \n \n - name: Clone calc-sum from github\n git: \n repo: https://github.com/nbelousova/calc-sum.git\n dest: /srv\n\n - name: Create goapp service file\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
nbelousova/hw5
9e1dcdc6da0716a37fdc251a394383f84d58dc8d
0
roles/python
7,547
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- hosts: all\n gathering_facts: no\n tasks: \n - name: Installing python\n raw: apt-get update && apt-get install -y python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
InformaticsMatters/galaxy-patch
437092ab9f36247f125b7086f7578431149188ba
0
roles/create
7,547
[ "no_license" ]
[ { "path": "roles/create/tasks/gather-openstack-facts.yaml", "content": "---\n\n- name: Assert key variables\n assert:\n that: os_auth_url is defined\n\n# Get information about the exec nodes.\n# Nodes gathered must begin with \"{{ exec_base_name }}-[0-9]\"\n# We simply want their IP addresses\n# so we c...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 15622, "all_permissive": false }
ansible_role
InformaticsMatters/galaxy-patch
437092ab9f36247f125b7086f7578431149188ba
0
roles/patch
7,547
[ "no_license" ]
[ { "path": "roles/patch/templates/data.autofs.j2", "content": "/data /etc/auto.data nfsvers=3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/patch/templates/auto.data.j2", "content": "share -rw,hard,int...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2693, "all_permissive": false }
ansible_role
Cajova-Houba/sreality-data-miner
533e039bfd1d1584d27bc834ddd8eea78200e642
0
deployment/roles/ansible-init
7,547
[ "no_license" ]
[ { "path": "deployment/roles/ansible-init/vars/main.yml", "content": "---\ngroups_to_create:\n - name: \"wheel\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "deployment/roles/ansible-init/tasks/main.yml", "content": "---\n- name: run ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 558, "all_permissive": false }
ansible_role
Cajova-Houba/sreality-data-miner
533e039bfd1d1584d27bc834ddd8eea78200e642
0
deployment/roles/deploy-crawler
7,547
[ "no_license" ]
[ { "path": "deployment/roles/deploy-crawler/vars/main.yml", "content": "---\ncrawler_user_home: \"/home/{{ crawler_user_username }}\"\ncrawler_app_dir: \"/opt/sreality_crawler\"\ncrawler_src_dir: \"{{ crawler_app_dir }}/src\"\ncrawler_config_file: \"{{ crawler_src_dir }}/conf.ini\"\nmigration_config_file: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3071, "all_permissive": false }
ansible_role
Cajova-Houba/sreality-data-miner
533e039bfd1d1584d27bc834ddd8eea78200e642
0
deployment/roles/install-server
7,547
[ "no_license" ]
[ { "path": "deployment/roles/install-server/templates/java_home.sh.j2", "content": "#!/bin/bash\n\nJAVA_HOME=/usr/lib/jvm/jdk-17\nPATH=$PATH:$HOME/bin:$JAVA_HOME/bin\nexport JAVA_HOME\nexport PATH", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1159, "all_permissive": false }
ansible_role
udean77/Hackathon-Semesta6-Sysadmin
1043dc8b479757cdb9bd9e244e52f32f48cbf62c
0
New folder/ansible/roles/app1
7,547
[ "no_license" ]
[ { "path": "New folder/ansible/roles/app1/tasks/main.yaml", "content": "- name: Clone App1 repository\r\n git:\r\n repo: 'https://github.com/islamyakin/semesta-app1.git'\r\n dest: /opt/semesta-app1\r\n version: master\r\n\r\n- name: Copy environment file for App1\r\n template:\r\n src: env.j2\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
udean77/Hackathon-Semesta6-Sysadmin
1043dc8b479757cdb9bd9e244e52f32f48cbf62c
0
New folder/ansible/roles/app2
7,547
[ "no_license" ]
[ { "path": "New folder/ansible/roles/app2/tasks/env.j2", "content": "APP2_URL=localhost:3001/aboutus\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "New folder/ansible/roles/app2/tasks/main.yaml", "content": "- name: Clone App2 repository\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
udean77/Hackathon-Semesta6-Sysadmin
1043dc8b479757cdb9bd9e244e52f32f48cbf62c
0
New folder/ansible/roles/common
7,547
[ "no_license" ]
[ { "path": "New folder/ansible/roles/common/tasks/main.yaml", "content": "- name: Update apt repository cache and install dependencies\r\n apt:\r\n update_cache: yes\r\n name:\r\n - git\r\n - nodejs\r\n - npm\r\n - nginx\r\n state: present\r\n\r\n- name: Start and enable Nginx s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
redskal/malrdp-deploy
63ddc629581cd66fc135a49d9ac0300e16f90729
12
ansible/roles/copy_files
7,547
[ "no_license" ]
[ { "path": "ansible/roles/copy_files/files/start.bat", "content": "@echo off\r\nmsg \"%username%\" Testing MalRDP phishing delivery\r\n@echo on\r\n\r\ndir \\\\tsclient\\c\\Users\\ > C:\\test.txt\r\npause", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 822, "all_permissive": false }
ansible_role
redskal/malrdp-deploy
63ddc629581cd66fc135a49d9ac0300e16f90729
12
ansible/roles/create_user
7,547
[ "no_license" ]
[ { "path": "ansible/roles/create_user/tasks/main.yml", "content": "# create the user with a login script\r\n\r\n- name: Ensure user exists\r\n ansible.windows.win_user:\r\n name: \"{{ victim_user }}\"\r\n password: <PASSWORD>\r\n state: present\r\n groups:\r\n - Users\r\n - Administrat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
redskal/malrdp-deploy
63ddc629581cd66fc135a49d9ac0300e16f90729
12
ansible/roles/soften
7,547
[ "no_license" ]
[ { "path": "ansible/roles/soften/tasks/main.yml", "content": "# turn off firewall and disable NLA\r\n\r\n- name: Disable Windows Firewall\r\n community.windows.win_firewall:\r\n state: disabled\r\n profiles:\r\n - Domain\r\n - Private\r\n - Public\r\n\r\n- name: Disable NLA\r\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
redskal/malrdp-deploy
63ddc629581cd66fc135a49d9ac0300e16f90729
12
ansible/roles/software
7,547
[ "no_license" ]
[ { "path": "ansible/roles/software/tasks/main.yml", "content": "# install python, vc_redist, shininglight,\r\n# vs_BuildTools, PyRDP and certbot\r\n\r\n- name: Create tmp directory\r\n ansible.windows.win_file:\r\n path: C:\\tmp\r\n state: directory\r\n\r\n- name: Download Python 3.10 installer\r\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3001, "all_permissive": false }
ansible_role
melvincramer911/win01
4a3d91d7e91aeb78db323b0070b73fbc18228450
0
roles/role_reboot-win
7,547
[ "no_license" ]
[ { "path": "roles/role_reboot-win/tasks/main.yml", "content": "---\n- name: Reboot Windows Host\n win_reboot:\n reboot_timeout: 600 # Adjust the timeout as needed (in seconds)\n async: 0\n poll: 0\n ignore_errors: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
A835059/Windows_Implementation
5eb9c0497a9a6e9415218f8782a0f56243e820ca
0
roles/Windows_Implementation
7,561
[ "no_license" ]
[ { "path": "roles/Windows_Implementation/tasks/main.yml", "content": "---\n# tasks file for Windows_Implementation\n\n- name: Manage Environmental Variable\n win_path:\n name: \"{{ env_var }}\"\n elements: \"{{ path }}\"\n scope: \"{{ scope }}\"\n state: \"{{ env_state }}\"\n tags:\n - env_v...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2011, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/disable_resolved_dns_stub_listener
7,561
[ "no_license" ]
[ { "path": "basic/roles/disable_resolved_dns_stub_listener/tasks/main.yml", "content": "---\n\n- name: Make directory /etc/systemd/resolved.conf.d/\n ansible.builtin.file:\n path: \"/etc/systemd/resolved.conf.d\"\n state: directory\n mode: '0755'\n owner: \"root\"\n group: \"root\"\n notify:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/docker
7,561
[ "no_license" ]
[ { "path": "basic/roles/docker/defaults/main.yml", "content": "\nipv6_enabled: false\n\n# Enable docker daemon config\ndocker_config_path: /etc/docker/daemon.json\ndocker_config_enabled: false\ndocker_config: {}\n\n\nwatchtower:\n enabled: false\n image:\n tag: latest\n\n\nautoheal_enabled: false\n", ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5167, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/gitlab_runner
7,561
[ "no_license" ]
[ { "path": "basic/roles/gitlab_runner/tasks/main.yaml", "content": "- name: Install GitLab Runner dependencies\n apt:\n pkg: \n - debian-archive-keyring\n - apt-transport-https\n - wget\n - curl\n state: present\n update_cache: yes\n when: ansible_distribution == 'Debian' or ansible_di...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1699, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/hostname
7,561
[ "no_license" ]
[ { "path": "basic/roles/hostname/tasks/main.yml", "content": "- name: Set hostname\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n\n- name: Update hostname in /etc/hostname\n ansible.builtin.lineinfile:\n path: /etc/hostname\n regexp: '^.*$'\n line: \"{{ hostname }}\"\n\n- name: Update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/install_system_tools
7,561
[ "no_license" ]
[ { "path": "basic/roles/install_system_tools/tasks/main.yaml", "content": "- name: Remove snapd\n apt:\n name: snapd\n purge: true\n autoremove: true\n state: absent\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install System Tools\n apt:\n pkg:\n - apt-transport-https\n - ca-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/packer
7,561
[ "no_license" ]
[ { "path": "basic/roles/packer/tasks/main.yml", "content": "- name: Add an Apt signing key, uses whichever key is at the URL\n apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n\n- name: Install GitLab Runner dependencies\n apt:\n pkg:\n - debian-archive-keyring\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1620, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/qemu_user_static
7,561
[ "no_license" ]
[ { "path": "basic/roles/qemu_user_static/tasks/main.yaml", "content": "---\n- name: Install System Tools\n apt:\n pkg:\n - qemu-user-static\n state: latest\n update_cache: yes\n install_recommends: no\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/secure_ssh
7,561
[ "no_license" ]
[ { "path": "basic/roles/secure_ssh/tasks/main.yaml", "content": "# Configure Fail2Ban\n# Configure SSH with same port as fail2ban\n- name: Save ssh port\n set_fact:\n ansible_host_port: \"{{ ansible_port }}\"\n\n- name: Change ssh port to 22\n set_fact:\n ansible_port: 22\n\n- name: Install System To...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1862, "all_permissive": false }
ansible_role
Muxxxi/ansible-roles
ae5227a1d3bd16cb28240c251dea97568c20b972
0
basic/roles/update
7,561
[ "no_license" ]
[ { "path": "basic/roles/update/tasks/main.yml", "content": "---\n- name: Update all packages\n apt:\n upgrade: full\n update_cache: yes\n register: update\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Remove dependencies that are no longer required\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/assign_ip_addresses
7,561
[ "no_license" ]
[ { "path": "ansible/roles/assign_ip_addresses/tasks/main.yml", "content": "---\n- name: Assign IP Addresses to interfaces\n netbox.netbox.netbox_ip_address:\n netbox_url: \"{{ lookup('ansible.builtin.env', 'NETBOX_API') }}\"\n netbox_token: \"{{ lookup('ansible.builtin.env', 'NETBOX_TOKEN') }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2089, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_aggregates
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_aggregates/tasks/main.yml", "content": "---\n- name: Create Aggregates within NetBox\n netbox.netbox.netbox_aggregate:\n netbox_url: \"{{ lookup('ansible.builtin.env', 'NETBOX_API') }}\"\n netbox_token: \"{{ lookup('ansible.builtin.env', 'NETBOX_TOKEN') }}\"\n data:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_prefix_and_vlan_roles
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_prefix_and_vlan_roles/tasks/main.yml", "content": "--- \n- name: Create Prefix and VLAN Roles within NetBox\n netbox.netbox.netbox_ipam_role:\n netbox_url: \"{{ lookup('ansible.builtin.env', 'NETBOX_API') }}\"\n netbox_token: \"{{ lookup('ansible.builtin.env', 'NETBOX...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 534, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_prefixes
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_prefixes/tasks/main.yml", "content": "---\n- name: Create Prefixes within NetBox\n netbox.netbox.netbox_prefix:\n netbox_url: \"{{ lookup('ansible.builtin.env', 'NETBOX_API') }}\"\n netbox_token: \"{{ lookup('ansible.builtin.env', 'NETBOX_TOKEN') }}\"\n data: \"{{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_rirs
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_rirs/vars/main.yml", "content": "---\nipam_rirs:\n\n - name: RFC 1918\n is_private: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "ansible/roles/create_rirs/tasks/main.yml", "content": "---\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_supernets
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_supernets/vars/main.yml", "content": "---\nsupernet_prefixes:\n\n - prefix: 192.168.0.0/22\n status: reserved\n description: Brisbane Site Supernet\n site: AUBRI01\n tenant: Consulting", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 543, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_vlan_groups
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_vlan_groups/vars/main.yml", "content": "---\nvlan_groups:\n\n - name: Brisbane_VLANS\n scope_type: dcim.site\n scope: AUBRI01", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/create_vlan_groups/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_vlan_interfaces
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_vlan_interfaces/vars/main.yml", "content": "---\ninterfaces:\n\n - device: AUBRI01-SW-1\n enabled: yes\n type: virtual\n name: vlan.10\n\n - device: AUBRI01-SW-1\n enabled: yes\n type: virtual\n name: vlan.20\n\n - device: AUBRI01-SW-1\n enabled: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 780, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/create_vlans
7,561
[ "no_license" ]
[ { "path": "ansible/roles/create_vlans/tasks/main.yml", "content": "---\n- name: Create VLANs\n netbox.netbox.netbox_vlan:\n netbox_url: \"{{ lookup('ansible.builtin.env', 'NETBOX_API') }}\"\n netbox_token: \"{{ lookup('ansible.builtin.env', 'NETBOX_TOKEN') }}\"\n data: \"{{ vlan }}\"\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1246, "all_permissive": false }
ansible_role
netbox-community/netbox-zero-to-hero
d604cafea95d8fdcf751cb4739d99a0453493972
215
ansible/roles/generate_config
7,561
[ "no_license" ]
[ { "path": "ansible/roles/generate_config/vars/main.yml", "content": "---\nnetbox_url: \"{{ lookup('ansible.builtin.env', 'NETBOX_API') }}\"\nnetbox_token: \"{{ lookup('ansible.builtin.env', 'NETBOX_TOKEN') }}\"\nconfigs_directory: configs", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2682, "all_permissive": false }
ansible_role
sysnet4admin/_Book_Ansible
1498199c6c2c5a0f8ef46a5aae9a616b06d0a04f
10
ch7/7.2.1/install/roles/nginx
7,561
[ "no_license" ]
[ { "path": "ch7/7.2.1/install/roles/nginx/tasks/config.yml", "content": "---\n- name: port from 80 to 8080\n copy:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n mode: 0644\n\n- name: create web page for each node\n template:\n src: index.j2\n dest: /usr/share/nginx/html/index.html\n m...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1474, "all_permissive": false }
ansible_role
tkelkermans/ansible-role-uag
f80cb8b03e591918fbe61ffc59a45212f786a83b
0
roles/uag-certs
7,561
[ "no_license" ]
[ { "path": "roles/uag-certs/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - uag-certs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/uag-certs/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1431, "all_permissive": false }
ansible_role
Finfra/ansible_course
26c78568703d39ee7c2829724b73d76b5f442e13
4
07.Role/01.verySimpleRole/roles/common
7,561
[ "no_license" ]
[ { "path": "07.Role/01.verySimpleRole/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install tree. {{ all_test }}\n yum: \n name=tree \n state=latest\n tags: tree\n- name: Install crul. {{ all_test }}\n yum: \n name=c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
Finfra/ansible_course
26c78568703d39ee7c2829724b73d76b5f442e13
4
07.Role/01.verySimpleRole/roles/web
7,561
[ "no_license" ]
[ { "path": "07.Role/01.verySimpleRole/roles/web/tasks/main.yml", "content": "---\n- import_tasks: install_httpd.yml\n- import_tasks: copy_code.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "07.Role/01.verySimpleRole/roles/web/tasks/install_ht...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 532, "all_permissive": false }
ansible_role
saiello/external-kafka-connect-operator
ca04018e64875a46c69ec7b7568f6cf0a957e0e8
0
roles/kafkaconnector
7,561
[ "no_license" ]
[ { "path": "roles/kafkaconnector/defaults/main.yml", "content": "---\n# defaults file for KafkaConnector\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/kafkaconnector/tasks/main.yml", "content": "---\n- name: Prepare some variables\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1831, "all_permissive": false }
ansible_role
AlexStefan17/IaC-DevOps-Roadmap
b72ec2e700c87ce7b43140ed0f36b2cb901dcd07
0
roles/app
7,562
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "- name: Upload static HTML tarball\n copy:\n src: files/site.tar.gz\n dest: /tmp/site.tar.gz\n become: yes\n\n- name: Extract static HTML tarball to /var/www/html\n unarchive:\n src: /tmp/site.tar.gz\n dest: /var/www/html/\n remote_src: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
ilosaurus/alpha-ssh
3078e113fe2508440362cd7d0e9c3bdda7e7e44b
1
ansible/roles/appclient
7,562
[ "no_license" ]
[ { "path": "ansible/roles/appclient/templates/alpha_report.py.j2", "content": "#!/usr/bin/env python\nimport mysql.connector\nimport sys\nimport Server\n\ndef main():\n db_user = '{{ mysql_username }}'\n db_password = '{{ <PASSWORD> }}'\n db_name = 'ssh_access_reports'\n db_host = '{{ server_ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1634, "all_permissive": false }
ansible_role
ilosaurus/alpha-ssh
3078e113fe2508440362cd7d0e9c3bdda7e7e44b
1
ansible/roles/appserver
7,562
[ "no_license" ]
[ { "path": "ansible/roles/appserver/templates/alpha_report.py.j2", "content": "#!/usr/bin/env python\nimport mysql.connector\nimport sys\nimport alpha_server\n\ndef main():\n db_user = '{{ mysql_username }}'\n db_password = '{{ <PASSWORD>_password }}'\n db_name = 'ssh_access_reports'\n db_host ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8782, "all_permissive": false }
ansible_role
ilosaurus/alpha-ssh
3078e113fe2508440362cd7d0e9c3bdda7e7e44b
1
ansible/roles/initconfig
7,562
[ "no_license" ]
[ { "path": "ansible/roles/initconfig/vars/main.yml", "content": "---\n# vars file for initconfig", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/initconfig/handlers/main.yml", "content": "---\n# handlers file for initconfig", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 655, "all_permissive": false }
ansible_role
ilosaurus/alpha-ssh
3078e113fe2508440362cd7d0e9c3bdda7e7e44b
1
ansible/roles/mysql
7,562
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: Create mysql database\n mysql_db: name=ssh_access_reports state=present\n become: yes\n\n- name: Create mysql user\n mysql_user: \n name={{ mysql_username }} \n password={{ <PASSWORD>_<PASSWORD> }} \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 370, "all_permissive": false }
ansible_role
ilosaurus/alpha-ssh
3078e113fe2508440362cd7d0e9c3bdda7e7e44b
1
ansible/roles/testingclient
7,562
[ "no_license" ]
[ { "path": "ansible/roles/testingclient/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - testingclient", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/testingclient/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 467, "all_permissive": false }
ansible_role
ilosaurus/alpha-ssh
3078e113fe2508440362cd7d0e9c3bdda7e7e44b
1
ansible/roles/testingserver
7,562
[ "no_license" ]
[ { "path": "ansible/roles/testingserver/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - testing", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/testingserver/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
olivermel/nasa
e06f8e7b2dc82763e5d1f3850c7864aa9615fcc1
0
roles/spacewalk
7,562
[ "no_license" ]
[ { "path": "roles/spacewalk/templates/spacewalk-file.j2", "content": "admin-email = root@localhost\nssl-set-cnames = spacewalk2\nssl-set-org = Spacewalk Org\nssl-set-org-unit = spacewalk\nssl-set-city = Greenbelt\nssl-set-state = Maryland\nssl-set-country = USA\nssl-password = <PASSWORD>\nssl-set-email = roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 923, "all_permissive": false }
ansible_role
wipro-sdx/Automation
a8c46217d0fbe51a71597b5db87cbe98ed19297a
0
projects/Linux_Hardening/roles/Linux_Hardening
7,562
[ "no_license" ]
[ { "path": "projects/Linux_Hardening/roles/Linux_Hardening/tasks/main.yml", "content": "---\n - name: transfer script to hosts\n copy: src=/var/lib/awx/projects/Linux_Hardening/roles/Linux_Hardening/tasks/Linux_Hardening.sh dest=/root/Linux_Hardening/ mode=0777\n\n - name: Execute the script\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
wipro-sdx/Automation
a8c46217d0fbe51a71597b5db87cbe98ed19297a
0
projects/Switch_Operations/roles/Feature
7,562
[ "no_license" ]
[ { "path": "projects/Switch_Operations/roles/Feature/tasks/main.yml", "content": "---\n\n- name: configuring feature\n nxos_feature:\n feature: \"{{feature}}\"\n state: \"{{condition}}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
wipro-sdx/Automation
a8c46217d0fbe51a71597b5db87cbe98ed19297a
0
projects/Switch_Operations/roles/Interface
7,562
[ "no_license" ]
[ { "path": "projects/Switch_Operations/roles/Interface/tasks/main.yml", "content": "---\n\n\n- name: configuring feature\n nxos_feature:\n feature: lacp\n state: enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
wipro-sdx/Automation
a8c46217d0fbe51a71597b5db87cbe98ed19297a
0
projects/Switch_Operations/roles/OSPF
7,562
[ "no_license" ]
[ { "path": "projects/Switch_Operations/roles/OSPF/tasks/main.yml", "content": "---\n\n- name: Enabling OSPF feature\n nxos_feature:\n feature: ospf\n state: enabled\n\n\n- name: Enable L3 Port\n nxos_interface:\n interface: \"{{interface}}\"\n mode: layer3\n\n- name: Enable OSPF\n nxos_command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
wipro-sdx/Automation
a8c46217d0fbe51a71597b5db87cbe98ed19297a
0
projects/Win_firewall/roles/Win_firewall
7,562
[ "no_license" ]
[ { "path": "projects/Win_firewall/roles/Win_firewall/tasks/main.yml", "content": "---\n- \n name: Enable firewall for Domain, Public and Private profiles\n tags: enable_firewall\n win_firewall:\n profiles:\n - Domain\n - Private\n - Public\n state: enabled\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
wipro-sdx/Automation
a8c46217d0fbe51a71597b5db87cbe98ed19297a
0
projects/aws_rds/roles/aws_rds
7,562
[ "no_license" ]
[ { "path": "projects/aws_rds/roles/aws_rds/tasks/main.yml", "content": "---\n- name: Create Database\n rds:\n aws_access_key: <KEY>\n aws_secret_key: <KEY>\n region: us-east-1\n command: create\n instance_name: new-database\n db_engine: MySQL\n size: 10\n instance_type: db.m1.small\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }