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
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
104-tp-compil-cadvisor-docker-logs/ansible/roles/cadvisor
7,207
[ "no_license" ]
[ { "path": "104-tp-compil-cadvisor-docker-logs/ansible/roles/cadvisor/defaults/main.yml", "content": "---\n# defaults file for roles/cadvisor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "104-tp-compil-cadvisor-docker-logs/ansible/roles/cadvisor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 515, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
104-tp-compil-cadvisor-docker-logs/ansible/roles/deploy_wordpress
7,207
[ "no_license" ]
[ { "path": "104-tp-compil-cadvisor-docker-logs/ansible/roles/deploy_wordpress/tasks/wordpress.yml", "content": "---\n# tasks file for roles/deploy_wordpress\n\n- name: load vars\n include_vars: \n file: \"{{ item }}\"\n name: \"w\"\n\n- name: create network\n docker_network:\n name: \"wordpress_{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3346, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
104-tp-compil-cadvisor-docker-logs/ansible/roles/filebeat
7,207
[ "no_license" ]
[ { "path": "104-tp-compil-cadvisor-docker-logs/ansible/roles/filebeat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/filebeat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "104-tp-compil-cadvisor-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1336, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
104-tp-compil-cadvisor-docker-logs/ansible/roles/node_exporter
7,207
[ "no_license" ]
[ { "path": "104-tp-compil-cadvisor-docker-logs/ansible/roles/node_exporter/tasks/main.yml", "content": "---\n# tasks file for roles/node_exporter\n\n- name: check if node exporter exist\n stat:\n path: \"{{ node_exporter_bin }}\"\n register: __check_node_exporter_present\n\n- name: if node exporter exis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2090, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
27-roles-pratique/demo/ansible_dir/roles/nginx
7,207
[ "no_license" ]
[ { "path": "27-roles-pratique/demo/ansible_dir/roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx\n apt:\n name: nginx,curl\n state: present\n cache_valid_time: 3600\n update_cache: yes\n\n- name: remove default file\n file:\n path: \"{{ item }}\"\n state: absent\n wit...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1103, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
27-roles-pratique/demo/ansible_dir/roles/ssh_keygen
7,207
[ "no_license" ]
[ { "path": "27-roles-pratique/demo/ansible_dir/roles/ssh_keygen/vars/main.yml", "content": "---\n# vars file for roles/ssh_keygen", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "27-roles-pratique/demo/ansible_dir/roles/ssh_keygen/handlers/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 323, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
27-roles-pratique/demo/ansible_dir/roles/users
7,207
[ "no_license" ]
[ { "path": "27-roles-pratique/demo/ansible_dir/roles/users/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/ssh_users", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "27-roles-pratique/demo/ansible_dir/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 626, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
32-precedence-variables/ansible_dir/roles/test_variables
7,207
[ "no_license" ]
[ { "path": "32-precedence-variables/ansible_dir/roles/test_variables/vars/main.yml", "content": "---\n# vars file for roles/test_variables\n\nvar1: \"vars roles\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "32-precedence-variables/ansible_dir/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 383, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
36-ex-monitoring-prometheus/ansible_dir/roles/prometheus
7,207
[ "no_license" ]
[ { "path": "36-ex-monitoring-prometheus/ansible_dir/roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for roles/monito\n\n\n- name: update and install prometheus\n apt:\n name: prometheus\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n\n- name: prometheus args\n tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
44-ex-monitoring-grafana/ansible_dir/roles/grafana
7,207
[ "no_license" ]
[ { "path": "44-ex-monitoring-grafana/ansible_dir/roles/grafana/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/grafana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "44-ex-monitoring-grafana/ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1094, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
53-module-docker-swarm-service-tp-3/ansible_swarm/roles/tooling
7,207
[ "no_license" ]
[ { "path": "53-module-docker-swarm-service-tp-3/ansible_swarm/roles/tooling/tasks/main.yml", "content": "---\n# tasks file for roles/tooling\n\n- name: create traefik network\n docker_network:\n name: traefik_net\n driver: overlay\n when: inventory_hostname in groups['managers']\n\n- name: Deploy tra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2161, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
62-module-mount/ansible_swarm_nfs/roles/nfs_server
7,207
[ "no_license" ]
[ { "path": "62-module-mount/ansible_swarm_nfs/roles/nfs_server/templates/exports.j2", "content": "# edited by ansible\n{% for export in nfs_server_dir_data %}\n/exports/{{ export }} 192.168.15.0/24(rw,sync,no_root_squash)\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 631, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
63-tp-with-fileglob-include-vars/ansible_swarm_nfs_wordpress/roles/deploy_wordpress
7,207
[ "no_license" ]
[ { "path": "63-tp-with-fileglob-include-vars/ansible_swarm_nfs_wordpress/roles/deploy_wordpress/defaults/main.yml", "content": "---\n# defaults file for roles/deploy_wordpress", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "63-tp-with-fileglob-inclu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
64-tp-variabiliser-clefs-valeurs/ansible_swarm_nfs_wordpress/roles/nfs_client
7,207
[ "no_license" ]
[ { "path": "64-tp-variabiliser-clefs-valeurs/ansible_swarm_nfs_wordpress/roles/nfs_client/tasks/main.yml", "content": "---\n# tasks file for roles/nfs_client\n\n- name: Ensure nfs-common installed\n apt:\n name: nfs-common\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
73-valorisation-nginx-tp-valorisation/ansible_dir/roles/insert_data
7,207
[ "no_license" ]
[ { "path": "73-valorisation-nginx-tp-valorisation/ansible_dir/roles/insert_data/vars/main.yml", "content": "---\n# vars file for roles/insert_data", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "73-valorisation-nginx-tp-valorisation/ansible_dir/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1538, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
73-valorisation-nginx-tp-valorisation/ansible_dir/roles/valo_web
7,207
[ "no_license" ]
[ { "path": "73-valorisation-nginx-tp-valorisation/ansible_dir/roles/valo_web/tasks/main.yml", "content": "---\n# tasks file for roles/valo_web\n\n- name: install nginx\n apt:\n name: nginx\n state: present\n\n- name: start nginx\n systemd:\n name: nginx\n state: started\n enabled: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
74-valorisation-mail/ansible_dir/roles/valo_mail
7,207
[ "no_license" ]
[ { "path": "74-valorisation-mail/ansible_dir/roles/valo_mail/handlers/main.yml", "content": "---\n# handlers file for roles/valo_mail", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "74-valorisation-mail/ansible_dir/roles/valo_mail/tests/test.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3862, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
75-valoriation-databases-mariadb/ansible_dir/roles/collect
7,207
[ "no_license" ]
[ { "path": "75-valoriation-databases-mariadb/ansible_dir/roles/collect/defaults/main.yml", "content": "---\n# defaults file for roles/collect", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "75-valoriation-databases-mariadb/ansible_dir/roles/collect/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
75-valoriation-databases-mariadb/ansible_dir/roles/valo_databases
7,207
[ "no_license" ]
[ { "path": "75-valoriation-databases-mariadb/ansible_dir/roles/valo_databases/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/valo_databases", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "75-valoriat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1615, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
76-valorisation-databases-elasticsearch-kibana/ansible_dir/roles/mariadb
7,207
[ "no_license" ]
[ { "path": "76-valorisation-databases-elasticsearch-kibana/ansible_dir/roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for roles/mariadb\n\n- name: install mariadb\n apt:\n name: mariadb-server,python3-pymysql\n state: present\n\n- name: start mariadb\n service:\n name: mariadb\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
76-valorisation-databases-elasticsearch-kibana/ansible_dir/roles/valo_es
7,207
[ "no_license" ]
[ { "path": "76-valorisation-databases-elasticsearch-kibana/ansible_dir/roles/valo_es/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/valo_es", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "76-valorisa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 950, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
91-aws-ec2-final/ansaws/roles/ec2_mariadb
7,207
[ "no_license" ]
[ { "path": "91-aws-ec2-final/ansaws/roles/ec2_mariadb/handlers/main.yml", "content": "---\n# handlers file for roles/ec2_mariadb\n\n- name: restart_mariadb\n service:\n name: mariadb\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1481, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
91-aws-ec2-final/ansaws/roles/ec2_provision
7,207
[ "no_license" ]
[ { "path": "91-aws-ec2-final/ansaws/roles/ec2_provision/tasks/main.yml", "content": "---\n# tasks file for roles/ec2_provision\n\n\n- name: list instances\n ec2_instance_info:\n aws_access_key: \"{{ ec2_access_key }}\"\n aws_secret_key: \"{{ ec2_secret_key }}\"\n region: \"{{ region }}\"\n registe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4712, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
91-aws-ec2-final/ansaws/roles/ec2_wordpress
7,207
[ "no_license" ]
[ { "path": "91-aws-ec2-final/ansaws/roles/ec2_wordpress/tasks/main.yml", "content": "---\n# tasks file for roles/ec2_wordpress\n\n\n- name: formatting the volume\n filesystem:\n dev: /dev/xvdf\n fstype: xfs\n\n- name: create wordpress dir\n file:\n path: /var/www/html\n state: directory\n ow...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2883, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
96-tp-elastic-logstash/elastic_playbook/roles/logstash
7,207
[ "no_license" ]
[ { "path": "96-tp-elastic-logstash/elastic_playbook/roles/logstash/tasks/main.yml", "content": "---\n# tasks file for roles/logstash\n- name: Debian - Install apt-transport-https to support https APT downloads\n apt:\n name: apt-transport-https\n state: present\n\n- name: Debian - Add Elasticsearch re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1320, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
97-tp-elastic-kibana/elastic_ansible/roles/kibana
7,207
[ "no_license" ]
[ { "path": "97-tp-elastic-kibana/elastic_ansible/roles/kibana/handlers/main.yml", "content": "---\n# handlers file for roles/kibana\n\n- name: restart_kibana\n systemd:\n name: kibana\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1430, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
vagrant/ansible_swarm/roles/myapp
7,207
[ "no_license" ]
[ { "path": "vagrant/ansible_swarm/roles/myapp/defaults/main.yml", "content": "---\n# defaults file for roles/myapp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "vagrant/ansible_swarm/roles/myapp/vars/main.yml", "content": "---\n# vars file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1083, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
vagrant/ansible_swarm/roles/remove_nodes
7,207
[ "no_license" ]
[ { "path": "vagrant/ansible_swarm/roles/remove_nodes/defaults/main.yml", "content": "---\n# defaults file for roles/remove_nodes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "vagrant/ansible_swarm/roles/remove_nodes/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1421, "all_permissive": false }
ansible_role
priximmo/tutorials-ansible-fr
146bebf0bc6a100633442096a1cd14f5459b17ca
16
vagrant/ansible_swarm/roles/swarm
7,207
[ "no_license" ]
[ { "path": "vagrant/ansible_swarm/roles/swarm/tasks/main.yml", "content": "---\n# tasks file for roles/swarm\n\n- name: check/init swarm\n docker_swarm:\n state: present\n advertise_addr: enp0s8:2377\n register: __output_swarm\n when: inventory_hostname in groups['managers'][0]\n\n- name: install no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
masnes/devops-playground
51b1c166599b253cdfb7fe3c10a116b5f3b46c8d
1
ansible/roles/ca-server
7,207
[ "no_license" ]
[ { "path": "ansible/roles/ca-server/templates/step-ca.service.j2", "content": "[Unit]\nDescription=A private certificate authority (X.509 & SSH) & ACME server\nDocumentation=https://github.com/smallstep/certificates\nAfter=network.target\nBefore=nss-lookup.target\nWants=nss-lookup.target\n\n[Service]\nNonBlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3144, "all_permissive": false }
ansible_role
masnes/devops-playground
51b1c166599b253cdfb7fe3c10a116b5f3b46c8d
1
ansible/roles/step-bootstrap-client
7,207
[ "no_license" ]
[ { "path": "ansible/roles/step-bootstrap-client/tasks/main.yml", "content": "---\n- name: Warn user if root_ca could not be found\n debug:\n msg: |\n Error. Please first setup step ca, then run the role 'step-determine-fingerprint'.\n Need the fingerprint from the root ca to setup step on host ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1491, "all_permissive": false }
ansible_role
masnes/devops-playground
51b1c166599b253cdfb7fe3c10a116b5f3b46c8d
1
ansible/roles/step-determine-fingerprint
7,207
[ "no_license" ]
[ { "path": "ansible/roles/step-determine-fingerprint/tasks/main.yml", "content": "---\n- name: Determine the step ca server fingerprint\n become: true\n become_user: \"{{step_user}}\"\n command: step certificate fingerprint \"{{step_path}}/certs/root_ca.crt\"\n changed_when: false\n register: root_ca_fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
ATiagunov/ansible_hw
fa43ee0d7b69d75b4353f04f915f0da0c5ea5368
0
roles/deploy_script
7,207
[ "no_license" ]
[ { "path": "roles/deploy_script/tasks/main.yml", "content": "- name: Copy scripts to {{ groups['debian_cluster'] }}\n copy:\n src: \"{{ inventory_dir }}/../mon\"\n dest: ~/\n mode: \"u=rx\"\n\n- name: Check response code\n command: \"{{ item }}\"\n changed_when: false\n loop:\n - ~/mon/disk_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
dgjnpr/ansible-template-for-junos
589a323662fec5e65bb777bbab7b62a04be580c9
80
roles/common
7,207
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n# by referencing the 'common' role in the playform specifc plays this task is executed\n# it causes Ansible to generate the common part of the configuration for a host\n- name: Building common configuration\n template: >\n src=main.conf.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2809, "all_permissive": false }
ansible_role
dgjnpr/ansible-template-for-junos
589a323662fec5e65bb777bbab7b62a04be580c9
80
roles/qfabric
7,207
[ "no_license" ]
[ { "path": "roles/qfabric/tasks/main.yaml", "content": "---\n# This named task uses the Ansible template module to generate the a\n# part of the EX configuration. Once it is done it stores the result\n# in a file\n- name: Building QFabric configuration\n template: >\n src=main.conf.j2\n dest={{ build_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
ibtihel-bedoui/devops
1e74ec3a2eab162671d432514b0f41b202994b37
0
ansible/roles/docker
7,207
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: my-app\n build:\n path: /var/lib/jenkins/workspace/devops\n pull: no\n source: build\n state: present\n force_source: true\n- name: run conta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
nikko-andersen/ansible-bootstrap-test-setup
640f69b171320edad1d03f62e32426e04db902f9
0
vagrant-setup/ansible/roles/db
7,207
[ "no_license" ]
[ { "path": "vagrant-setup/ansible/roles/db/tasks/main.yml", "content": "- name: install mariadb for Ubuntu\n tags: mariadb\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
nikko-andersen/ansible-bootstrap-test-setup
640f69b171320edad1d03f62e32426e04db902f9
0
vagrant-setup/ansible/roles/web
7,207
[ "no_license" ]
[ { "path": "vagrant-setup/ansible/roles/web/tasks/main.yml", "content": "- name: install apache for Ubuntu\n tags: apache,apache2\n apt:\n name:\n - \"{{ apache_package_name }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: start and enable apache service\n tags: apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
epfl-si/mastodon.ops
b47786a53dd9f69bfc50454690b6614b329412c2
7
roles/mastodon
7,208
[ "no_license" ]
[ { "path": "roles/mastodon/tasks/monitoring.yml", "content": "- name: Mastodon monitoring container\n community.docker.docker_container:\n name: \"{{ mastodon_monitoring_container_name }}\"\n image: \"{{ mastodon_web_image }}\"\n restart_policy: unless-stopped\n networks:\n - name: \"{{ mas...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 26304, "all_permissive": false }
ansible_role
epfl-si/mastodon.ops
b47786a53dd9f69bfc50454690b6614b329412c2
7
roles/monitoring
7,208
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/prometheus.yml", "content": "- name: Prometheus directory\n ansible.builtin.file:\n state: directory\n recurse: yes\n path: \"{{ prometheus_dir }}/{{ item }}\"\n owner: 65534\n group: 65534\n mode: '0755'\n with_items:\n - data\n - rules\n\n- name:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11473, "all_permissive": false }
ansible_role
epfl-si/mastodon.ops
b47786a53dd9f69bfc50454690b6614b329412c2
7
roles/setup
7,208
[ "no_license" ]
[ { "path": "roles/setup/templates/motd.j2", "content": " · • —– ٠ ✤ ٠ —–· · • —– ٠ ✤ ٠ —– • ·\n\n This is the EPFL installation of Mastodon ({{ inventory_mode }})\n\n Documentation: https://go.epfl.ch/mastodon \n Source code: https://github.com/epfl-si/mastodon.ops\n Contact:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3146, "all_permissive": false }
ansible_role
disposetest3/nanoDeg
4cb4adc13a8f09f13522596e8fc4e053df121219
0
.circleci/ansible/roles/configure-server
7,208
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"python installation\"\n become: true\n raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3)\n\n- name: \"Update packages\"\n become: true\n apt:\n update_cache: \"yes\"\n\n- name: \"upgrad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
disposetest3/nanoDeg
4cb4adc13a8f09f13522596e8fc4e053df121219
0
.circleci/ansible/roles/copy-backend
7,208
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/copy-backend/tasks/main.yml", "content": "\n- name: Extract directory to ec2 instance\n become: true\n unarchive:\n src: /root/project/backend/dist.tar.gz\n dest: /home/ubuntu\n\n#- name: Executing node\n# shell: |\n# pm2 start ~/dist/main.js -f\n\n- name: crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
disposetest3/nanoDeg
4cb4adc13a8f09f13522596e8fc4e053df121219
0
.circleci/ansible/roles/deploy
7,208
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"Install dependencies\"\n become: true\n shell: |\n cd ./backend\n npm i\n npm run build\n\n- name: \"Run migrations\"\n become: true\n shell: |\n cd ./backend\n npm run migrations", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/common
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/common/tasks/main.yml", "content": "---\n - name: SetEnforce 0\n shell: /usr/sbin/setenforce 0 || /bin/true\n\n - name: yum libselinux-python\n yum: name=libselinux-python state=latest\n \n\n - name: Set Disabled selinux\n command: sed -i '/SELINUX/s/enforcing/disabled/' /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3021, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/dbservers
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/dbservers/files/makemysql.sh", "content": "#!/bin/bash\n\nexport PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin\n\nMYSQL_USER=mysql\nMYSQL_GROUP=mysql\nMYSQL_PREFIX=\"/usr/local/mysql\"\nMYSQL_VER=\"mysql-5.1.73\"\nMYSQL_DATA_DIR=\"/mydata/data\"\n\n\ncd /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6705, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/imgservers
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/imgservers/tasks/main.yml", "content": "---\n - name: Install http and php etc\n yum: name={{ item }} state=latest\n with_items:\n - httpd\n - httpd-devel\n - httpd-tools\n - php\n - php-mysql\n - php-mbstring\n - php-xml\n - php-xmlrpc\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 943, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/jdkconfig
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/jdkconfig/tasks/main.yml", "content": "---\n - name: COPY jdk to appservers\n copy: src={{jdk_version}} dest=/tmp/{{jdk_version}} mode=755\n\n - name: Install jdk\n shell: /tmp/{{ jdk_version }} >> /tmp/jdkinstall_log\n tags: installjdk\n\n - name: Config jdk\n copy: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/nfsservers
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/nfsservers/templates/export.j2", "content": "{{ datadir }} {{network}}/255.255.0.0(rw,sync,anonuid=46,anongid=99,no_root_squash)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ECPRJ/roles/nfsservers/handlers/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 917, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/nginxes
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/nginxes/templates/nginx.conf.j2", "content": "\nuser nginx;\nworker_processes {{ worker_processes }};\n{% if num_cpus == 2 %}\n worker_cpu_affinity 01 10;\n{% elif num_cpus == 4 %}\n worker_cpu_affinity 0001 0010 0100 1000;\n{% elif num_cpus >= 4 %}\n worker_cpu_af...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5262, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/webconfig
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/webconfig/tasks/main.yml", "content": "---\n - name: copy httpd.conf to webservers\n template: src=httpd.conf.j2 dest=/etc/httpd/conf/httpd.conf mode=644\n\n - name: copy mod_jk\n copy: src=mod_jk.so dest=/etc/httpd/modules/mod_jk.so mode=755\n\n - name: mkdir webapp\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
zhaifg/Ansible_LK
73c7d407cc67f8c1ce4aa0f4d0473be257253089
1
ECPRJ/roles/webservers
7,208
[ "no_license" ]
[ { "path": "ECPRJ/roles/webservers/vars/main.yml", "content": "---\nec_path: /home/webapp/ec\nmemcache_addr : 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ECPRJ/roles/webservers/tasks/main.yml", "content": "---\n - name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
cubeek/my-ansible
839dbd11175f68e87dfe6cb5458e07e6fdd6120b
0
roles/development
7,208
[ "permissive" ]
[ { "path": "roles/development/defaults/main.yml", "content": "---\n# defaults file for personal", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "roles/development/tasks/vim.yml", "content": "---\n- name: install vim for pe...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4078, "all_permissive": true }
ansible_role
cubeek/my-ansible
839dbd11175f68e87dfe6cb5458e07e6fdd6120b
0
roles/devstack-all-in-one
7,208
[ "permissive" ]
[ { "path": "roles/devstack-all-in-one/tasks/main.yml", "content": "---\n- include_tasks: install_python3.yml\n\n- name: clone devstack repo\n git:\n repo: \"{{ devstack_repo }}\"\n dest: \"{{ devstack_dir }}\"\n\n- name: \"WORKAROUND: Install virtualenv 16.2.0, the latest doesn't work\"\n pip:\n n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 13900, "all_permissive": true }
ansible_role
cubeek/my-ansible
839dbd11175f68e87dfe6cb5458e07e6fdd6120b
0
roles/ovn-heater
7,208
[ "permissive" ]
[ { "path": "roles/ovn-heater/tasks/main.yml", "content": "---\n#- name: clone ovn-heater repo\n# ansible.builtin.git:\n# repo: \"{{ ovn_heater_repo }}\"\n# dest: \"{{ ovn_heater_dir }}\"\n#\n#- name: install RPM dependencies\n# ansible.builtin.dnf:\n# name: \"{{ rpm_install_list }}\"\n# state: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1552, "all_permissive": true }
ansible_role
cubeek/my-ansible
839dbd11175f68e87dfe6cb5458e07e6fdd6120b
0
roles/packaging
7,208
[ "permissive" ]
[ { "path": "roles/packaging/tasks/main.yml", "content": "---\n- name: install kerberos workstation\n package:\n name: krb5-workstation\n state: present\n become: yes\n\n- name: copy kerberos configuration\n copy:\n src: krb5.conf\n dest: /etc/krb5.conf\n mode: 0644\n become: yes\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1308, "all_permissive": true }
ansible_role
cubeek/my-ansible
839dbd11175f68e87dfe6cb5458e07e6fdd6120b
0
roles/rh-certificates
7,208
[ "permissive" ]
[ { "path": "roles/rh-certificates/defaults/main.yml", "content": "---\n# defaults file for rh-certificates\nrh_certificates:\n - https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem\n - https://certs.corp.redhat.com/certs/2022-IT-Root-CA-signedby-2015.pem\n - https://certs.corp.redhat.com/certs/2015-IT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 644, "all_permissive": true }
ansible_role
cubeek/my-ansible
839dbd11175f68e87dfe6cb5458e07e6fdd6120b
0
roles/vqfx
7,208
[ "permissive" ]
[ { "path": "roles/vqfx/tasks/configure_ports.yml", "content": "---\n- name: configure internal ports\n junos_command:\n commands:\n - config\n - set interfaces em1 unit 0 family inet address 169.254.0.2/24\n - commit\n - exit\n connection: network_cli\n\n- name: restart chassis contr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 14445, "all_permissive": true }
ansible_role
vmenezes/VagrantAnsibleSample
face307c3292ca12cfc3ab2e0b363131ea23405e
0
provisioner/roles/setup_pip_and_virtualenvwrapper
7,208
[ "no_license" ]
[ { "path": "provisioner/roles/setup_pip_and_virtualenvwrapper/tasks/main.yml", "content": "---\n - name: Install python3-pip\n apt: name=python3-pip\n\n - name: Install virtualenvwrapper on Python3\n pip:\n name: virtualenvwrapper\n executable: pip3\n\n - name: Create ~/venvs/ folder for \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
vmenezes/VagrantAnsibleSample
face307c3292ca12cfc3ab2e0b363131ea23405e
0
provisioner/roles/setup_postgres
7,208
[ "no_license" ]
[ { "path": "provisioner/roles/setup_postgres/tasks/main.yml", "content": "---\n - name: Install Postgres server\n apt: name=postgresql-10\n\n - name: Install Postgres dev for extensions including PostGIS, Python connector, etc\n apt: name=postgresql-server-dev-10\n\n - name: Install psycopg2 globaly...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
vmenezes/VagrantAnsibleSample
face307c3292ca12cfc3ab2e0b363131ea23405e
0
provisioner/roles/setup_redis
7,208
[ "no_license" ]
[ { "path": "provisioner/roles/setup_redis/tasks/main.yml", "content": "---\n - name: Install Redis server\n apt: name=redis-server\n\n - name: Open Redis to listen on 0.0.0.0 instead of just localhost\n lineinfile:\n path: /etc/redis/redis.conf\n regexp: '^bind '\n line: 'bind 0.0.0.0'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
louanbel/docker-project-imt
6f894e3b8bba2ce236241ceac90412c8857e77d7
0
ansible/roles/pg_install
7,208
[ "no_license" ]
[ { "path": "ansible/roles/pg_install/tasks/main.yaml", "content": "- name: Install postgresql-15\n ansible.builtin.apt:\n name: \"postgresql-15\"\n state: present\n become: yes\n become_user: root\n- name: Install python3-psycopg2\n ansible.builtin.apt:\n name: \"python3-psycopg2\"\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2300, "all_permissive": false }
ansible_role
louanbel/docker-project-imt
6f894e3b8bba2ce236241ceac90412c8857e77d7
0
ansible/roles/pg_replication
7,208
[ "no_license" ]
[ { "path": "ansible/roles/pg_replication/tasks/task_primary.yaml", "content": "- name: Debug postgresql_mode before including tasks\n debug:\n msg: \"postgresql_mode is currently set to {{ postgresql_mode }} for inventory host {{ inventory_hostname }}\"\n\n- name: Create replication user\n community.pos...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4796, "all_permissive": false }
ansible_role
subratust/dxc
db90086384e830a05eb110a90779f920a830382a
0
roles/UNIX-iBuild-Jbosseap_Installation
7,208
[ "no_license" ]
[ { "path": "roles/UNIX-iBuild-Jbosseap_Installation/vars/main.yml", "content": "---\r\nInstallPath: /opt/{{ServiceName}}\r\nurl: https://artifactory.csc.com/artifactory/installers/JBoss%20EAP\r\nTempDir: /tmp\r\nDomain: \"{{Domain_options | default('') }}\"\r\nJMX_USERNAME: \"admin\"\r\nJMX_GROUP: \"admin\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 396, "all_permissive": false }
ansible_role
ligaoman0306/ansible_playbooks
a5beb0b0fe4862bfb25445d49d30958ce43f8207
0
roles/dbservs
7,208
[ "no_license" ]
[ { "path": "roles/dbservs/handlers/main.yml", "content": "- name: restarted dbserver\n service: name=mariadb.service state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/dbservs/tasks/main.yml", "content": "- name: install db...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 326, "all_permissive": false }
ansible_role
ligaoman0306/ansible_playbooks
a5beb0b0fe4862bfb25445d49d30958ce43f8207
0
roles/webservs
7,208
[ "no_license" ]
[ { "path": "roles/webservs/tasks/main.yml", "content": "- name: install httpd\n yum: name=httpd state=latest\n- name: install configuration for httpd\n copy: src=httpd.conf dest=/etc/httpd/conf/httpd.conf\n tags: \n - conf\n notify: \n - restarted httpd\n- name: started httpd\n service: name=httpd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
arossmann/do-nothing-ansible
66f6927233a0d896922bfa0b95f7869c0732fba2
0
ansible/roles/role1
7,206
[ "no_license" ]
[ { "path": "ansible/roles/role1/tasks/main.yml", "content": "---\n- name: Step 1\n shell: |\n echo \"# Step 1\"\n echo \"Action: do this\"\n echo \"Verification: check, if you can see X at the output\"\n\n- pause:\n prompt: \"Finished?\"\n echo: no\n\n- name: Step 2\n shell: |\n echo \"# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
arossmann/do-nothing-ansible
66f6927233a0d896922bfa0b95f7869c0732fba2
0
ansible/roles/role2
7,206
[ "no_license" ]
[ { "path": "ansible/roles/role2/tasks/main.yml", "content": "- name: Step 1\n shell: |\n echo \"# Step 1\"\n echo \"Action: do this\"\n echo \"Verification: check, if you can see X at the output\"\n\n- pause:\n prompt: \"I said do this\"\n echo: no\n\n- pause:\n prompt: \"Finished?\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
afermor8/nginx-php-ansible-vagrant
2f09cb4ebb5e6003ffda9228f31f355079b34992
0
ansible/roles/borrar-pag2
7,206
[ "no_license" ]
[ { "path": "ansible/roles/borrar-pag2/tasks/main.yaml", "content": "- name: Borrar virtualhost pagina2\n file:\n path: /etc/nginx/sites-enabled/{{ item[\"name\"] }}.conf\n state: absent\n with_items:\n - \"{{borrarpag2}}\"\n notify: Reiniciar nginx\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
afermor8/nginx-php-ansible-vagrant
2f09cb4ebb5e6003ffda9228f31f355079b34992
0
ansible/roles/commons
7,206
[ "no_license" ]
[ { "path": "ansible/roles/commons/tasks/main.yaml", "content": "- name: Asegurar que el sistema está actualizado\n apt: update_cache=yes upgrade=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
afermor8/nginx-php-ansible-vagrant
2f09cb4ebb5e6003ffda9228f31f355079b34992
0
ansible/roles/nginx
7,206
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "- name: Instalar nginx\n apt:\n pkg: nginx\n \n- name: Configuración del virtualhost\n template: \n src: etc/nginx/sites-available/vhost.j2\n dest: /etc/nginx/sites-available/{{item[\"name\"]}}.conf\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1813, "all_permissive": false }
ansible_role
afermor8/nginx-php-ansible-vagrant
2f09cb4ebb5e6003ffda9228f31f355079b34992
0
ansible/roles/php
7,206
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yaml", "content": "- name: Instalar php y php-fpm \n apt:\n pkg:\n - php7.4\n - php7.4-fpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
vbiletskyi/devops_task
b77756556043e7c612542d559496ae0ee4eaff62
0
ansible/roles/setup_venvs
7,206
[ "no_license" ]
[ { "path": "ansible/roles/setup_venvs/vars/main.yaml", "content": "destination_folder: /opt/python_venvs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible/roles/setup_venvs/tasks/main.yml", "content": "---\n\n- block : # Install venv wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 419, "all_permissive": false }
ansible_role
ssledz/workstation-setup
0f30b32cc0b6bc04015483ab8354c2121bbfb118
0
roles/check-connection
7,206
[ "no_license" ]
[ { "path": "roles/check-connection/tasks/main.yml", "content": "---\n\n- name: Make sure that we can connect to the machine\n ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
ssledz/workstation-setup
0f30b32cc0b6bc04015483ab8354c2121bbfb118
0
roles/install-docker
7,206
[ "no_license" ]
[ { "path": "roles/install-docker/defaults/main.yml", "content": "---\npackages:\n - docker-ce\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/install-docker/tasks/main.yml", "content": "---\n- name: Add the docker signing key\n apt_key...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 565, "all_permissive": false }
ansible_role
ssledz/workstation-setup
0f30b32cc0b6bc04015483ab8354c2121bbfb118
0
roles/install-dotfiles
7,206
[ "no_license" ]
[ { "path": "roles/install-dotfiles/tasks/main.yml", "content": "---\n\n- name: Update cache\n apt: update_cache=yes\n\n- include: install-dotfiles.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/install-dotfiles/tasks/install-dotfiles.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
ssledz/workstation-setup
0f30b32cc0b6bc04015483ab8354c2121bbfb118
0
roles/install-packages
7,206
[ "no_license" ]
[ { "path": "roles/install-packages/defaults/main/media.yml", "content": "---\nmedia_packages:\n - cmus # small and fast console audio player\n - qnapi # subtitles manager\n - evince # document viewer for PDF, PostScript, DjVu, TIFF, XPS and DVI f...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 8433, "all_permissive": false }
ansible_role
alokpatra/AnsibleTower-pssCustomization
c51f039245c7baa0166d15292763acd55a0f2904
0
roles/custom-pss-installation
7,206
[ "no_license" ]
[ { "path": "roles/custom-pss-installation/files/Inven4.json", "content": "{\"name\": \"Inven4\", \"organization\": 1}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/custom-pss-installation/files/Inven3-Group1-Host3.json", "content": "{\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2516, "all_permissive": false }
ansible_role
deeptigeorge/dcc-smart
878a2716c7c8bde07a0627f4ecc124c34a311c0e
0
installer/provisioning/roles/api
7,206
[ "no_license" ]
[ { "path": "installer/provisioning/roles/api/tasks/main.yml", "content": "---\n- name: \"create the service directory\"\n become_user: \"{{hosting_username}}\"\n file: \"path={{item}} state=directory\"\n with_items:\n - \"{{hosting_user_home}}/api\"\n - \"{{hosting_user_home}}/api_stu3\"\n - \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4742, "all_permissive": false }
ansible_role
deeptigeorge/dcc-smart
878a2716c7c8bde07a0627f4ecc124c34a311c0e
0
installer/provisioning/roles/auth
7,206
[ "no_license" ]
[ { "path": "installer/provisioning/roles/auth/tasks/main.yml", "content": "---\n- name: \"create the service directory\"\n become_user: \"{{hosting_username}}\"\n file: \"path={{item}} state=directory\"\n with_items:\n - \"{{hosting_user_home}}/auth\"\n - \"{{hosting_user_home}}/auth/mysql\"\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3889, "all_permissive": false }
ansible_role
deeptigeorge/dcc-smart
878a2716c7c8bde07a0627f4ecc124c34a311c0e
0
installer/provisioning/roles/sandman
7,206
[ "no_license" ]
[ { "path": "installer/provisioning/roles/sandman/tasks/service.yml", "content": "---\n- name: \"install sandman system\"\n include: \"roles/common/tasks/service_template.yml\"\n vars:\n service_name: \"sandman\"\n database: \"{{sandman_server_database}}\"\n database_reset: \"{{sandman_mysql_reset_...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 118485, "all_permissive": false }
ansible_role
hub-404/vagrant-backup-ninja-test
d3caecbc54695c59cb1f4cac647258dac84cdb08
0
roles/backupninja
7,206
[ "no_license" ]
[ { "path": "roles/backupninja/defaults/main.yml", "content": "backupninja_ftp_user: ftp\nbackupninja_ftp_password: <PASSWORD>\nbackupninja_ftp_host: ftp.example.com\nbackupninja_passphrace: <PASSWORD>\nbackupninja_backup_target: \"ftp://{{ backup_ninja_ftp_user }}:{{ backup_ninja_ftp_password }}@{{ backupnin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
hub-404/vagrant-backup-ninja-test
d3caecbc54695c59cb1f4cac647258dac84cdb08
0
roles/common-tasks
7,206
[ "no_license" ]
[ { "path": "roles/common-tasks/tasks/main.yml", "content": "- name: Add EPEL\n yum:\n name:\n - epel-release\n\n- name: Add common packages\n yum:\n name:\n - gnupg2\n - vim\n - tmux\n - haveged\n - bash-completion\n - dialog\n - cowsay\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
hub-404/vagrant-backup-ninja-test
d3caecbc54695c59cb1f4cac647258dac84cdb08
0
roles/duplicity
7,206
[ "no_license" ]
[ { "path": "roles/duplicity/tasks/main.yml", "content": "- name: Add repository\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n gpgcheck: no\n\n- name: Install duplicity\n yum:\n name: duplicity\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
hub-404/vagrant-backup-ninja-test
d3caecbc54695c59cb1f4cac647258dac84cdb08
0
roles/local.gpg-key
7,206
[ "no_license" ]
[ { "path": "roles/local.gpg-key/defaults/main.yml", "content": "gpg_key_mail: <EMAIL>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/local.gpg-key/tasks/main.yml", "content": "- name: Check gpg key is present\n shell:\n gpg -K '{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
jw3/microk8s-on-openstack
c3d2dd600f27ea444e90c83010457030493dd4ff
0
roles/common
7,206
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Wait for cloud-init to finish\n raw: while ! test -f /var/lib/cloud/instance/boot-finished; do sleep 1; done\n retries: 5\n delay: 1\n tags:\n - skip_ansible_lint\n\n- name: Setup\n action: setup\n\n- name: install microk8s\n snap:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1507, "all_permissive": true }
ansible_role
jw3/microk8s-on-openstack
c3d2dd600f27ea444e90c83010457030493dd4ff
0
roles/common-nodes
7,206
[ "permissive" ]
[ { "path": "roles/common-nodes/tasks/main.yaml", "content": "- name: Increase max_map_count\n command: sysctl -w vm.max_map_count=262144\n\n- name: Install NFS client\n apt:\n name: ['rpcbind', 'nfs-common']\n state: present\n environment: \"{{ proxy_env }}\"\n", "license_type": "permissive", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": true }
ansible_role
Timmyzooto01/timmy-mgt
c348c97aeff666310c062cf33739e5fea720c02a
0
roles/deployment
7,206
[ "no_license" ]
[ { "path": "roles/deployment/tasks/main.yml", "content": "---\n# tasks file for roles\n- \n ansible.builtin.yum: \n name: httpd\n state: present\n name: \"install httpd on the webserver\"\n- \n ansible.builtin.service: \n enabled: true\n name: httpd\n state: started\n name: \"ensure httpd ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3813, "all_permissive": false }
ansible_role
Timmyzooto01/timmy-mgt
c348c97aeff666310c062cf33739e5fea720c02a
0
roles/mysql
7,206
[ "no_license" ]
[ { "path": "roles/mysql/tasks/users.yml", "content": "---\n- name: Ensure MySQL users are present.\n mysql_user:\n name: \"webaccess\"\n host: 0.0.0.0\n password: <PASSWORD>\n priv: \"*.*:ALL,GRANT\"\n state: present\n append_privs: \"{{ item.append_privs | default('no') }}\"\n encrypte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/configure_dock
7,206
[ "no_license" ]
[ { "path": "roles/configure_dock/tasks/main.yml", "content": "---\n- name: Remove all crap from Dock\n shell: dockutil --remove '{{ item }}'\n ignore_errors: true\n with_items: dockitems_to_remove\n \n- name: Check if items in dock exist\n shell: dockutil --find '{{ item.name }}' || dockutil --add '{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/configure_ulimit
7,206
[ "no_license" ]
[ { "path": "roles/configure_ulimit/tasks/main.yml", "content": "# https://superuser.com/questions/827984/open-files-limit-does-not-work-as-before-in-osx-yosemite\n\n- name: Create file\n copy: >\n src=limit.maxfiles.plist\n dest=/Library/LaunchDaemons/limit.maxfiles.plist\n\n- name: Install ulimit cha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_alfred
7,206
[ "no_license" ]
[ { "path": "roles/install_alfred/tasks/main.yml", "content": "---\n- name: install_alfred\n homebrew_cask: name=alfred state=present\n \n- name: install_vlc\n homebrew_cask: name=vlc state=present\n \n- name: Download Theremin\n get_url: >\n url=http://f.nn.lv/ms/l5/29/Theremin.app.zip\n dest={{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_browsers
7,206
[ "no_license" ]
[ { "path": "roles/install_browsers/tasks/main.yml", "content": "---\n# http://macappstore.org/google-chrome/\t\n- name: install_google_chrome\n homebrew_cask: name=google-chrome state=present\n\n# - name: chrome_cli\n# homebrew: install chrome-cli state=present\n\n- name: chrome-devtools\n homebrew_cask:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_communications
7,206
[ "no_license" ]
[ { "path": "roles/install_communications/tasks/main.yml", "content": "---\n- name: install_skype\n homebrew_cask: name=skype state=present\n\n- name: install_slack\n homebrew_cask: name=slack state=present\n \n- name: install_telegram\n homebrew_cask: name=telegram state=present\n ", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_docker
7,206
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "- name: Download Docker\n get_url: >\n url=https://download.docker.com/mac/stable/Docker.dmg\n dest={{ downloads_directory }}/Docker.dmg\n- name: Mount the Docker image\n command: >\n chdir={{ downloads_directory }}\n hdiutil attach ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_editors
7,206
[ "no_license" ]
[ { "path": "roles/install_editors/tasks/main.yml", "content": "---\n- name: install_atom\n homebrew_cask: name=atom state=present\n\n- name: install_sublime\n homebrew_cask: name=sublime-text state=present\n\n- name: install_textmate\n homebrew_cask: name=textmate state=present\n\n- name: install_rmate\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_electron
7,206
[ "no_license" ]
[ { "path": "roles/install_electron/tasks/main.yml", "content": "---\n- name: install_electron\n homebrew_cask: name=electron state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_erlang
7,206
[ "no_license" ]
[ { "path": "roles/install_erlang/tasks/main.yml", "content": "- name: Install tree\n homebrew: name=erlang state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 59, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_erlang_elixir
7,206
[ "no_license" ]
[ { "path": "roles/install_erlang_elixir/tasks/main.yml", "content": "- name: Install erlang\n homebrew: name=erlang state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
fuzzygroup/ansible-macbook-pro
327e87d6dcad50d541d1631d8fd114eee76215d5
7
roles/install_homebrew_misc
7,206
[ "no_license" ]
[ { "path": "roles/install_homebrew_misc/tasks/main.yml", "content": "---\n- name: install_yarn\n #homebrew_cask: name=yarn state=present\n homebrew: name=yarn state=present\n \n#Add export PATH=\"$PATH:`yarn global bin`\" to your profile (this may be in your .profile, .bashrc, .zshrc, etc.)\n\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1760, "all_permissive": false }