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
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/influxdb_exporter
5,757
[ "no_license" ]
[ { "path": "roles/influxdb_exporter/tasks/main.yaml", "content": "- name: Download 'influxdb-stats-exporter'\n get_url:\n url: https://github.com/carlpett/influxdb_stats_exporter/releases/download/v0.1.1/influx_stats_exporter_linux_amd64\n dest: /usr/local/bin/\n\n- name: Giving permission to influx_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/init
5,757
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "- name: gather facts from all vms\n setup:\n\n- name: Update APT cache\n ansible.builtin.apt:\n cache_valid_time: 86400\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/mysql
5,757
[ "no_license" ]
[ { "path": "roles/mysql/handlers/main.yaml", "content": "- name: Restart mysql\n service:\n name: mysql\n state: restarted\n enabled: yes\n\n- name: Reset MySQL source\n mysql_replication:\n mode: \"{{ item }}\"\n login_unix_socket: /var/run/mysqld/mysqld.sock\n loop:\n - stopreplica\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2297, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/mysql_backup
5,757
[ "no_license" ]
[ { "path": "roles/mysql_backup/templates/backup.my.cnf.j2", "content": "[client]\nuser={{ backup_user }}\npassword={{ <PASSWORD> }}\n\n[mysqldump]\nno_tablespaces\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/mysql_backup/tasks/main.yaml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1452, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/mysql_exporter
5,757
[ "no_license" ]
[ { "path": "roles/mysql_exporter/handlers/main.yaml", "content": "- name: Restart mysql\n service:\n name: mysql\n state: restarted\n enabled: yes\n\n- name: Restart mysqld exporter\n service:\n name: prometheus-mysqld-exporter\n state: restarted\n\n\n- name: zed\n community.mysql.mysql_qu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1607, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/mysql_helper
5,757
[ "no_license" ]
[ { "path": "roles/mysql_helper/tasks/main.yaml", "content": "- name: mysql execute query\n community.mysql.mysql_query:\n login_db: \"{{ mysql_user }}\"\n query: \"{{ item }}\"\n login_unix_socket: /run/mysqld/mysqld.sock\n loop:\n - stop slave;\n - reset slave;\n - start slave;\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/nginx
5,757
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.j2", "content": "server {\n\n\tlisten 80 default_server;\n\tserver_name _;\n\t\n\tlisten 8080 default_server;\n location = /stub_status {\n \tallow 127.0.0.1;\n \tdeny all;\n stub_status;\n }\n\n\n{% for sites in reverse_pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 914, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/nginx_exporter
5,757
[ "no_license" ]
[ { "path": "roles/nginx_exporter/tasks/main.yaml", "content": "- name: Install 'prometheus-nginx-exporter'\n apt:\n name: prometheus-nginx-exporter\n notify: \n - Restart nginx\n - Reload systemd\n - Restart nginx exporter\n\n- name: Execute handlers preemptively\n meta: flush_handlers\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/node_exporter
5,757
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "- name: Install 'prometheus-node-exporter'\n apt:\n name: prometheus-node-exporter\n\n- name: Make sure 'prometheus-node-exporter' started\n service:\n name: prometheus-node-exporter\n state: started\n enabled: yes\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/pinger
5,757
[ "no_license" ]
[ { "path": "roles/pinger/templates/pinger.conf.j2", "content": "database_url=http://{{groups['influx_telegraf'][0]}}.{{ startup }}:8086\ndatabase_name=latency\ntargets=google.com,cloudflare.com,twitter.com,fb.com,taltech.ee\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 928, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/prometheus
5,757
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "- name: Install 'prometheus'\n apt:\n name: prometheus\n\n- name: Copy prometheus.yml.j2 template\n template:\n src: prometheus.yml.j2\n dest: /etc/prometheus/prometheus.yml\n notify: Restart prometheus\n\n- name: Copy prometheus.j2 templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1142, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/setdnsrecords
5,757
[ "no_license" ]
[ { "path": "roles/setdnsrecords/tasks/main.yaml", "content": "- name: Set A records\n when: inventory_hostname == master_dns\n nsupdate:\n key_algorithm: \"hmac-sha256\"\n key_name: \"dns_update_key\"\n key_secret: \"{{ dns_pass }}\"\n server: \"localhost\"\n zone: \"{{ domain }}\"\n reco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/users
5,757
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "- name: Linux user juri\n ansible.builtin.user:\n name: juri\n\n- name: Linux user roman\n ansible.builtin.user:\n name: roman\n\n- name: Public key of linux user juri\n ansible.posix.authorized_key:\n user: juri\n # state: present\n key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/uwsgi
5,757
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Install uwsgi\n apt:\n name: uwsgi\n\n- name: Install 'uwsgi-plugin-python3'\n apt:\n name: uwsgi-plugin-python3\n state: latest \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
mhcurlee/ansible-build
e68d2f2594f6f9ce8a81ac207f92107977d0abc1
0
roles/httpd
5,757
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n\n- name: install apache\n yum:\n name: httpd\n state: latest\n\n- name: copy image ansible image\n copy:\n src: ansible.png\n dest: /var/www/html/ansible.png\n\n- name: copy terraform image\n copy:\n src: terraform.png\n dest: /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
gi949/homework_lesson2
def11c34cfd5e4e58523142bef7a7d59823e1d87
0
roles/gfs2_start
5,757
[ "no_license" ]
[ { "path": "roles/gfs2_start/tasks/main.yml", "content": "---\n\n- name: find target\n shell: iscsiadm -m discovery -t st -p {{ gfs_ip }}\n\n- name: connection to target\n shell: iscsiadm -m node -l -T {{ gfs_portal }}\n\n- name: pacemaker cluster configuration (step 1)\n shell: pcs property set stonith-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1935, "all_permissive": false }
ansible_role
gi949/homework_lesson2
def11c34cfd5e4e58523142bef7a7d59823e1d87
0
roles/pcs_start
5,757
[ "no_license" ]
[ { "path": "roles/pcs_start/tasks/main.yml", "content": "---\n\n- name: Install packages\n yum: name={{ item }} state=present\n with_items:\n - pacemaker \n - pcs \n - fence-agents-all\n - gfs2-utils \n - lvm2-cluster \n - iscsi-initiator-utils\n \n- name: edit hosts\n blockinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1517, "all_permissive": false }
ansible_role
gi949/homework_lesson2
def11c34cfd5e4e58523142bef7a7d59823e1d87
0
roles/target_start
5,757
[ "no_license" ]
[ { "path": "roles/target_start/tasks/main.yml", "content": "---\n\n- name: Install packages\n yum: name={{ item }} state=present\n with_items:\n - targetcli\n \n- name: Enable target service\n systemd:\n name: target\n state: started\n enabled: true\n\n- name: Create disk\n shell: targetcl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1162, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/base
5,757
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Update apt cache, upgrade packages, remove useless packages from cache, remove dependencies that are no longer required\n tags: upgrade\n apt:\n update_cache: yes\n upgrade: dist\n # autoclean: yes\n # autoremove: yes\n\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/certbot
5,757
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yml", "content": "- name: Install certbot\n tags: certbot, setup\n pip:\n name:\n - certbot\n - certbot-nginx\n executable: pip3\n\n #- name: Get new certificate\n # tags: ssl\n # command: '/usr/local/bin/certbot -n --nginx certonly -d {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/closingtags
5,757
[ "no_license" ]
[ { "path": "roles/closingtags/tasks/main.yml", "content": "\n- name: Ensure tests pass first\n tags: closingtags, build, deploy\n shell: npm run test\n args:\n chdir: ~/Dev/projects/closingtags/\n delegate_to: 127.0.0.1\n\n- name: Build closingtags site locally\n tags: closingtags, build, deploy\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2602, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/ddns
5,757
[ "no_license" ]
[ { "path": "roles/ddns/tasks/main.yml", "content": "\n- name: Add ddns bash script\n tags: ddns, bash\n copy:\n src: ddns.sh # https://gist.github.com/Dilden/cbe4787b5e776eb13989df1ba8b54612\n dest: /root/ddns.sh\n owner: root\n group: root\n mode: 0744\n\n- name: Setup cronjob to update DNS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/grafana
5,757
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: Install the gpg key for Grafana + Grafana repos\n shell: wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | tee /etc/apt/keyrings/grafana.gpg > /dev/null\n\n- name: Add Grafana stable repos\n apt_repository:\n repo: \"deb [signed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/helth
5,757
[ "no_license" ]
[ { "path": "roles/helth/tasks/main.yml", "content": "- name: Build helth app locally\n tags: helth, build, deploy\n shell: npm run build\n args:\n chdir: ~/Dev/projects/helth/\n delegate_to: 127.0.0.1\n\n- name: Copy build to server\n tags: helth, build, deploy\n copy:\n src: ~/Dev/projects/helth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1329, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/nextcloud
5,757
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "- name: Remove previous temp folders\n file:\n path: /var/www/nextcloud/\n state: absent\n\n- name: Unpack remote release file to /var/www/nextcloud/\n unarchive:\n remote_src: true\n src: '{{ release }}'\n dest: /var/www/\n\n- name: S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2057, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/nginx
5,757
[ "no_license" ]
[ { "path": "roles/nginx/tasks/subdomain.yml", "content": "- name: Add site config file for new domain\n tags: subdomain\n copy:\n src: site\n dest: /etc/nginx/sites-available/{{ host_name }}\n owner: root\n group: root\n mode: 0644\n\n- name: Update site config server_name\n tags: subdomain...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/nodejs
5,757
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "---\nNODEJS_VERSION: \"20\"\nansible_distribution_release: \"focal\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install GPG\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/promtail
5,757
[ "no_license" ]
[ { "path": "roles/promtail/tasks/main.yml", "content": "- name: Install the gpg key for Grafana + Grafana repos\n shell: wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | tee /etc/apt/keyrings/grafana.gpg > /dev/null\n\n- name: Add Grafana stable repos\n apt_repository:\n repo: \"deb [signe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
Dilden/Ansible-Proxmox-Automation
9435b7bcd844c8529f807ec83f74a35a100a13c5
105
roles/proxmox
5,757
[ "no_license" ]
[ { "path": "roles/proxmox/handlers/main.yml", "content": "- name: sleep\n pause:\n seconds: 10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/proxmox/tasks/main.yml", "content": "- name: create containers\n tags: proxmox, create, d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1947, "all_permissive": false }
ansible_role
Pavanasho/expense-ansible-roles
b7287737eb37b92833e734951862e8e0e9685bcd
0
roles/backend
6,416
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "login_user: root\nlogin_password: <PASSWORD>\nlogin_host: mysql.dpak.online\nlocal_host: mysql.dpak.online\ncomponent: backend\napp_location: /app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1825, "all_permissive": false }
ansible_role
Pavanasho/expense-ansible-roles
b7287737eb37b92833e734951862e8e0e9685bcd
0
roles/common
6,416
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: remove existing directory\n tags:\n - deployment\n ansible.builtin.file:\n path: \"{{ app_location }}\" # backend folder is /app, frontend /usr/share/nginx/html\n state: absent\n\n- name: create directory\n tags:\n - deployment\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
Pavanasho/expense-ansible-roles
b7287737eb37b92833e734951862e8e0e9685bcd
0
roles/frontend
6,416
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "backend_location: backend.dpak.online\ncomponent: frontend\napp_location: /usr/share/nginx/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/frontend/templates/expense.conf.j2", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1160, "all_permissive": false }
ansible_role
Pavanasho/expense-ansible-roles
b7287737eb37b92833e734951862e8e0e9685bcd
0
roles/mysql
6,416
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: install python libs\n ansible.builtin.pip:\n name: \"{{ item }}\"\n executable: pip3.9\n loop:\n - PyMySQL\n - cryptography\n\n- name: install mysql server\n ansible.builtin.package:\n name: mysql-server\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
reddy0233/ansible
6c550af9d8708a07627bf32c6420e881163edc21
0
roles/deploy
6,416
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: copy the artifact from local to target machine\n copy: \n src: /home/devops/workspace/end_to_end/applogin/target/applogin-1.3.war\n dest: /tmp\n\n- name: deploy to artifact tomcat\n copy: \n src: /tmp/applogin-1.3.war\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
reddy0233/ansible
6c550af9d8708a07627bf32c6420e881163edc21
0
roles/java
6,416
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "---\njava_deb: openjdk-8-jdk\njava_rhel: java-1.8.0-openjdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install java in debian\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
reddy0233/ansible
6c550af9d8708a07627bf32c6420e881163edc21
0
roles/tom_install
6,416
[ "no_license" ]
[ { "path": "roles/tom_install/vars/main.yml", "content": "---\nVERSION: 9.0.46\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/tom_install/tasks/main.yml", "content": "---\n- name: creating system user\n user:\n name: tomcat\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1748, "all_permissive": false }
ansible_role
reddy0233/ansible
6c550af9d8708a07627bf32c6420e881163edc21
0
roles/webserver
6,416
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: installing webserver in debian\n apt:\n name: apache2\n state: latest\n when: ansible_os_family == \"Debian\"\n\n- name: installing webserver in redhat\n yum:\n name: httpd\n state: latest\n when: ansible_os_family ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 685, "all_permissive": false }
ansible_role
ngatcheu/Ansible-kubeadm-cluster
db3df7a5f21e5f9a3c0ecd36b2451a585ec79b3c
0
roles/ansible-role-k8s
6,416
[ "no_license" ]
[ { "path": "roles/ansible-role-k8s/defaults/main.yml", "content": "---\nkubernetes_version: '1.28'\nkubernetes_specific_version: '1.28.0'\nkubernetes_role: \"primary_control_plane\"\nkubernetes_control_plane_ip: \"\"\nkubernetes_control_plane_endpoint: \"\"\nkubernetes_cni_network:\n cni: 'calico'\n cidr: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8179, "all_permissive": false }
ansible_role
zornme/ansible-playbook-znc-irc-bot
a01d89dcf8504d64ad06e3c0f7ec6246367e81a6
0
roles/common
6,416
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# vi: set numberwidth=2 :\n# vi: set tabstop=2 :\n# vi: set shiftwidth=2 :\n\n---\n - name: Add zorn user\n user: name=zorn\n\n - name: Add zorn authorized_keys\n authorized_key: user=zorn key=https://github.com/zornme.keys\n\n - name: Add zorn t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
zornme/ansible-playbook-znc-irc-bot
a01d89dcf8504d64ad06e3c0f7ec6246367e81a6
0
roles/gerickbot
6,416
[ "no_license" ]
[ { "path": "roles/gerickbot/tasks/main.yml", "content": "# vi: set numberwidth=2 :\n# vi: set tabstop=2 :\n# vi: set shiftwidth=2 :\n\n---\n - name: Install apt prerequisites\n apt: name={{ item }} state=present\n with_items:\n - screen # TODO properly daemonize bot\n - git\n - ruby\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1349, "all_permissive": false }
ansible_role
zornme/ansible-playbook-znc-irc-bot
a01d89dcf8504d64ad06e3c0f7ec6246367e81a6
0
roles/security
6,416
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "# vi: set numberwidth=2 :\n# vi: set tabstop=2 :\n# vi: set shiftwidth=2 :\n\n---\n - name: Copy sshd_config\n copy: src=roles/security/files/sshd_config dest=/etc/ssh/sshd_config\n\n - name: Install unattended-upgrades\n apt: name=unattended-up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
zornme/ansible-playbook-znc-irc-bot
a01d89dcf8504d64ad06e3c0f7ec6246367e81a6
0
roles/znc
6,416
[ "no_license" ]
[ { "path": "roles/znc/tasks/main.yml", "content": "# vi: set numberwidth=2 :\n# vi: set tabstop=2 :\n# vi: set shiftwidth=2 :\n\n---\n - name: Install ZNC\n apt: pkg=znc state=installed\n\n - name: Configure ZNC by untarring files into ~zorn/.znc\n unarchive: src=roles/znc/files/znc.tgz dest=/home/zo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
sheeek/server_setup_ansible
85cebb6d6e658edb2093f68ab9ea91d5161ec3e6
0
roles/installPackages
6,416
[ "no_license" ]
[ { "path": "roles/installPackages/tasks/main.yml", "content": "---\n\n- name: apt update\n action: apt update_cache=yes\n\n- name : Remove unused dependencies\n apt: autoremove=true\n\n- name : Clean Up Cache\n apt: autoclean=true\n\n- name: Install a list of packages\n apt:\n pkg:\n - stow\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
sheeek/server_setup_ansible
85cebb6d6e658edb2093f68ab9ea91d5161ec3e6
0
roles/setDotfiles
6,416
[ "no_license" ]
[ { "path": "roles/setDotfiles/tasks/main.yml", "content": "---\n\n- name: Check if dotfiles directory exists\n stat:\n path: \"{{ dotfilePath }}\"\n register: dotfiles\n\n- name: Echo if dotfiles exist\n debug:\n msg: \"The .dotfiles folder exits already\"\n when: dotfiles.stat.exists == true\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
sheeek/server_setup_ansible
85cebb6d6e658edb2093f68ab9ea91d5161ec3e6
0
roles/user
6,416
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n\n- name: Add the user 'shek' with a zsh shell\n user:\n name: shek\n shell: /bin/bash\n groups: admins\n append: yes\n create_home: true\n\n\n- name: Create a 4096-bit SSH key for user shek in ~shek/.ssh/id_rsa\n user:\n name: shek...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
alvis9515/descargas
32abb34459a85bbdad77dc8caeb54046864d361d
0
roles/Prep
6,416
[ "no_license" ]
[ { "path": "roles/Prep/tasks/main.yml", "content": "---\n- name: Crear archivo de script SQL\n template:\n src: script_2template.sql.j2 # Archivo de plantilla con variables\n dest: \"{{ destino }}\" # Ruta de destino del archivo generado\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1108, "all_permissive": false }
ansible_role
0x4448/homelab
70c9128292ce196d313ff407ffeeaa70b8a7c9a8
0
roles/ansible_agent
6,416
[ "no_license" ]
[ { "path": "roles/ansible_agent/handlers/main.yml", "content": "---\n# handlers file for ansible_agent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/ansible_agent/meta/main.yml", "content": "galaxy_info:\n author: \"0x4448\"\n descri...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1179, "all_permissive": false }
ansible_role
0x4448/homelab
70c9128292ce196d313ff407ffeeaa70b8a7c9a8
0
roles/cloudflare_tunnel
6,416
[ "no_license" ]
[ { "path": "roles/cloudflare_tunnel/tasks/main.yml", "content": "---\n- name: Packages\n ansible.builtin.package:\n name:\n - dnsutils\n - iperf3\n - net-tools\n state: present\n\n- name: Cloudflare apt key\n ansible.builtin.apt_key:\n url: https://pkg.cloudflareclient.com/pubkey.gp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1444, "all_permissive": false }
ansible_role
0x4448/homelab
70c9128292ce196d313ff407ffeeaa70b8a7c9a8
0
roles/quad9
6,416
[ "no_license" ]
[ { "path": "roles/quad9/README.md", "content": "# Quad9\n\nUse Quad9 for DNS over TLS.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/quad9/vars/main.yml", "content": "---\n# vars file for quad9\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 647, "all_permissive": false }
ansible_role
40TJG940/voting-app
269e084846f550f9252a3e74326108e627bb921c
0
voting-app-infrastructure/ansible/roles/voting-app
6,416
[ "no_license" ]
[ { "path": "voting-app-infrastructure/ansible/roles/voting-app/handlers/main.yml", "content": "---\n- name: restart voting-app\n service:\n name: voting-app\n state: restarted\n\n- name: reload nginx\n service:\n name: nginx\n state: reloaded\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2807, "all_permissive": false }
ansible_role
strongjz/terraform-wordpress
148f5152504d9d8953beb1b38252e8b7ecee7397
0
files/ansible/roles/mysql
6,416
[ "no_license" ]
[ { "path": "files/ansible/roles/mysql/handlers/main.yml", "content": "---\n- name: restart mysqld\n service: name=mysqld state=restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "files/ansible/roles/mysql/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
strongjz/terraform-wordpress
148f5152504d9d8953beb1b38252e8b7ecee7397
0
files/ansible/roles/php
6,416
[ "no_license" ]
[ { "path": "files/ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install php extensions\n yum: name={{ item }} state=present\n become: yes\n with_items:\n - icu\n - libicu\n - libicu-devel\n - php-devel\n \n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
strongjz/terraform-wordpress
148f5152504d9d8953beb1b38252e8b7ecee7397
0
files/ansible/roles/server
6,416
[ "no_license" ]
[ { "path": "files/ansible/roles/server/tasks/main.yml", "content": "---\n\n- name: Install required software\n yum: name={{ item }} state=present\n become: true\n with_items:\n - httpd\n - mysql-server\n - php\n - php-mysql\n - php-devel\n - php-gd\n - php-pecl-memcache\n - php-psp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
jmack707/zero_trust
7ae8a9f8aa64a92ba0972d1e83ec3492dfbeaf97
0
00-lab-setup/ansible/roles/declarative_onboarding
6,416
[ "no_license" ]
[ { "path": "00-lab-setup/ansible/roles/declarative_onboarding/tasks/validate.yml", "content": "---\n# Step 1: Poll Declarative Onboarding Task Result\n- name: Poll Declarative Onboarding Task Status\n ansible.builtin.uri:\n url: \"https://{{ ansible_host }}/mgmt/shared/declarative-onboarding\"\n user:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1451, "all_permissive": false }
ansible_role
jmack707/zero_trust
7ae8a9f8aa64a92ba0972d1e83ec3492dfbeaf97
0
00-lab-setup/ansible/roles/download_rpms
6,416
[ "no_license" ]
[ { "path": "00-lab-setup/ansible/roles/download_rpms/tasks/main.yml", "content": "---\n- name: Create folder for RPM files\n ansible.builtin.file:\n path: \"{{ download_folder }}\"\n state: directory\n mode: '0755'\n\n- name: Fetch latest release information from GitHub for extensions\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2124, "all_permissive": false }
ansible_role
jmack707/zero_trust
7ae8a9f8aa64a92ba0972d1e83ec3492dfbeaf97
0
00-lab-setup/ansible/roles/install_rpms
6,416
[ "no_license" ]
[ { "path": "00-lab-setup/ansible/roles/install_rpms/tasks/main.yml", "content": "---\n# Step 1: Set BIG-IP provider details\n- name: Set a fact named 'provider' with BIG-IP login information\n ansible.builtin.set_fact:\n provider:\n server: \"{{ ansible_host }}\"\n user: \"{{ ansible_user }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1836, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/common
6,416
[ "no_license" ]
[ { "path": "roles/common/tasks/disk.yml", "content": "---\n- name: Install LVM tools\n apt:\n name: lvm2\n state: present\n\n- name: Configure disk partitions\n parted:\n device: \"{{ item.device }}\"\n number: \"{{ item.number }}\"\n state: present\n part_start: \"{{ item.start }}\"\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2150, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/compliance
6,416
[ "no_license" ]
[ { "path": "roles/compliance/files/cis-audit.sh", "content": "#!/bin/bash\n# CIS Ubuntu Linux 24.04 LTS Benchmark v1.0.0 Audit Script\n\n# Colors for output\nRED='\\033[0;31m'\nGREEN='\\033[0;32m'\nYELLOW='\\033[1;33m'\nNC='\\033[0m'\n\n# Function to check if a command exists\ncommand_exists() {\n command...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4959, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/disaster_recovery
6,416
[ "no_license" ]
[ { "path": "roles/disaster_recovery/tasks/main.yml", "content": "---\n- name: Install disaster recovery tools\n apt:\n name:\n - ddrescue\n - testdisk\n - forensics-all\n state: present\n\n- name: Create recovery scripts\n template:\n src: \"{{ item }}.j2\"\n dest: \"/usr/local/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/firewall
6,416
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Install UFW\n apt:\n name: ufw\n state: present\n\n- name: Reset UFW\n ufw:\n state: reset\n\n- name: Configure default UFW policies\n ufw:\n direction: \"{{ item.direction }}\"\n policy: \"{{ item.policy }}\"\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/ssh-hardening
6,416
[ "no_license" ]
[ { "path": "roles/ssh-hardening/templates/sshd_config.j2", "content": "# Security hardened sshd_config\nPort {{ ssh_port }}\nProtocol 2\n\n# Authentication\nPermitRootLogin no\nPubkeyAuthentication yes\nPasswordAuthentication no\nPermitEmptyPasswords no\nChallengeResponseAuthentication no\nUsePAM yes\n\n# Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1831, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/system-updates
6,416
[ "no_license" ]
[ { "path": "roles/system-updates/handlers/main.yml", "content": "---\n- name: restart unattended-upgrades\n service:\n name: unattended-upgrades\n state: restarted\n\n- name: Verify unattended-upgrades status\n command: systemctl status unattended-upgrades\n register: unattended_status\n changed_wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1871, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/testing
6,416
[ "no_license" ]
[ { "path": "roles/testing/tasks/main.yml", "content": "---\n- name: Install testing tools\n apt:\n name:\n - stress-ng\n - iperf3\n - nmap\n - netcat\n state: present\n\n- name: Create test scripts\n template:\n src: \"{{ item }}.j2\"\n dest: \"/usr/local/bin/{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1582, "all_permissive": false }
ansible_role
bayuirsad26/ansible-server-hardening
713a613fff25be8c50bcc6179fd6488ca9a98694
0
roles/user-management
6,416
[ "no_license" ]
[ { "path": "roles/user-management/tasks/main.yml", "content": "---\n- name: Create admin group\n group:\n name: \"{{ admin_group }}\"\n state: present\n\n- name: Create admin users\n user:\n name: \"{{ item.username }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n groups...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
frodood/web-app-k8s
900763fdbd585bf12d631f81e03018fdf7149197
0
ansible-playbooks/roles/jenkins
6,416
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/jenkins/tasks/main.yaml", "content": "---\n- name: install wget\n apt:\n name: wget\n state: present\n\n- name: Install common Ops packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=600\n with_items:\n - python-pip\n - sharutils\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
frodood/web-app-k8s
900763fdbd585bf12d631f81e03018fdf7149197
0
ansible-playbooks/roles/kubectl
6,416
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/kubectl/tasks/main.yaml", "content": "---\n- name: Install prerequisites\n apt: name={{item}} update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add kubectl GPG key\n apt_key: url=https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1496, "all_permissive": false }
ansible_role
frodood/web-app-k8s
900763fdbd585bf12d631f81e03018fdf7149197
0
ansible-playbooks/roles/prometheus
6,416
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/prometheus/handlers/main.yml", "content": "---\n# handlers file for prometheus\n- name: reload daemons\n shell: systemctl daemon-reload\n\n- name: restart prometheus\n service:\n name: prometheus\n state: restarted\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1526, "all_permissive": false }
ansible_role
chicongst/ansible-lemp
47692b5231b3f7d1860c3ec41237a591ec16ca77
0
roles/essentials
6,416
[ "no_license" ]
[ { "path": "roles/essentials/tasks/main.yml", "content": "---\n- name: Install software for apt repository management.\n become: true\n apt:\n name: ['python3-apt', 'python3-pycurl']\n state: present\n\n- name: Install essential packages\n apt:\n update_cache: yes\n pkg:\n - git\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
chicongst/ansible-lemp
47692b5231b3f7d1860c3ec41237a591ec16ca77
0
roles/mysql
6,416
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "mysql_user: root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/mysql/vars/main.yml", "content": "---\nmysql_version: 5.7\nmysql_root_password: \"<PASSWORD>\"\n", "license_type":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 617, "all_permissive": false }
ansible_role
chicongst/ansible-lemp
47692b5231b3f7d1860c3ec41237a591ec16ca77
0
roles/php
6,416
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "---\nphp_version: 7.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/php/handlers/main.yml", "content": "---\n\n- name: Start php-fpm\n service:\n name: php{{ php_version }}-fpm\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 992, "all_permissive": false }
ansible_role
Adebisea/UserBehaviour_analysis
8f4c6064050bbf4e1c5a8c13d82906071d58433d
0
.circleci/ansible/roles/dependencies
6,516
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/dependencies/files/docker_compose_pg.yml", "content": "services:\n pgdatabase:\n image: postgres:13\n environment: \n - POSTGRES_USER=admin\n - POSTGRES_PASSWORD=<PASSWORD>\n - POSTGRES_DB=newyork_taxi\n # volumes:\n # - \"/home/ubuntu/Data-En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1831, "all_permissive": false }
ansible_role
eugenyuk/3-tier_app_ansible_deploy
cf8339ee4aa08601cdb1d1a93964c4548fb01b85
0
ansible_files/roles/containers-net
6,516
[ "no_license" ]
[ { "path": "ansible_files/roles/containers-net/vars/main.yml", "content": "---\n# vars file for net-setup\nnet_name: net-10.0.0.0_16\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "ansible_files/roles/containers-net/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 855, "all_permissive": false }
ansible_role
eugenyuk/3-tier_app_ansible_deploy
cf8339ee4aa08601cdb1d1a93964c4548fb01b85
0
ansible_files/roles/ssh-key-auth
6,516
[ "no_license" ]
[ { "path": "ansible_files/roles/ssh-key-auth/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup-passwordless-ssh-transport", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible_files/roles/ssh-key-auth...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1680, "all_permissive": false }
ansible_role
ArtemKu11/devops_lab4
e3895db1eb1e71618de1f71fb5ec3f587e1e5a53
0
roles/nginx-vhosts
6,516
[ "no_license" ]
[ { "path": "roles/nginx-vhosts/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Ansible Roles</title>\n</head>\n<body>\n <h1>Hello, World from site: {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
ahmed-a-helal/iti_anisble_labs
3b8939eaa5c46e5b1aa58474301aa66b9879083d
0
lab4/roles/web
6,516
[ "no_license" ]
[ { "path": "lab4/roles/web/vars/main.yml", "content": "package_name: \"nginx\"\nservice_name: \"nginx\"\nstudent:\n first_name: \"<NAME>\"\n last_name: \"Helal\"\n bio: \"Junior Devops Engineer\"\n\n\nwebsite_static_files:\n - assets/css/animate.css\n - assets/css/bootsnav.css\n - assets/css/bootstrap....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3387, "all_permissive": false }
ansible_role
Colenk/ansible-config
0efffef49ea25068559543e1fc21b93515a68b37
0
roles/base
6,516
[ "no_license" ]
[ { "path": "roles/base/tasks/software/packages_utilities.yml", "content": "- name: system setup | utilities | install utility packages\n tags: packages,system,settings\n package:\n state: latest\n name:\n - colordiff\n - curl\n - '{{ dns_utils_package}}'\n - htop\n - net-tool...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9374, "all_permissive": false }
ansible_role
filler36/jenkins_day6
2f07bf233f3bc5481ede5adf78603c607c9d3ea1
0
roles/java
6,516
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n\n- name: Install java\n yum:\n name: java-devel\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
filler36/jenkins_day6
2f07bf233f3bc5481ede5adf78603c607c9d3ea1
0
roles/jenkins
6,516
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n\n- name: Creating user jenkins\n become: yes\n user:\n name: jenkins\n password: <PASSWORD>.\n\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
filler36/jenkins_day6
2f07bf233f3bc5481ede5adf78603c607c9d3ea1
0
roles/nginx
6,516
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Add epel-release repo\n yum:\n name: epel-release\n state: present\n\n- name: Install nginx\n yum:\n name: nginx\n state: present\n\n- name: Copy nginx configuration\n copy:\n src: nginx.conf\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
filler36/jenkins_day6
2f07bf233f3bc5481ede5adf78603c607c9d3ea1
0
roles/postgresql
6,516
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "---\n# handlers file for postgresql\n\n- name: initdb\n become: yes\n shell: postgresql-setup initdb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/postgresql/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1091, "all_permissive": false }
ansible_role
filler36/jenkins_day6
2f07bf233f3bc5481ede5adf78603c607c9d3ea1
0
roles/sonar
6,516
[ "no_license" ]
[ { "path": "roles/sonar/tasks/main.yml", "content": "---\n# tasks file for sonar\n\n- name: Install unzip\n become: yes\n yum:\n name: unzip\n state: present\n\n- name: Download foo.conf\n get_url:\n url: https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.6.zip\n dest: /home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
anzersy/ansible-etcd3
4bcfe6137cfcb2a336f3644cd2e22506ae347727
0
roles/etcd3
6,516
[ "no_license" ]
[ { "path": "roles/etcd3/tasks/etcd-start.yml", "content": "---\n\n- name: start etcd\n systemd:\n name: etcd\n daemon_reload: yes\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/etcd3/templates/e...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8031, "all_permissive": false }
ansible_role
franaraujo77/hyperion-ansible
007814a1e2fd1921630aa8185ebb07ea6368a101
0
roles/prereq
6,516
[ "permissive" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "---\n- name: Set same timezone on every Server\n timezone:\n name: \"{{ system_timezone }}\"\n when: (system_timezone is defined) and (system_timezone != \"Your/Timezone\")\n\n- name: Set SELinux to disabled state\n selinux:\n state: disabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": true }
ansible_role
mattstibbs/digitalowl
a6374d2d57d3d26e481f67dc7ca0eb86c7543915
0
deployment/roles/db
6,516
[ "no_license" ]
[ { "path": "deployment/roles/db/tasks/main.yml", "content": "---\n# This playbook installs and (re)configures Postgres.\n- name: update apt-cache\n apt: update_cache=yes\n\n- name: install Postgres, its headers, and psycopg2\n apt: pkg={{ item }} state=present\n with_items:\n - postgresql\n - postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": false }
ansible_role
mattstibbs/digitalowl
a6374d2d57d3d26e481f67dc7ca0eb86c7543915
0
deployment/roles/server
6,516
[ "no_license" ]
[ { "path": "deployment/roles/server/tasks/main.yml", "content": "---\n# This playbook provides basic elements of a server we would like to maintain\n- name: update apt-cache\n become: yes\n become_method: sudo\n apt: update_cache=yes\n\n- name: install packages for sysadmin\n apt: pkg={{ item }} state=pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
devopsteam-master/voting-app
e4dcb634693f8246084f54fc249f56da77d47846
0
ansible/hardening/roles/docker
6,516
[ "no_license" ]
[ { "path": "ansible/hardening/roles/docker/tasks/install-docker-iran.yml", "content": "---\n#tasks file for docker\n- name: Update /etc/apt/sources.list.d/ordogah.list based on OS\n ansible.builtin.apt_repository:\n repo: \"{{ item.repo }}\"\n state: \"{{ item.state }}\"\n loop: \"{{ repositories | s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6725, "all_permissive": false }
ansible_role
devopsteam-master/voting-app
e4dcb634693f8246084f54fc249f56da77d47846
0
ansible/hardening/roles/harden
6,516
[ "no_license" ]
[ { "path": "ansible/hardening/roles/harden/tasks/lynis.yml", "content": "- name: Run Lynis audit\n command: lynis audit system --no-colors\n register: lynis_output\n\n- name: Display Hardening Index\n debug:\n msg: \"{{ lynis_output.stdout | regex_search('Hardening index\\\\s*:\\\\s*\\\\d+\\\\s*\\\\[.*...
{ "task_files": 15, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 18, "total_bytes": 15492, "all_permissive": false }
ansible_role
devopsteam-master/voting-app
e4dcb634693f8246084f54fc249f56da77d47846
0
ansible/hardening/roles/host
6,516
[ "no_license" ]
[ { "path": "ansible/hardening/roles/host/handlers/main.yml", "content": "---\n# handlers file for host\n- name: restart-netmanager\n ansible.builtin.service:\n name: NetworkManager\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2885, "all_permissive": false }
ansible_role
devopsteam-master/voting-app
e4dcb634693f8246084f54fc249f56da77d47846
0
ansible/hardening/roles/nexus
6,516
[ "no_license" ]
[ { "path": "ansible/hardening/roles/nexus/templates/env.j2", "content": "#Domain\nDOMAIN_ADDRESS=devops.harimi.ir\nNEXUS_SUB_DOMAIN=repo\nHUB_SUB_DOMAIN=hub\nK8S_SUB_DOMAIN=k8s\nQUAY_SUB_DOMAIN=quay\nREGISTRY_SUB_DOMAIN=registry\n\n# Nexus image tag\nNEXUS_IMAGE_TAG=3.68.1\n\n# restart policy\nRESTART_POLICY...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1076, "all_permissive": false }
ansible_role
devopsteam-master/voting-app
e4dcb634693f8246084f54fc249f56da77d47846
0
ansible/hardening/roles/traefik
6,516
[ "no_license" ]
[ { "path": "ansible/hardening/roles/traefik/tasks/start-traefik.yml", "content": "- name: Start Traefik\n command: docker compose up -d\n args:\n chdir: /opt/traefik\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/hardening/roles/tr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1039, "all_permissive": false }
ansible_role
naveen65344/ansible-roles
683a680ce87d77660aafd359ff59343d076b849d
0
roles/backend
6,516
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "\n - name: disabling nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n\n\n - name: disabling nodejs\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n - name: Installing nodejs\n ansible.builtin.package:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1714, "all_permissive": false }
ansible_role
naveen65344/ansible-roles
683a680ce87d77660aafd359ff59343d076b849d
0
roles/common
6,516
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": " - name: Ensure the directory /opt/expense exists\n ansible.builtin.file:\n path: \"{{app_location}}\" # The directory you want to create\n state: absent \n ignore_errors: true \n\n \n \n - name: Ensure the directory /opt/expense ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
naveen65344/ansible-roles
683a680ce87d77660aafd359ff59343d076b849d
0
roles/frontend
6,516
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "\n - name: installling nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n - name: starting service\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes \n \n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
Mahitha8/test_circleCI
6aa84d2e96004a65d45b31169ecd250816dd910b
0
.circleci/ansible/roles/deploy
6,516
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n update_cache: yes\n\n- name: Creates directory\n file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
sunx/terraform-aws-ans-k8s
c7f779e69f0b7b28d1de73ecbaa66f6a67e771d4
0
roles/k8s
6,516
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\n - include: certs.yml\n become: no\n run_once: true\n - include: copy.yml\n when: ('masters' in group_names)\n - include: prehost.yml\n when: ('masters' in group_names) or ('nodes' in group_names)\n - include: configs.yml\n when: ('ma...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8219, "all_permissive": false }
ansible_role
vsylvest/Network-Provision
e92ee60b7a409f697d95804f80174bddb3aa300e
0
roles/provision-ios
6,516
[ "no_license" ]
[ { "path": "roles/provision-ios/defaults/main.yml", "content": "---\nec2_name_prefix: Test-Cisco\nec2_region: ap-southeast-2\nec2_wait: yes\n#need to circle back and fix this for teardown - sean\nec2_az: \"{{ec2_region}}a\"\nec2_subnet: \"172.20.1.0/24\"\nec2_subnet2: \"172.20.2.0/24\"\nec2_vpc_subnet_id: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2761, "all_permissive": false }
ansible_role
vsylvest/Network-Provision
e92ee60b7a409f697d95804f80174bddb3aa300e
0
roles/provision-junos
6,516
[ "no_license" ]
[ { "path": "roles/provision-junos/defaults/main.yml", "content": "---\nec2_name_prefix: Test-Juniper\nec2_region: ap-southeast-2\nec2_wait: yes\n#need to circle back and fix this for teardown - sean\nec2_az: \"{{ec2_region}}a\"\nec2_subnet: \"172.16.0.0/16\"\nec2_subnet2: \"172.17.0.0/16\"\nec2_vpc_subnet_id...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2788, "all_permissive": false }
ansible_role
Captnfresh/ansible-config-mgt
cd4fc40dd2c49e30812ed0d4fa8d4c4b73c3717f
0
roles/webserver
6,436
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Install Apache\n become: true\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: Install Git\n become: true\n ansible.builtin.yum:\n name: git\n state: present\n\n- name: Clone the Tooling repository\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
czy21/script
6e40c24cbea599422871929ac92a22aa962d246f
5
server/init/roles/common
6,436
[ "no_license" ]
[ { "path": "server/init/roles/common/tasks/copy.yml", "content": "- name: mkdir\n file: path={{ param_remote_role_path }} state=directory mode=0777\n\n- template: src={{ item }} dest={{ param_remote_role_path }}\n with_fileglob:\n - \"roles/{{ param_role_name }}/templates/*\"\n\n- copy: src={{ inventory...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 433, "all_permissive": false }
ansible_role
czy21/script
6e40c24cbea599422871929ac92a22aa962d246f
5
server/init/roles/docker
6,436
[ "no_license" ]
[ { "path": "server/init/roles/docker/templates/debian.sh", "content": "#!/bin/bash\nset -e\n\nif [ \"{{ param_docker_add_repo | lower }}\" = true ];then\n # Add Docker's official GPG key:\n sudo apt-get update\n sudo apt-get install ca-certificates curl\n sudo install -m 0755 -d /etc/apt/keyrings\n sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5201, "all_permissive": false }