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
vanjiii/kook-book-ansible
bec3043be98002902f0b5a64cb580cdfc4952d27
0
roles/app
7,278
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yaml", "content": "---\n- name: Main block\n block:\n - name: Create working directory\n file:\n dest: \"{{ code_dir }}\"\n state: directory\n\n - name: Get latest application code from Github\n git:\n repo: \"<EMAIL>:{{ repo_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1445, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/apollo
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/apollo/defaults/main.yml", "content": "---\n# defaults file for apollo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/playbooks/roles/apollo/templates/client.conf.j2", "content": "client\ndev tun\np...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4967, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/deploy-api_server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-api_server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy-api_server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/playbooks/roles/deploy-api_ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2557, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/deploy-dataflow
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-dataflow/tasks/main.yml", "content": "---\n# tasks file for deploy-dataflow\n- name: Ensure .ssh directory exists.\n file: \n dest: '/home/{{ ansible_ssh_user }}/.ssh'\n mode: 0700 \n owner: '{{ ansible_ssh_user }}'\n state: directory\n\n- name: Install...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3034, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/deploy-sensors_scripts
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-sensors_scripts/templates/TelemetryDataSend.service.j2", "content": "[Unit]\nDescription=Sending telemetry to voyager\nAfter=multi-user.target\n\n[Service]\nType=idle\nWorkingDirectory=\"{{ project_folder }}\"\nExecStart=\"/usr/bin/python {{ service_script }}\"\nRes...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2183, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/deploy-tracer
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-tracer/defaults/main.yml", "content": "---\n# defaults file for deploy-traces\nproject_name: \"tracer\"\nservice_name: \"{{ project_name }}d\"\nservice_folder: \"/opt/{{ project_name }}\"\nservice_user: \"www-data\"\ngo_root: \"/usr/local/go\"\ndevops_folder: \"/hom...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6556, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/deploy-voyager
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-voyager/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy-voyager", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/playbooks/roles/deploy-voyager/handl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6428, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/deploy-voyager_dashboard
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/deploy-voyager_dashboard/defaults/main.yml", "content": "---\n# defaults file for deploy-voyager_dashboard\ndevops_folder: \"/home/{{ ansible_ssh_user }}/devops\"\ndashboard_base_folder: \"{{ devops_folder }}/voyager-dashboard\"\nssh_key: dashboard_rsa\nkey_file: \"/home/{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5212, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/go-server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/go-server/tasks/apt-install.yml", "content": "---\n\n- name: Update and upgrade apt packages\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install nginx\n apt:\n name: nginx\n state: present\n notify: enable nginx\n\n- name: Copy nginx config\n temp...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3447, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/grafana-server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/grafana-server/vars/main.yml", "content": "---\n# vars file for grafana-server\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/playbooks/roles/grafana-server/tasks/main.yml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 709, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/iptables
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/iptables/vars/main.yml", "content": "---\n# vars file for iptables\nansible_ssh_user: admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/playbooks/roles/iptables/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3217, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/logstash-server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/logstash-server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - logstash-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/playbooks/roles/logstash-server/ha...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2624, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/mongodb-server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/mongodb-server/tasks/configure-mongodb.yml", "content": "---\n\n- name: Create user with administrator rights\n mongodb_user:\n database: admin\n name: \"{{ mongodb_admin }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n roles: root\n\n- name: Instal...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3856, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/mosquitto-server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/mosquitto-server/defaults/main.yml", "content": "---\n# defaults file for mosquitto-server\n\nmosquitto_packages:\n - mosquitto\n - mosquitto-clients\n\nmosquitto_password_file: \"/etc/mosquitto/passwd\"\nmosquitto_port: \"1883\"\nmosquitto_allow_anonymous: \"false\"\n",...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3118, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/nginx_proxy_letsencrypt-install
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nginx_proxy_letsencrypt-install/handlers/main.yml", "content": "---\n# handlers file for nginx_proxy_letsencrypt-install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/playbooks/roles/nginx_proxy_letsencr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2619, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/postgres-db
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/postgres-db/tasks/main.yml", "content": "---\n# tasks file for postgres-db\n\n- name: Import the Postgres repository signing key\n apt_key:\n url: \"{{ postgres_repo_key }}\"\n\n- name: Add a Postgres repository\n apt_repository:\n repo: \"{{ postgres_repo }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4176, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/rails-server
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/rails-server/defaults/main.yml", "content": "---\n# defaults file for rails-server\n\nwith_nginx: true\nwith_postgres: false\nreplace_env_file: false\n\n#server_env: staging\n\n#letsencrypt_config: True\n#domain_name: config.growcer.com\nletsencrypt_email: <EMAIL>\n\nprod_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 11973, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/sensors
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/sensors/defaults/main.yml", "content": "---\n# defaults file for sensors\n\ndevops_folder: \"/home/{{ ansible_ssh_user }}/devops\"\nproject_folder: \"/opt/sensors/\"\n#project_folder: \"/opt/sensors\"\nyoctolib_url: \"http://www.yoctopuce.com/FR/downloads/YoctoLib.python.3...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2490, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/voyager
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/voyager/tasks/install-deps.yml", "content": "---\n# Tasks file for install project dependencies\n\n- name: Add backports repository\n apt_repository: repo='deb {{backports_uri}} {{backports_components}}' state=present update_cache=yes\n\n- name: Update and upgrade apt pac...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4528, "all_permissive": false }
ansible_role
petrolnt/scripts
5bd307aa167bcdcfbcf9b1a71c579589d3b9427c
0
ansible/playbooks/roles/zabbix-agent
7,278
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/zabbix-agent/README.md", "content": "zabbix-agent\n=========\n\nRole for install and configure zabbix-agent\n\nRequirements\n------------\n\nThis role was designed for usage in Ubuntu or Debian systems.\n\n\nMandatory Role Variables\n--------------\n```\nzabbix_server # in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4077, "all_permissive": false }
ansible_role
brunopsouza/playbook
f6f326e918691bed48b37b0b4a93e50b40a8f3fd
0
roles/nginx
7,278
[ "no_license" ]
[ { "path": "roles/nginx/templates/index.php", "content": "<html>\n <head>\n <title>PHP Ansible Teste</title>\n </head>\n <body>\n <?php echo \"<p>Minha página PHP</p>\"; ?>\n </body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1273, "all_permissive": false }
ansible_role
brunopsouza/playbook
f6f326e918691bed48b37b0b4a93e50b40a8f3fd
0
roles/php
7,278
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Atualiza o cache apt de nosso servidor\n apt: update_cache=yes cache_valid_time=3600\n \n- name: Instala os pacotes necessarios\n apt: name={{ item }} state=present\n with_items:\n - php7.0\n - php-fpm\n - python-mysqldb \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
brunopsouza/playbook
f6f326e918691bed48b37b0b4a93e50b40a8f3fd
0
roles/waf
7,278
[ "no_license" ]
[ { "path": "roles/waf/tasks/main.yml", "content": "- name: Clona o WAF\n git: repo=https://github.com/CoolerVoid/raptor_waf.git\n dest=/etc/raptor/\n force=yes\n \n- name: Checa se ja existe o make do WAF\n stat:\n path: /etc/raptor/bin/Raptor\n register: stat_result\n\n- name: Cria o execu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
Marins14/Bash-Shell
517525bd98d5d5dbacc8c390173f235a4f0402ed
0
Ansible/roles/nextcloud
7,278
[ "no_license" ]
[ { "path": "Ansible/roles/nextcloud/tasks/main.yml", "content": "---\n - name: Install and Configure nextcloud by Docker Compose\n ansible.builtin.apt:\n pkg:\n - docker.io\n - docker-compose\n state: latest\n update_cache: yes\n become: yes\n \n - name: Create the nextc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
sombrafam/automaas
61f0fc6851478c3559a67263f4b21c2bb377959d
0
roles/create-machines
7,278
[ "no_license" ]
[ { "path": "roles/create-machines/tasks/main.yaml", "content": "- name: \"Printing access addresses\"\n debug:\n msg: \"You can access the MAAS server in http://{{ ansible_ssh_host }}:5240/MAAS Credentials are admin -> admin\"\n\n- name: \"Printing credentials\"\n debug:\n msg: \"Credentials are admi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1290, "all_permissive": false }
ansible_role
sombrafam/automaas
61f0fc6851478c3559a67263f4b21c2bb377959d
0
roles/images
7,278
[ "no_license" ]
[ { "path": "roles/images/tasks/main.yaml", "content": "- name: \"Checkout virttools\"\n git:\n repo: 'https://github.com/sombrafam/virt-tools.git'\n dest: /home/ubuntu/virt-tools\n clone: yes\n\n- name: \"Setup virt-tools\"\n command: sh /home/ubuntu/virt-tools/kvm/setup_kvm_tools.sh\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1444, "all_permissive": false }
ansible_role
sombrafam/automaas
61f0fc6851478c3559a67263f4b21c2bb377959d
0
roles/libvirt-nets
7,278
[ "no_license" ]
[ { "path": "roles/libvirt-nets/tasks/main.yaml", "content": "- name: Copy virt-manager network definitions\n copy:\n src: \"{{item}}\"\n dest: \"/tmp\"\n with_items:\n - maas-net-admin.xml\n - maas-net-internal.xml\n - maas-net-oam.xml\n - maas-net-ext.xml\n - maas-net-k8s.xml\n - m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1185, "all_permissive": false }
ansible_role
sombrafam/automaas
61f0fc6851478c3559a67263f4b21c2bb377959d
0
roles/prereqs
7,278
[ "no_license" ]
[ { "path": "roles/prereqs/tasks/main.yaml", "content": "- assert:\n that:\n - ansible_memtotal_mb >= 5000\n - ansible_processor_vcpus >= 2\n - ansible_distribution_release == 'bionic'\n\n- name: \"Testing internet access\"\n wait_for:\n host: github.com\n port: 22\n state: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1371, "all_permissive": false }
ansible_role
Anastasiia-Smirnova/gitbucket-project
2c4a145e227024e884254a84baadbe37833827a2
0
ansible/roles/gitbucket-deploy
7,278
[ "permissive" ]
[ { "path": "ansible/roles/gitbucket-deploy/tasks/main.yaml", "content": "---\n- name: Update apt cache\n ansible.builtin.yum:\n update_cache: yes\n\n- name: Install OpenJDK 11\n ansible.builtin.package:\n name: java-11-amazon-corretto\n state: present\n\n- name: Install pip\n ansible.builtin.pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1729, "all_permissive": true }
ansible_role
guangzhimen/examples
0b31a5de5a9521f92a60cd37240899e83f1bda70
2
脚本/nginx/roles/keepalived
7,281
[ "no_license" ]
[ { "path": "脚本/nginx/roles/keepalived/tasks/main.yml", "content": " - name: keepalived copy\n copy: src=/etc/ansible/nginx/files/keepalived-axon.tar.gz dest=/apps/usr backup=yes\n - name: keepalived tar\n shell: tar -zxvf /apps/usr/keepalived-axon.tar.gz -C /apps/usr\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1345, "all_permissive": false }
ansible_role
guangzhimen/examples
0b31a5de5a9521f92a60cd37240899e83f1bda70
2
脚本/nginx/roles/nginx
7,281
[ "no_license" ]
[ { "path": "脚本/nginx/roles/nginx/tasks/main.yml", "content": " - name: nginx copy\n copy: src=/etc/ansible/nginx/files/nginx-axon.tar.gz dest=/apps/usr backup=yes\n - name: nginx tar\n shell: tar -zxvf /apps/usr/nginx-axon.tar.gz -C /apps/usr\n - name: firewall\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
guangzhimen/examples
0b31a5de5a9521f92a60cd37240899e83f1bda70
2
脚本/nginx/roles/sync
7,281
[ "no_license" ]
[ { "path": "脚本/nginx/roles/sync/tasks/lsync.yml", "content": " - name: lsync file copy\n copy: src=/etc/ansible/nginx/files/lsync-axon.tar.gz dest=/apps/usr backup=yes\n - name: tar lsync file\n shell: tar -zxvf /apps/usr/lsync-axon.tar.gz -C /apps/usr\n - name: lsync.c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1837, "all_permissive": false }
ansible_role
Pomde/DevOpsTPs
14cdfca4737e4beac1271c0627af50f08ecc711d
0
ansible/roles/app
7,281
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "# tasks file for roles/app\n- name: Remove backend\n docker_container:\n name: backend\n state: absent\n\n- name: Run backend\n docker_container:\n name: backend\n image: pomde/simple-api\n networks:\n - name: \"{{ docker_networ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
Pomde/DevOpsTPs
14cdfca4737e4beac1271c0627af50f08ecc711d
0
ansible/roles/database
7,281
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "# tasks file for roles/database\n- name: Remove database\n # Remove the database container if it exists\n docker_container:\n name: database\n state: absent\n\n- name: Run database\n # Run the database container \n docker_container:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
Pomde/DevOpsTPs
14cdfca4737e4beac1271c0627af50f08ecc711d
0
ansible/roles/front
7,281
[ "no_license" ]
[ { "path": "ansible/roles/front/tasks/main.yml", "content": "- name: Remove front\n # Remove the front container if it exists\n docker_container:\n name: front\n state: absent\n\n- name: Run front\n # Run the front container connected to the network specified in the variable docker_network_name in s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
Pomde/DevOpsTPs
14cdfca4737e4beac1271c0627af50f08ecc711d
0
ansible/roles/network
7,281
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "- name: Create network\n # Create a docker network with the name specified in the variable docker_network_name in setup.yml\n docker_network:\n name: \"{{ docker_network_name }}\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
Pomde/DevOpsTPs
14cdfca4737e4beac1271c0627af50f08ecc711d
0
ansible/roles/proxy
7,281
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "# tasks file for roles/proxy\n- name: Remove HTTPD\n # Remove the HTTPD container if it exists\n docker_container:\n name: httpd\n state: absent\n\n- name: Run HTTPD\n # Run the HTTPD container\n docker_container:\n name: httpd\n im...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
Kuber-2023-12OTUS/aasdhajkshd_repo
c24010892fc53e9ac2617b5a3e57b13c3772f660
0
kubernetes-prod/ansible/roles/kubernetes
7,281
[ "no_license" ]
[ { "path": "kubernetes-prod/ansible/roles/kubernetes/meta/main.yml", "content": "galaxy_info:\n author: AAsdhajkshD\n description: OTUS training\n company: AUXO\n license: GPL-2.0-or-later\n min_ansible_version: 2.15.2\n github_branch: kubernetes-prod\n galaxy_tags: [docker,kubernetes]\ndependencies:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4757, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/common
7,281
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: set hostname\n hostname:\n name: \"{{ inventory_hostname }}.local\"\n\n- name: set timezone\n timezone:\n name: \"{{ time_zone }}\"\n\n- name: install packages\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cach...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5953, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-certificate-ca
7,281
[ "no_license" ]
[ { "path": "roles/kube-certificate-ca/tasks/certificate-ca.yml", "content": "---\n- name: Create ca certificate directory\n file:\n path: \"{{ certificate_dir }}/{{ item }}\"\n state: directory\n recurse: yes\n with_items:\n - \"{{ ca_sub_dirs }}\"\n\n- name: Copy ca template\n template:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5704, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-certificate-etcd
7,281
[ "no_license" ]
[ { "path": "roles/kube-certificate-etcd/defaults/main.yml", "content": "---\ncluster_name: kubernetes-cluster-01\netcd_group: kube-servers\ncertificate_dir: /tmp/ansible/kubernetes-certificate\netcd_sub_dirs:\n - \"certificates/kube-etcd\"\n - \"certificates/kube-etcd-peer\"\n - \"certificates/kube-etcd-h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4607, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-certificate-master
7,281
[ "no_license" ]
[ { "path": "roles/kube-certificate-master/tasks/kubeconfig-client.yml", "content": "---\n- name: Create kubeconfig directory\n file:\n path: \"{{ certificate_dir }}/kubeconfig/.kube\"\n state: directory\n recurse: yes\n\n- name: Generate kubeconfig for client\n args:\n chdir: \"{{ certificate_d...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 12681, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-certificate-worker
7,281
[ "no_license" ]
[ { "path": "roles/kube-certificate-worker/templates/kube-proxy-csr.json.j2", "content": "{\n \"CN\": \"system:kube-proxy\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"{{ country }}\",\n \"L\": \"{{ city }}\",\n \"O\": \"system:node-proxie...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7284, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-copy-certificate-on-master
7,281
[ "no_license" ]
[ { "path": "roles/kube-copy-certificate-on-master/defaults/main.yml", "content": "---\ncertificate_dir: /tmp/ansible/kubernetes-certificate\nkube_cert_dir: /etc/kubernetes/certificate\nkube_encrypt_dir: /etc/kubernetes/encryption\ncertificate_list:\n - intermediates/etcd-ca/etcd-ca.pem\n - intermediates/ku...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1582, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-copy-certificate-on-worker
7,281
[ "no_license" ]
[ { "path": "roles/kube-copy-certificate-on-worker/defaults/main.yml", "content": "---\ncertificate_dir: /tmp/ansible/kubernetes-certificate\nkube_cert_dir: /etc/kubernetes/certificate\ncertificate_list:\n - intermediates/kubernetes-ca/kubernetes-ca.pem\n - certificates/kube-apiserver/{{ kvm_ip }}-kube-apis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1472, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kube-data-encryption
7,281
[ "no_license" ]
[ { "path": "roles/kube-data-encryption/templates/encryption-config.yml.j2", "content": "kind: EncryptionConfig\napiVersion: v1\nresources:\n - resources:\n{% for resource in encryptionProvider.resources %}\n - {{ resource }}\n{% endfor %}\n providers:\n - {{ encryptionProvider.provider }}:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 775, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kubernates
7,281
[ "no_license" ]
[ { "path": "roles/kubernates/molecule/default/tasks/kube-scheduler.yml", "content": "---\n# Copyright (C) 2023 <NAME>\n# SPDX-License-Identifier: GPL-3.0-or-later\n\n- name: Create directory for kubeconfig files\n file:\n path: \"{{ k8s_config_directory }}\"\n owner: \"{{ k8s_config_owner }}\"\n gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 27, "total_bytes": 44379, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/kvm
7,281
[ "no_license" ]
[ { "path": "roles/kvm/defaults/main.yml", "content": "---\ntime_zone: 'Europe/Kyiv'\n\ndefault_vg_name: \"kvm_vg\"\ndefault_lg_name: \"kube-server\"\nkvm_volume_group:\n kvm_vg:\n vg: kvm_vg\n pvs: /dev/nvme1n1\n size:\n vg-libvirt:\n vg: vg-libvirt\n pvs: /dev/nvme0n7\n size:\n\nkvm_logi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1886, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/pangolin
7,281
[ "no_license" ]
[ { "path": "roles/pangolin/defaults/main.yml", "content": "linux_image_version: 5.15.0-88-generic\nlinux_tz: Europe/Kyiv\ngtp5g_url: https://github.com/free5gc/gtp5g/archive/refs/heads/master.zip\nlibgtp5gnl_url: https://github.com/PrinzOwO/libgtp5gnl/archive/refs/heads/master.zip\n\npakages:\n - dwarves\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3663, "all_permissive": false }
ansible_role
gorvladkid/ansible
6dc1ad2605a94e80e5b95caa7e2b0feafb18b3b3
0
roles/vm-group
7,281
[ "no_license" ]
[ { "path": "roles/vm-group/defaults/main.yml", "content": "vm_name: test\nvm_memory_mb: 1024\nvm_vcpus: 1\nvm_disk_size: 10G\nvm_ip:\nvm_gw:\nvm_mac: \"{{ '52:54:00' | random_mac }}\"\nvm_image: \"{{ vm_name }}.qcow2\"\nvm_disk: /dev/notexist\nvm_brige_interface: virbr1\nvm_bs: 521\n\nlibvirt_vm_engine: kvm\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5210, "all_permissive": false }
ansible_role
shreebadiger/ansible
59398a71fc81444a3fa221fc0e67e631c11b889d
0
roles/backend
7,281
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Disable nodejs default version\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable nodejs:18 -y\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n- name: Installig nodejs \n ansible.builtin.dnf:\n name: nodejs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1267, "all_permissive": false }
ansible_role
shreebadiger/ansible
59398a71fc81444a3fa221fc0e67e631c11b889d
0
roles/frontend
7,281
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "\n - name: Installing nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n - name: Copying expense conf file\n ansible.builtin.copy:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
shreebadiger/ansible
59398a71fc81444a3fa221fc0e67e631c11b889d
0
roles/mysql
7,281
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disabling Mysql default version\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Creating Mysql repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Installing mysql community server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
Miradot/demojam
46eae79979faf2fa9548bbde5e0ad81e302c095a
0
ansible/roles/aci
7,281
[ "no_license" ]
[ { "path": "ansible/roles/aci/tasks/main.yml", "content": "---\n- include: add_relay.yml\n loop: \"{{ customers }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/roles/aci/tasks/add_relay.yml", "content": "---\n- name: Add DHCP rel...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1711, "all_permissive": false }
ansible_role
Miradot/demojam
46eae79979faf2fa9548bbde5e0ad81e302c095a
0
ansible/roles/aws
7,281
[ "no_license" ]
[ { "path": "ansible/roles/aws/tasks/create_vm.yml", "content": "---\n- name: get vpc subnet-id\n ec2_vpc_subnet_info:\n aws_access_key: \"{{ access_key }}\"\n aws_secret_key: \"{{ secret_key }}\"\n region: \"{{ item.aws.region }}\"\n filters:\n \"tag:Name\": \"subnet-[{{ item.aws.aws_subnet...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1370, "all_permissive": false }
ansible_role
Miradot/demojam
46eae79979faf2fa9548bbde5e0ad81e302c095a
0
ansible/roles/dhcp
7,281
[ "no_license" ]
[ { "path": "ansible/roles/dhcp/tasks/add_entry.yml", "content": "---\n- name: Add dhcp entry\n blockinfile:\n path: /etc/dhcp/dhcpd.conf\n marker: \"# {mark} ANSIBLE MANAGED BLOCK {{ item.onprem.onprem_subnet }}\"\n block: |\n subnet {{ item.onprem.onprem_subnet.split(\"/\")[0] }} netmask {{ i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 669, "all_permissive": false }
ansible_role
Miradot/demojam
46eae79979faf2fa9548bbde5e0ad81e302c095a
0
ansible/roles/mso
7,281
[ "no_license" ]
[ { "path": "ansible/roles/mso/tasks/add_schema.yml", "content": "---\n- name: Add a new schema and templates\n cisco.mso.mso_schema_template:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.mso.tenant }}...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 13148, "all_permissive": false }
ansible_role
Miradot/demojam
46eae79979faf2fa9548bbde5e0ad81e302c095a
0
ansible/roles/netbox
7,281
[ "no_license" ]
[ { "path": "ansible/roles/netbox/tasks/nb_prefix.yml", "content": "---\n- name: Get a new /24 inside parent for onprem within Netbox\n register: osubnet\n netbox.netbox.netbox_prefix:\n netbox_url: \"http://{{ inventory_hostname }}\"\n netbox_token: \"{{ token }}\"\n data:\n parent: \"{{ item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1400, "all_permissive": false }
ansible_role
Miradot/demojam
46eae79979faf2fa9548bbde5e0ad81e302c095a
0
ansible/roles/vmware
7,281
[ "no_license" ]
[ { "path": "ansible/roles/vmware/tasks/create_vm.yml", "content": "---\n- name: Create vms in Vmware\n vmware_guest:\n hostname: \"{{ inventory_hostname }}\"\n username: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n name: \"{{ inner.name }}\"\n template: \"{{ te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
00-learn/roles/docker
7,281
[ "permissive" ]
[ { "path": "00-learn/roles/docker/tasks/main.yaml", "content": "- name: enable docker\n service:\n name: docker\n state: started\n enabled: true", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/docker
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/docker/tasks/main.yaml", "content": "- name: yum-utils\n yum:\n name: yum-utils\n state: present\n\n- name: add docker repo\n shell: |\n yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo\n\n- name: install docker-ce\n yum:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1106, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/gitlab-runner
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/gitlab-runner/templates/docker-compose.yaml.j2", "content": "version: '2'\nservices:\n gitlab-runner:\n image: 'gitlab/gitlab-runner:{{ gitlabrunner_version }}'\n restart: always\n container_name: gitlab-runner\n volumes:\n - '/data/dockerImages/gitlab-runner/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1640, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/gitlab-server
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/gitlab-server/README.md", "content": "\n# POST-steps\n执行完成上述步骤,需要修改root密码\n\n```bash\n[root@VM-4-15-centos info]# docker exec -it gitlab bash\nroot@823985e03d9e:/# gitlab-rails console -e production\n-------------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2323, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/logstash
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/logstash/tasks/main.yaml", "content": "- name: basic path\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0777'\n with_items: \"{{ prometheus_server_path }}\"\n\n- name: pull docker image\n shell: |\n docker pull gitlab/gitlab-runner:{{ prometheus_serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/nexus
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/nexus/vars/main.yaml", "content": "version: sonatype/nexus3:3.55.0\nfile_path:\n - /data/dockerImages/nexus/data\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 77 }, { "path": "04-localenv/roles/nexus/handler...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1197, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/ntp
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/ntp/vars/main.yaml", "content": "ntp_server_1: ntp1.aliyun.com\nntp_server_2: ntp2.aliyun.com\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 61 }, { "path": "04-localenv/roles/ntp/tasks/main.yaml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1157, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/selinux
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/selinux/handlers/main.yaml", "content": "- name: reboot host\n shell: init 6\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "04-localenv/roles/selinux/tasks/main.yaml", "content": "- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 222, "all_permissive": true }
ansible_role
baojingh/ansible-playbook
a54fa49900daed102ed7f9b2f7dd6fda8427efdf
0
04-localenv/roles/yum
7,281
[ "permissive" ]
[ { "path": "04-localenv/roles/yum/tasks/main.yaml", "content": "- name: \"backup repo\"\n copy:\n src: \"/etc/yum.repos.d\"\n dest: \"/etc/yum.repos.d_bak\"\n backup: yes\n force: true\n\n- name: clean old repo\n file:\n path: /etc/yum.repos.d/*\n state: absent\n\n- name: config base\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1055, "all_permissive": true }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/list_group
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/list_group/tasks/main.yml", "content": "---\n\n- block:\n - name: list ALL users\n shell: | \n awk -F':' '{print \"groupname: \" $1 \" gid: \" $3 \" grouplist: \" $4}' /etc/group\n register: out \n - debug: var=out.stdout_lines\n when: ggroup | default(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/list_user
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/list_user/tasks/main.yml", "content": "---\n\n- block:\n - name: list ALL users\n shell: | \n awk -F':' '{print \"username: \" $1 \" uid: \" $3 \" group: \" $4 \" description: \" $5 \" home: \" $6 \" shell: \" $7}' /etc/passwd\n register: out\n - debug: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/password_reset
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/password_reset/tasks/main.yml", "content": "---\n\n- name: reset password\n shell: echo {{ password }} | passwd {{ uname }} --stdin\n register: out\n\n- debug: var=out.stdout_lines \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/remove_user_sudoers
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/remove_user_sudoers/tasks/main.yml", "content": "---\r\n\r\n- name: Allow {{domain_account.username}} to sudoers\r\n lineinfile:\r\n dest: /etc/sudoers\r\n state: absent\r\n regexp: '^{{uname}}'\r\n validate: 'visudo -cf %s' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/shell
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/shell/tasks/main.yml", "content": "---\n\n- block:\n - name: Shell execution\n shell: \"{{ shellexec }}\"\n register: out\n ignore_errors: true \n - debug: var=out.stdout_lines\n when: pat == \"\"\n\n- block:\n - name: Shell execution\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/ssh_keygen
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/ssh_keygen/tasks/main.yml", "content": "---\r\n\r\n- name: generate ssh-keygen\r\n become_user: \"{{uname}}\"\r\n shell: cd {{pat}} && curl https://raw.githubusercontent.com/tso-testing/sshcopy/master/sshkeygen.sh | /bin/bash\r\n ignore_errors: true\r\n register: out\r\n\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/user_sudoers
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/user_sudoers/tasks/main.yml", "content": "---\n\n- name: Allow {{domain_account.username}} to sudoers\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^{{uname}}'\n line: '{{uname}} ALL=(ALL) NOPASSWD: ALL'\n valida...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
rv-testing/tso-playbook4
7357275c3ad0570fb297f52602525df69c43f01c
0
tso-playbook/roles/userdeletion
7,281
[ "no_license" ]
[ { "path": "tso-playbook/roles/userdeletion/tasks/main.yml", "content": "---\n- name: Deleting the users.\n user:\n name: \"{{ uname }}\"\n state: absent\n remove: yes\n force: yes\n ignore_errors: true\n register: out\n \n- debug: var=out.remove\n ", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/common
7,281
[ "no_license" ]
[ { "path": "roles/common/tasks/packages.yml", "content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: safe\n\n- name: Install base packages\n ansible.builtin.package:\n name: \"{{ base_packages }}\"\n st...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3517, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/common-mount
7,281
[ "no_license" ]
[ { "path": "roles/common-mount/defaults/main.yml", "content": "fs_mounts: []\nfs_mount_use_uuid: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/common-mount/tasks/create_mount.yml", "content": "- name: Check for existence of mount ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1123, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/common-user
7,281
[ "no_license" ]
[ { "path": "roles/common-user/defaults/main.yml", "content": "base_user: admin\nunwanted_users: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/common-user/tasks/main.yml", "content": "- name: Add admin group\n ansible.builtin.group:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1188, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/dhcp
7,281
[ "no_license" ]
[ { "path": "roles/dhcp/handlers/main.yml", "content": "- name: restart networkd\n ansible.builtin.service:\n name: systemd-networkd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/dhcp/defaults/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1550, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/docker
7,281
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Add docker apt key\n ansible.builtin.apt_key:\n id: <KEY>\n url: \"{{ docker_apt_gpg_key }}\"\n state: present\n\n- name: Add docker repository\n ansible.builtin.apt_repository:\n repo: \"{{ docker_apt_repository }}\"\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/git
7,281
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "git_user: git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/git/tasks/main.yml", "content": "- name: Install git packages\n ansible.builtin.package:\n name: git\n state: pres...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/nat
7,281
[ "no_license" ]
[ { "path": "roles/nat/defaults/main.yml", "content": "nat_public_interface: eth0\nnat_internal_interface: eth1\nnat_external_services:\n - ssh\nnat_external_unwanted_services: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/nat/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1753, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/nfs
7,281
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "- name: Install nfs server\n ansible.builtin.package:\n name: nfs-kernel-server\n state: present\n\n- name: Configure nfs exports\n ansible.builtin.blockinfile:\n path: /etc/exports\n marker: \"# {mark} ANSIBLE MANAGED BLOCK {{ item.path }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/os-firewall
7,281
[ "no_license" ]
[ { "path": "roles/os-firewall/tasks/main.yml", "content": "- name: Install ufw\n ansible.builtin.package:\n name: ufw\n state: present\n\n- name: Reset firewall\n community.general.ufw:\n state: reset\n\n- name: Deny incoming traffic\n community.general.ufw:\n policy: deny\n direction: inco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/pihole
7,281
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "- name: Create pihole config directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: \"0755\"\n with_items:\n - /etc/pihole\n - /etc/dnsmasq.d\n\n- name: Create tempfile for ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1354, "all_permissive": false }
ansible_role
binaryfields/playbooks
66e03fd7b0ea3667ef2ae1bce5b5a96ffd0db5ff
0
roles/samba
7,281
[ "no_license" ]
[ { "path": "roles/samba/defaults/main.yml", "content": "# Default global settings\nsmb_workgroup: workgroup\nsmb_server_string: Samba Server\nsmb_server_role: standalone server\n\n# Security settings\nsmb_server_min_protocol: SMB3_11\nsmb_client_min_protocol: SMB3_11\nsmb_encrypt: desired\nsmb_server_signing...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3283, "all_permissive": false }
ansible_role
EstebanGZam/devops
57adaff1e809857f15aaa0e115a75a86970a6075
0
sonarqube/workshop-1/ansible/roles/docker_install
7,281
[ "no_license" ]
[ { "path": "sonarqube/workshop-1/ansible/roles/docker_install/tasks/main.yml", "content": "- name: Install Docker dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Add D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
EstebanGZam/devops
57adaff1e809857f15aaa0e115a75a86970a6075
0
sonarqube/workshop-1/ansible/roles/sonarqube
7,281
[ "no_license" ]
[ { "path": "sonarqube/workshop-1/ansible/roles/sonarqube/tasks/main.yml", "content": "- name: Create directory for SonarQube\n file:\n path: /opt/sonarqube\n state: directory\n\n- name: Copy docker-compose.yml\n copy:\n src: files/docker-compose.yml\n dest: /opt/sonarqube/docker-compose.yml\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
iws-hackathon/steamboard
261ec7c118f415d56d35cc7efd42c33b4bea1acf
0
ansible/roles/steamboard
7,281
[ "no_license" ]
[ { "path": "ansible/roles/steamboard/templates/Dockerfile", "content": "FROM resin/rpi-raspbian:jessie\n\n# Enable systemd\nENV INITSYSTEM on\n\nRUN apt-get update \\\n && apt-get dist-upgrade \\\n && apt-get install -y \\\n python3 \\\n python3-pip \\\n && rm -rf /var/lib/apt/lists/* \n\nRUN \n\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1037, "all_permissive": false }
ansible_role
pachalko/ansible-cluster
556e6fe08bcf2a9fdd55d6285b218720721d4aea
0
roles/common
7,281
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Ensure groups\n group: name=foo\n tags: common\n\n- name: Ensure users\n user: name={{ item.name }} groups=foo,admin\n with_items: users\n tags: common\n\n- name: Ensure public ssh keys\n authorized_key: user={{ item.name }} key='{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
pachalko/ansible-cluster
556e6fe08bcf2a9fdd55d6285b218720721d4aea
0
roles/hadoop
7,281
[ "no_license" ]
[ { "path": "roles/hadoop/meta/main.yml", "content": "---\ndependencies:\n - role: java-oracle", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/hadoop/tasks/main.yml", "content": "---\n# file: roles/cdh-common/tasks/main.yml\n\n- name: Add ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2178, "all_permissive": false }
ansible_role
pachalko/ansible-cluster
556e6fe08bcf2a9fdd55d6285b218720721d4aea
0
roles/java-oracle
7,281
[ "no_license" ]
[ { "path": "roles/java-oracle/tasks/main.yml", "content": "---\n- name: Add the webupd8 apt repository \n apt_repository: repo=\"ppa:webupd8team/java\"\n tags: java\n \n- name: Automatically select the Oracle License (1/2)\n shell: 'echo debconf shared/accepted-oracle-license-v1-1 select true | sudo d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
heangratha/workflow-template
ed6a3302267e05e7f7214655e24cafae24d26799
0
config/ansible/roles/build
7,279
[ "no_license" ]
[ { "path": "config/ansible/roles/build/tasks/main.yaml", "content": "---\n\n- name: Create directory\n file:\n path: /var/tmp/github-workflow-proproduction\n state: touch\n mode: 0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
heangratha/workflow-template
ed6a3302267e05e7f7214655e24cafae24d26799
0
config/ansible/roles/production
7,279
[ "no_license" ]
[ { "path": "config/ansible/roles/production/tasks/main.yaml", "content": "---\n\n- name: Create directory\n file:\n path: /var/tmp/github-workflow-production\n state: touch\n mode: 0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
freddyt18/devops-assignment
4957a22344db00b97ba2ec57e99a30e335e5172c
0
Ansible/roles/docker
7,279
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Check if Docker is installed\n shell: command -v docker\n register: docker_installed\n ignore_errors: true\n\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n when: docker_installed....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
freddyt18/devops-assignment
4957a22344db00b97ba2ec57e99a30e335e5172c
0
Ansible/roles/droplet
7,279
[ "no_license" ]
[ { "path": "Ansible/roles/droplet/tasks/main.yml", "content": "---\n# tasks file for droplet\n- name: Create DigitalOcean droplet\n community.digitalocean.digital_ocean_droplet:\n state: present\n name: devops-assignment\n oauth_token: \"{{ digital_ocean_token }}\"\n size: s-2vcpu-4gb\n regio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1543, "all_permissive": false }
ansible_role
freddyt18/devops-assignment
4957a22344db00b97ba2ec57e99a30e335e5172c
0
Ansible/roles/kubectl
7,279
[ "no_license" ]
[ { "path": "Ansible/roles/kubectl/tasks/main.yml", "content": "---\n# tasks file for kubectl\n- name: Check if kubectl is installed\n shell: command -v kubectl\n register: kubectl_installed\n ignore_errors: true\n\n- name: Update package index\n apt:\n update_cache: yes\n become: true\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
freddyt18/devops-assignment
4957a22344db00b97ba2ec57e99a30e335e5172c
0
Ansible/roles/kuma
7,279
[ "no_license" ]
[ { "path": "Ansible/roles/kuma/handlers/main.yml", "content": "---\n# handlers file for kuma\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "Ansible/roles/kuma/tasks/main.yml", "content": "---\n# tasks file for kuma\n- name: Run Uptime Kuma Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 202, "all_permissive": false }
ansible_role
freddyt18/devops-assignment
4957a22344db00b97ba2ec57e99a30e335e5172c
0
Ansible/roles/nginx
7,279
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Check if Nginx is installed\n shell: which nginx\n register: nginx_installed\n ignore_errors: true\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n when: nginx_installed.rc != 0\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }