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
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/yum
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/yum/vars/main.yml", "content": "---\n\nyum_packages:\n - redhat-lsb\n - \"@Development tools\"\n - xorg-x11-server-Xorg\n - xorg-x11-xauth\n - xorg-x11-apps\n - cmake\n - git\n - git-lfs\n - gcc-gfortran\n - nano\n - emacs\n - wget\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 569, "all_permissive": false }
ansible_role
woningbouw/terraform-ansible
fd8e78bf389bcc2dd82b9e8121445c1c4f875a3e
0
ansible/roles/domain_backup
7,717
[ "no_license" ]
[ { "path": "ansible/roles/domain_backup/tasks/main.yml", "content": "\n# installs active directory on the server\n - name: Install Active Directory Domain Services\n ansible.windows.win_feature:\n name: AD-Domain-Services\n include_management_tools: yes\n include_sub_features: yes\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
woningbouw/terraform-ansible
fd8e78bf389bcc2dd82b9e8121445c1c4f875a3e
0
ansible/roles/domain_conf
7,717
[ "no_license" ]
[ { "path": "ansible/roles/domain_conf/tasks/main.yml", "content": "- name: Create woningbouw OU\n win_dsc:\n resource_name: ADOrganizationalUnit\n name: \"{{ item }}\"\n path: \"DC=woningbouw,DC=local\"\n loop:\n - WoningUsers\n - WoningComputers\n - WoningServers\n - WoningGroups\n\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
woningbouw/terraform-ansible
fd8e78bf389bcc2dd82b9e8121445c1c4f875a3e
0
ansible/roles/domain_setup_woningbouw
7,717
[ "no_license" ]
[ { "path": "ansible/roles/domain_setup_woningbouw/tasks/main.yml", "content": "\n # - name: Set dns server for setting up dc\n # ansible.windows.win_dns_client:\n # adapter_names: \"*\"\n # ipv4_addresses:\n # - \"8.8.8.8\"\n # - \"8.8.4.4\"\n\n# installs active directory on the s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
woningbouw/terraform-ansible
fd8e78bf389bcc2dd82b9e8121445c1c4f875a3e
0
ansible/roles/fileserver_conf
7,717
[ "no_license" ]
[ { "path": "ansible/roles/fileserver_conf/tasks/main.yml", "content": "- name: Install File-Services\n ansible.windows.win_feature:\n name: File-Services\n state: present\n IncludeManagementTools: yes\n register: file-services\n\n- name: Create Directory\n ansible.windows.win_file:\n path: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
woningbouw/terraform-ansible
fd8e78bf389bcc2dd82b9e8121445c1c4f875a3e
0
ansible/roles/zabbix_agent
7,717
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_agent/tasks/main.yml", "content": " - name: Download Zabbix Agent MSI\n win_get_url:\n url: https://repo.zabbix.com/zabbix/5.4/windows/x86_64/zabbix_agent-5.4.0-windows-amd64-openssl.msi\n dest: C:\\Temp\\zabbix_agent.msi\n\n - name: Install Zabbix Ag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
woningbouw/terraform-ansible
fd8e78bf389bcc2dd82b9e8121445c1c4f875a3e
0
ansible/roles/zabbix_setup
7,717
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_setup/tasks/main.yml", "content": "- name: \"Download zabbix with wget\"\n command: \"wget https://repo.zabbix.com/zabbix/6.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.0-4+ubuntu20.04_all.deb -O /home/ubu_ad/Downloads/zabbix.deb\"\n\n- name: \"Change execution\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3514, "all_permissive": false }
ansible_role
DavidJohannesS/gitea
bfb65cd8aa494cfd6a2e35e4f56cbdbb1675fbae
0
roles/gitea
7,717
[ "no_license" ]
[ { "path": "roles/gitea/tasks/main.yml", "content": "---\n# tasks file for gitea\n- name: Setup gitea\n ansible.builtin.include_tasks: setup.yml\n\n- name: Reset gitea container\n ansible.builtin.include_tasks: delete.yml\n tags:\n - never\n - reset\n", "license_type": "no_license", "detecte...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1756, "all_permissive": false }
ansible_role
SergeyDavidenko/ansible-postgresql
68a2616be7743575816062c1c482a693ef830333
0
roles/createdb
7,717
[ "no_license" ]
[ { "path": "roles/createdb/tasks/main.yml", "content": "- name: Add Postgres repo to sources list\n apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main' state=present\n sudo: yes\n- name: Add key for Postgres repo\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1976, "all_permissive": false }
ansible_role
technicalachal/maveric
b0636a499487594efb4d9ea96adc292d3e7a32d8
0
playbook/roles/maveric
7,717
[ "no_license" ]
[ { "path": "playbook/roles/maveric/tasks/main.yml", "content": "- name: install apache\n yum: pkg=httpd state=latest\n- name: install jave\n command: yum install java* -y\n- name: install tomcat\n yum: pkg=tomcat state=latest\n- name: start tomcat service\n action: service name=tomcat state=restarted\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/certs-authority
7,717
[ "permissive" ]
[ { "path": "roles/certs-authority/tasks/generate-server.yaml", "content": "---\n# Playbook to ensure docker is installed\n\n- name: ensure certificate directory exists\n file:\n path: \"{{ certs_directory }}\"\n state: directory\n mode: 0755\n\n- name: CA generate...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 16885, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/docker
7,717
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n# Playbook to ensure docker is installed\n\n- name: add key server\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 58118E89F3A912897C070ADBF76221572C52609D\n\n- name: add docker repository\n apt_repository:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5380, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/docker-registry
7,717
[ "permissive" ]
[ { "path": "roles/docker-registry/defaults/main.yaml", "content": "#node counting and balancing\ndefault_public_count: 1\ndefault_private_count: 0\nnode_number: \"{{ node_count | default( ( ( public_node_count | default( default_public_count ) ) ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10047, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/docker-swarm
7,717
[ "permissive" ]
[ { "path": "roles/docker-swarm/defaults/main.yaml", "content": "#node counting and balancing\ndefault_public_count: 2\ndefault_private_count: 0\nnode_number: \"{{ node_count | default( ( ( public_node_count | default( default_public_count ) ) | i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8042, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/inventory
7,717
[ "permissive" ]
[ { "path": "roles/inventory/tasks/main.yaml", "content": "---\n# Playbook to manage OpenStack inventory\n\n- name: gathering OpenStack instance facts\n connection: local\n os_server_facts:\n cloud: \"{{ os_cloud_name }}\"\n server: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5150, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/inventory-cleanup
7,717
[ "permissive" ]
[ { "path": "roles/inventory-cleanup/tasks/main.yaml", "content": "---\n# Playbook to cleanup OpenStack instance and resource (if specififed)\n- name: confirm\n pause: prompt=\"\\n\\n\\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3247, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/inventory-instance
7,717
[ "permissive" ]
[ { "path": "roles/inventory-instance/tasks/main.yaml", "content": "---\n# Playbook to instanciate an OpenStack instance\n\n- name: we currently have\n debug:\n msg: \"{{ ( groups[ master_role + '-public_nodes' ] | default( [] ) ) | length }} public nodes and {{ ( groups[ master_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 13424, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/inventory-keys
7,717
[ "permissive" ]
[ { "path": "roles/inventory-keys/tasks/main.yaml", "content": "---\n# Playbook to manage OpenStack keys\n\n- name: checking if SSH key exists\n stat:\n path: \"{{ ansible_ssh_private_key_file }}\"\n register: sshkey_exist\n\n- name: generate SSH keys\n when: ( action...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/keepalived
7,717
[ "permissive" ]
[ { "path": "roles/keepalived/README.md", "content": "### An ansible template to install and manage keepalived\n\nSee [the main documentation](/) for installation instruction and details.\n\n+ ![Progress](http://progressed.io/bar/100) (Ubuntu) Keepalived installation and configuration (from source)\n+ ![Pro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 10953, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/maas
7,717
[ "permissive" ]
[ { "path": "roles/maas/tasks/main.yaml", "content": "---\n# Playbook to ensure MAAS is installed and configured correctly\n\n- name: share MAAS controller hostname play-wide\n set_fact:\n os_maas_controller: \"{{ groups[ 'public_nodes' ][ 0 ] }}\"\n\n- name: share public IP as MAAS controller (...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5561, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/meta-bastion
7,717
[ "permissive" ]
[ { "path": "roles/meta-bastion/tasks/main.yaml", "content": "---\n# Playbook to ensure bastion host is configured and hardened\n\n#we're choosing the last public node\n- name: set bastion host index in public_nodes group\n set_fact:\n bastion_public_nodes_idx: \"{{ ( ( groups[ 'public_nodes' ] | length ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2683, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/meta-proxy
7,717
[ "permissive" ]
[ { "path": "roles/meta-proxy/templates/named.conf.options.j2", "content": "acl goodclients {\n {{ os_cloud_privatesubnet_cidr }};\n localhost;\n localnets;\n};\n\noptions {\n directory \"/var/cache/bind\";\n\n recursion yes;\n allow-query { goodclients; };\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6169, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/meta-router
7,717
[ "permissive" ]
[ { "path": "roles/meta-router/tasks/main.yaml", "content": "---\n# Playbook to ensure private node hosts are routing request to the internet\n#iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE\n#iptables -A FORWARD -i ens3 -o ens4 -m state --state RELATED,ESTABLISHED -j ACCEPT\n#iptables -A FORWARD -i ens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5387, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/mysql
7,717
[ "permissive" ]
[ { "path": "roles/mysql/handlers/main.yaml", "content": "---\n# Handler to ensure docker deamon is running\n\n- name: ensure MySQL is up\n service: name=mysql state=started\n\n- name: restart MySQL\n service: name=mysql state=restarted\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1927, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/rancher
7,717
[ "permissive" ]
[ { "path": "roles/rancher/meta/main.yaml", "content": "---\ndependencies:\n - docker\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "roles/rancher/tasks/main.yaml", "content": "---\n# Playbook to ensure docker is inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 694, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/rdo
7,717
[ "permissive" ]
[ { "path": "roles/rdo/tasks/main.yaml", "content": "---\n# Playbook to ensure RDO is installed and configured correctly\n\n# - name: stop and disable firewalld\n# systemd:\n# state: stopped\n# name: firewalld\n# enabled: no\n\n- name: stop and disable NetworkMana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": true }
ansible_role
internap/openstack-ansible-workloads
f607cf306f1dab61912a5cfe6ccb67a3b4976b46
0
roles/stable-docker
7,717
[ "permissive" ]
[ { "path": "roles/stable-docker/README.md", "content": "### An ansible template to install and manage Docker installation (stable)\n\nSee [the main documentation](/) for installation instruction and details.\n\n+ ![Progress](http://progressed.io/bar/100) (Ubuntu) Docker installation and configuration\n+ ![...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4255, "all_permissive": true }
ansible_role
CalluMcGregor/GCP-Ansible-GHActions
eee4cafad75b8dc4b8edc47ee5a15b6d4370a990
0
ansible/roles/httpdserver
7,717
[ "no_license" ]
[ { "path": "ansible/roles/httpdserver/tasks/main.yml", "content": "---\n# tasks file for httpdserver\n- name: install apache2\n package:\n name: apache2\n state: present\n- name: copy code\n copy:\n src: ./index.html\n dest: \"/var/www/html/index.html\"\n- name: copy code\n copy:\n src: ./s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1117, "all_permissive": false }
ansible_role
DatLucker/VMdeploy
57a4eda41dd34bb4cbe99b017439cbb23a549879
0
roles/1sgar01-03
7,717
[ "no_license" ]
[ { "path": "roles/1sgar01-03/tasks/main.yml", "content": "---\n\n- name: Установка пакетов из репозитория\n apt:\n name: \"{{ item }}\"\n update_cache: true\n loop:\n\n - git\n - gcc=4:6.3.0-4\n - cmake\n - libboost-all-dev=192.168.3.11\n - default-jdk\n - redis-server\n # - redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6112, "all_permissive": false }
ansible_role
DatLucker/VMdeploy
57a4eda41dd34bb4cbe99b017439cbb23a549879
0
roles/1sgar02
7,717
[ "no_license" ]
[ { "path": "roles/1sgar02/handlers/main.yml", "content": "---\n- name: restart postgres\n service: name=postgresql state=restarted\n\n- name: Restart redis\n service:\n name: redis\n state: restarted\n\n- name: Restart apache2\n service:\n name: apache2\n state: restarted\n\n\n...", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 8622, "all_permissive": false }
ansible_role
DatLucker/VMdeploy
57a4eda41dd34bb4cbe99b017439cbb23a549879
0
roles/all
7,717
[ "no_license" ]
[ { "path": "roles/all/tasks/main.yml", "content": "---\n\n- name: Замена файла source.list\n template:\n src: templates/source.list\n dest: /etc/apt/sources.list\n backup: yes\n\n \n- name: apt-key\n shell:\n chdir: /home/anevdokimov\n cmd: wget https://art.rd.aorti.ru/repository/infr/apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/aws/roles/ansible
7,717
[ "permissive" ]
[ { "path": "playbooks/aws/roles/ansible/tasks/main.yml", "content": "---\n- name: install ansible\n shell:\n cmd: amazon-linux-extras install ansible2\n\n- name: check package\n yum:\n name: ansible\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/aws/roles/chrome-driver
7,717
[ "permissive" ]
[ { "path": "playbooks/aws/roles/chrome-driver/tasks/main.yml", "content": "---\n- name: Installing chromedriver\n ansible.builtin.shell: |\n wget https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip && unzip chromedriver_linux64.zip\n mv ./chromedriver_linux64.zip /usr/bin/chromed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/aws/roles/ec2-start
7,717
[ "permissive" ]
[ { "path": "playbooks/aws/roles/ec2-start/tasks/main.yml", "content": "---\n- name: Start ec2 instance\n hosts: localhost\n vars_prompt:\n - name: instance_name\n prompt: Enter ec2 tag name.\n private: false\n\n - name: region\n prompt: enter ec2 region.\n default: us-east-1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/aws/roles/google
7,717
[ "permissive" ]
[ { "path": "playbooks/aws/roles/google/tasks/main.yml", "content": "###\n---\n- name: Installing google-chrome\n ansible.builtin.shell: |\n cd /tmp\n wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm\n sudo yum install ./google-chrome-stable_current_x86_64.rpm\n sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/aws/roles/venv
7,717
[ "permissive" ]
[ { "path": "playbooks/aws/roles/venv/tasks/main.yml", "content": "---\n- name: install virtual environment\n command: pip install virtualenv\n register: output\n\n- name: print command output\n debug:\n msg: \"{{ output.stdout }}\"\n \n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/ansible
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/ansible/tasks/main.yml", "content": "---\n- name: Enable amazon-linux-extras package\n shell: amazon-linux-extras enable postgresql14\n args:\n creates: /usr/bin/amazon-linux-extras\n\n- name: add package\n ansible.builtin.yum:\n name: ansible2\n state: present\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/apache
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/apache/tasks/main.yml", "content": "---\n- name: install apache or httpd\n yum:\n name: httpd\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/basicinstall_httpd
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/basicinstall_httpd/tasks/main.yml", "content": "---\n- name: install httpd\n yum:\n name: httpd\n state: present\n \n- name: start & enable service\n service:\n name: httpd\n state: started\n enabled: yes\n", "license_type": "permissive", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/dns
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/dns/tasks/main.yml", "content": "---\n- name: Install DNS\n yum:\n name: named\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/fullinstall_httpd
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/fullinstall_httpd/tasks/main.yml", "content": "---\n- name: install httpd packages\n yum:\n name: httpd\n state: present\n\n- name: start httpd service\n service:\n name: httpd\n state: started\n\n- name: open port 80 for http acces\n firewalld:\n service: http\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/port80_access
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/port80_access/tasks/main.yml", "content": "---\n- name: open port 80 for http access.\n firewalld:\n service: http\n permanent: yes\n state: enabled\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": true }
ansible_role
SimoneShaw911/ansible
3eae74936de4f4a61e2177ad75f63c4d84c55abf
0
playbooks/roles/reload_http
7,717
[ "permissive" ]
[ { "path": "playbooks/roles/reload_http/tasks/main.yml", "content": "---\n- name: reload httpd to pickup changes\n service:\n name: httpd\n state: reloaded\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": true }
ansible_role
JenniaGo/Wordpress_Deploy_AWS
7eaf357e6195b70fa8b910ac7042f14d3589e63d
3
ansible/roles/wordpress
7,717
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "- name: Download the latest Wordpress package\n get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: /tmp/wordpress.tar.gz\n\n- name: Unzip and unarchive the installation package\n unarchive:\n src: /tmp/wordpress.tar.gz\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1877, "all_permissive": false }
ansible_role
filex5/donfilemon.ntp
c45ec4d81459e8a4de13e3234586b18b6efd5d84
0
roles/donfilemon.ntp
7,717
[ "no_license" ]
[ { "path": "roles/donfilemon.ntp/vars/main.yml", "content": "---\n# vars file for donfilemon.ntp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/donfilemon.ntp/defaults/main.yml", "content": "---\n# defaults file for donfilemon.ntp\nnetwor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 815, "all_permissive": false }
ansible_role
pdostal/server-http
834ce2b4dbf75ed24c39e16ae9dbab09b773dbe4
0
roles/apache
7,717
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- set_fact:\n apache_conf: /etc/apache2\n when: ansible_distribution == 'Debian'\n\n- name: install apache2 (Debian)\n notify: restart apache2\n apt: pkg=apache2 state=present\n when: ansible_distribution == 'Debian'\n\n- name: Paste apache config\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2026, "all_permissive": false }
ansible_role
pdostal/server-http
834ce2b4dbf75ed24c39e16ae9dbab09b773dbe4
0
roles/mysql
7,717
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: install mysql (Debian)\n when: ansible_distribution == 'Debian'\n apt: pkg={{ item }} state=present force=yes\n with_items:\n - mysql-common\n - mysql-server\n - mysql-client\n - libmysqlclient15-dev\n notify: restart mysql\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
pdostal/server-http
834ce2b4dbf75ed24c39e16ae9dbab09b773dbe4
0
roles/nginx
7,717
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "worker_processes 1;\nuser www-data www-data;\n\nerror_log /var/log/nginx/error.log notice;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include mime.types;\n default_type application/octet-stream;\n\n log_format access '$host $re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1989, "all_permissive": false }
ansible_role
pdostal/server-http
834ce2b4dbf75ed24c39e16ae9dbab09b773dbe4
0
roles/php
7,717
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- set_fact:\n nginx_conf: /usr/local/etc/nginx\n when: ansible_distribution == 'FreeBSD'\n- set_fact:\n nginx_conf: /etc/nginx\n when: ansible_distribution == 'Debian'\n\n- name: install mysql (Debian)\n when: ansible_distribution == 'Debian'\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
zacker330/ansible-vagrant-skeleton
831ca9de59e11ee3a210af4bf5b4fa9413830716
0
roles/common
7,717
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# - name: copy hosts\n# copy: src=\"hosts\" dest=\"/etc/hosts\" force=yes\n\n- name: copy sources.list\n copy: src=\"sources.list\" dest=\"/etc/apt/\" force=yes\n\n- apt: update_cache=yes cache_valid_time=7200\n ignore_errors: yes\n\n- name: crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
ant-in-giant/stns-client-setup
52510edbe1c4e41da022c6ccda550af10274daa3
0
roles/stns-client
7,717
[ "no_license" ]
[ { "path": "roles/stns-client/templates/etc/nsswitch.conf.focal.j2", "content": "# /etc/nsswitch.conf\n#\n# Example configuration of GNU Name Service Switch functionality.\n# If you have the `glibc-doc-reference' and `info' packages installed, try:\n# `info libc \"Name Service Switch\"' for information about...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8448, "all_permissive": false }
ansible_role
famarcelino/deployfinal
77828467c9d13d0dcc1c06ff361c9a96bbc053fc
0
roles/pre-docker
7,717
[ "no_license" ]
[ { "path": "roles/pre-docker/tasks/main.yml", "content": "---\n# tasks file for pre-docker\n- name: garantindo os pacotes basicos docker-ce nginx python-pip\n package:\n name: \n - docker-ce\n - nginx\n - python-pip\n\n- name: garantindo o docker-py\n pip:\n name: docker-py\n\n- name: garantin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/docker
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/docker/defaults/main.yml", "content": "---\n# defaults file for Roles/docker\ndocker_compose_version: \"1.29.2\"\nawx_version: \"17.1.0\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "AWX_INST/Roles/docker/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1547, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/mysql
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/mysql/group_vars/main.yml", "content": "dest1: http://yum.mariadb.org/10.4/rhel8-amd64\ndest2: https://yum.mariadb.org/RPM-GPG-KEY-MariaDB\npath: /etc/yum.repo/\npath1: /mysql/files", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1762, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/nginx
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/nginx/tasks/main.yml", "content": "---\n- name: installation of nginx\n yum:\n name: nginx,curl\n state: present \n- name: start service and activit\n service:\n name: nginx\n state: started\n enabled: yes \n \n- name: Create a directory available and enabled ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1111, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/nginx_load_ba
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/nginx_load_ba/defaults/main.yml", "content": "---\n# defaults file for Roles/nginx_load_ba\nport_nginx: 80", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "AWX_INST/Roles/nginx_load_ba/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 617, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/php7
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/php7/handlers/main.yml", "content": "---\n- name: modify php.ini file\n service:\n name: nginx\n state: reloaded\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "AWX_INST/Roles/php7/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/ssh_key
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/ssh_key/README.md", "content": "Creation of user \n=========\n\n- name: ssh_keygen\n openssh_keypair:\n path: /tmp/dichride\n type: rsa\n size: 4096\n state: present\n force: no\n\n\n\nA brief description of the role goes here.\nthis role help to generat ssh certifi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1512, "all_permissive": false }
ansible_role
ancke25/ansibletes
43e88f9ab0de3700a1a30631bece3e1bac56a91d
0
AWX_INST/Roles/user
7,717
[ "no_license" ]
[ { "path": "AWX_INST/Roles/user/tasks/main.yml", "content": "---\n- name: create user dichride\n user: \n name: dichride\n shell: /bin/bash\n groups: wheel\n append: yes\n password: \"{{ '<PASSWORD>'| password_hash('sha512')}}\"\n \n- name: add dichride user to sudoers\n copy:\n dest: \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
evanscottgray/vpn-test-ansible
91aa20842ae63b070a61c1387c98fb631d732e39
1
roles/common
7,720
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nssh_port: 22 \ndefault_ssh_port: 22\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/common/vars/default.yml", "content": "# Holds defaults for all distros\n---\nssh_sftp_path:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2672, "all_permissive": false }
ansible_role
evanscottgray/vpn-test-ansible
91aa20842ae63b070a61c1387c98fb631d732e39
1
roles/rs-dns
7,720
[ "no_license" ]
[ { "path": "roles/rs-dns/defaults/main.yml", "content": "---\n# - rax_user: username that you use for rackspace cloud\n# - rax_api_key: api key that you use for rackspace cloud\n# - dns_domain: the domain that you have in your cloud account that you want to update\n# - dns_subdomain: the subdomain that you w...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3153, "all_permissive": false }
ansible_role
Killua7362/clowder
9e12a741eeb6e6851a0af8958536b4c1d3fb84ab
0
gcp/roles/gcloud
7,720
[ "no_license" ]
[ { "path": "gcp/roles/gcloud/tasks/main.yaml", "content": "---\n- name: install dependency\n apt: \n name: \"{{ item }}\"\n state: present\n loop: \n - apt-transport-https\n - ca-certificates\n - gnupg\n - curl\n - sudo\n\n- name: install gcloud key\n apt_key: \n url: https://packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
Killua7362/clowder
9e12a741eeb6e6851a0af8958536b4c1d3fb84ab
0
gcp/roles/jenkins
7,720
[ "no_license" ]
[ { "path": "gcp/roles/jenkins/tasks/main.yaml", "content": "---\n- name: apt update\n command: apt update\n\n- name: install java\n command: apt install -y openjdk-17-jdk\n\n- name: install jenkins repo key\n apt_key: \n url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key \n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
Killua7362/clowder
9e12a741eeb6e6851a0af8958536b4c1d3fb84ab
0
gcp/roles/misc
7,720
[ "no_license" ]
[ { "path": "gcp/roles/misc/tasks/main.yaml", "content": "---\n- name: Install git\n apt:\n name: git\n state: latest\n update_cache: yes\n\n- name: Install jq\n apt:\n name: jq\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
Killua7362/clowder
9e12a741eeb6e6851a0af8958536b4c1d3fb84ab
0
gcp/roles/nginx
7,720
[ "no_license" ]
[ { "path": "gcp/roles/nginx/tasks/main.yaml", "content": "---\n- name: Installing nginx\n apt:\n name: nginx\n state: latest\n\n- name: run nginx\n systemd:\n state: started\n name: nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
Otus-DevOps-2020-11/meter-chel_infra
13095fe8e7f6c789001840fb4949880f8219cc76
0
ansible/roles/app
7,720
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Install app\n apt:\n name:\n - ruby-full\n - ruby-bundler\n - build-essential\n state: present\n update_cache: yes\n tags: ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
Otus-DevOps-2020-11/meter-chel_infra
13095fe8e7f6c789001840fb4949880f8219cc76
0
ansible/roles/db
7,720
[ "no_license" ]
[ { "path": "ansible/roles/db/defaults/main.yml", "content": "---\n# defaults file for db\nmongo_port: 27017\n# mongo_bind_ip: 0.0.0.0\nmongo_bind_ip: 127.0.0.1\nenv: local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/roles/db/tasks/ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": false }
ansible_role
ramakrishna2709/DevOpsTraining
1b751bf68139250cd70fb0a965ea3c1c8cdc7c9a
0
Project/Java-App-with-Ansible/ansible/tomcat/roles/tomcat
7,720
[ "no_license" ]
[ { "path": "Project/Java-App-with-Ansible/ansible/tomcat/roles/tomcat/tasks/main.yml", "content": "---\n#- name: Install Java 1.7\n# yum: name=java-1.7.0-openjdk state=latest\n\n#- name: add group \"tomcat\"\n # group: name=tomcat\n #become: true\n #become_user: root\n\n#- name: add user \"tomcat\"\n #us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2106, "all_permissive": false }
ansible_role
max-b/homelabby
681d65c5249a1da180f52cbd465332201de13d28
0
ansible/roles/digitalocean
7,720
[ "no_license" ]
[ { "path": "ansible/roles/digitalocean/tasks/main.yml", "content": "# roles/digitalocean/tasks/main.yml\n---\n- name: Install DigitalOcean repo key\n apt_key:\n url: https://repos.sonar.digitalocean.com/sonar-agent.asc\n state: present\n\n- name: Install DigitalOcean apt repo\n apt_repository:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
max-b/homelabby
681d65c5249a1da180f52cbd465332201de13d28
0
ansible/roles/irssi
7,720
[ "no_license" ]
[ { "path": "ansible/roles/irssi/tasks/main.yml", "content": "# roles/irssi/tasks/main.yml\n---\n- name: Update all packages\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install irssi (and tmux just because)\n apt:\n name: ['irssi', 'tmux']\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
max-b/homelabby
681d65c5249a1da180f52cbd465332201de13d28
0
ansible/roles/ufw
7,720
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "# roles/ufw/tasks/main.yml\n---\n- name: Enable UFW\n community.general.ufw:\n state: enabled\n\n- name: Set logging\n community.general.ufw:\n logging: 'on'\n\n# ufw supports connection rate limiting, which is useful for protecting\n# agains...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
max-b/homelabby
681d65c5249a1da180f52cbd465332201de13d28
0
ansible/roles/users
7,720
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "# roles/users/tasks/main.yml\n---\n- name: Add maxb user\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n shell: /bin/bash\n with_items: \"{{ users }}\"\n\n- name: Setup authorized_keys\n ansible.builtin.authorized_key:\n user: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
uchennaemeruche/complete-deployment-pipeline
153dde836b1eb38f03bfa56980784bb86129b572
0
roles/configure
7,720
[ "no_license" ]
[ { "path": "roles/configure/tasks/main.yml", "content": "---\n- name: update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: upgrade cache\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n apt:\n autoremove: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 954, "all_permissive": false }
ansible_role
uchennaemeruche/complete-deployment-pipeline
153dde836b1eb38f03bfa56980784bb86129b572
0
roles/prometheus
7,720
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n- name: update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: upgrade cache\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n apt:\n autoremove: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
sinojiyashital/testrole
5cbc8e2a173fbe7cd3305e882831b16d65a2588d
0
roles/webserver
7,720
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yaml", "content": "---\n\n- name: Ensure that Apache is installed\n apt: name=apache2 state=present\n\n\n\n- name: Start Apache Services\n service: name=apache2 enabled=yes state=started\n\n\n\n- name: Deploy configuration File\n template: src=templates/httpd.j2 dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/ap-common
7,720
[ "no_license" ]
[ { "path": "ansible/roles/ap-common/defaults/main.yaml", "content": "# Base SSID used for both 2.4GHz and 5GHz if not overridden\nap_common_ssid: MYSSID\n# Global country code\nap_common_country: IT\n# Default password shared between bands\nap_common_wifi_password: <PASSWORD>\n# Enable the weaker TKIP pairwi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/ap24
7,720
[ "no_license" ]
[ { "path": "ansible/roles/ap24/defaults/main.yaml", "content": "ap24_interface_name: ap24\nap24_interface_mac: DD:EE:FF:77:88:99\nap24_channel: 6\nap24_country: \"{{ ap_common_country }}\"\nap24_ssid: \"{{ ap_common_ssid }}-24\"\nap24_password: \"{{ ap_common_wifi_password }}\"\nap24_ht_enable: yes\nap24_ht_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2729, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/ap5
7,720
[ "no_license" ]
[ { "path": "ansible/roles/ap5/meta/main.yaml", "content": "dependencies:\n - ap-common\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/ap5/tasks/main.yaml", "content": "- name: Copy configuration for 5GHz AP\n vars:\n ___anc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3194, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/lan-bridge
7,720
[ "no_license" ]
[ { "path": "ansible/roles/lan-bridge/defaults/defaults/main.yaml", "content": "lan_bridge_interface_name: brap\nlan_bridge_ip: 10.0.1.1/24\nlan_bridge_extra_nameservers:\n - 8.8.8.8\nlan_bridge_dhcp_range_start: 10.0.1.100\nlan_bridge_dhcp_range_end: 10.0.1.199\nlan_bridge_dhcp_domain: lan\nlan_bridge_dhc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2292, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/netplan
7,720
[ "no_license" ]
[ { "path": "ansible/roles/netplan/handlers/main.yaml", "content": "- name: \"Apply netplan configuration\"\n command: netplan apply\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/netplan/tasks/main.yaml", "content": "- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 139, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/powersave
7,720
[ "no_license" ]
[ { "path": "ansible/roles/powersave/defaults/main.yaml", "content": "powersave_tty_poweroff_minutes: 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/powersave/handlers/main.yaml", "content": "- name: Reload systemd\n systemd:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1478, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/routing
7,720
[ "no_license" ]
[ { "path": "ansible/roles/routing/tasks/main.yaml", "content": "- name: Install iptables persistence tooling\n package:\n state: present\n name:\n - iptables-persistent\n - ipset\n - ipset-persistent\n\n- name: Copy iptables rules\n vars:\n ___anchors___:\n register: &register\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5761, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/rtl8812bu
7,720
[ "no_license" ]
[ { "path": "ansible/roles/rtl8812bu/templates/88x2bu.conf.j2", "content": "options 88x2bu {# -#}\n rtw_low_power=0 {# -#}\n rtw_vht_enable={% if rtl8812bu_vht_enable %}2{% else %}0{% endif %} {# -#}\n rtw_switch_usb_mode={% if rtl8812bu_usb_superspeed %}1{% else %}2{% endif %}\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2038, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/rtl8821ce
7,720
[ "no_license" ]
[ { "path": "ansible/roles/rtl8821ce/tasks/install.yaml", "content": "- name: Create directory for driver sources\n file:\n path: \"{{ rtl8821ce_source_dir }}\"\n state: \"{{ item }}\"\n loop:\n - absent\n - directory\n\n- name: Download driver sources\n unarchive:\n remote_src: yes\n src...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1119, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/unattended-upgrades
7,720
[ "no_license" ]
[ { "path": "ansible/roles/unattended-upgrades/tasks/main.yaml", "content": "- name: Install unattended-upgrades\n package:\n state: present\n name: unattended-upgrades\n\n\n- name: Write APT config for unattended upgrades\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/apt/apt.conf.d/{{ item }...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1146, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/wan
7,720
[ "no_license" ]
[ { "path": "ansible/roles/wan/templates/netplan.yaml.j2", "content": "network:\n version: 2\n renderer: networkd\n ethernets:\n {{ wan_interface_name }}:\n match:\n macaddress: {{ wan_interface_mac }}\n set-name: {{ wan_interface_name }}\n link-local: []\n vlans:\n {{ wan_vlan...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2890, "all_permissive": false }
ansible_role
binary-manu/routerify
5be188c3fde35ed328999298da0f62fbde4415a5
4
ansible/roles/wired-lan
7,720
[ "no_license" ]
[ { "path": "ansible/roles/wired-lan/tasks/main.yaml", "content": "- name: Copy netplan configuration files for the wired LAN\n vars:\n ___anchors___:\n register: &register\n register: self_result\n changed_when: run_handlers or (self_result.changed and reconfigure_now)\n nic: \"{{ i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 749, "all_permissive": false }
ansible_role
Dixel1/B3-Cloud
d85b347f6ab1f6a6b7ca4ffb784567b558e485df
0
TP01/Ansible/roles/common
7,720
[ "no_license" ]
[ { "path": "TP01/Ansible/roles/common/defaults/main.yml", "content": "# Liste des packages à installer (ce sont des variables qui vont être utilisées)\ncommon_packages:\n - vim\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "TP01/Ansibl...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1428, "all_permissive": false }
ansible_role
Dixel1/B3-Cloud
d85b347f6ab1f6a6b7ca4ffb784567b558e485df
0
TP01/Ansible/roles/nginx
7,720
[ "no_license" ]
[ { "path": "TP01/Ansible/roles/nginx/tasks/vhosts.yml", "content": "# Définit une tâche Ansible pour créer le chemin webroot\n- name: Create webroot\n become: true\n file:\n path: \"{{ item.nginx_webroot }}\"\n state: directory\n with_items: \"{{ vhosts }}\"\n\n# Définit une tâche Ansible qui va cré...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1983, "all_permissive": false }
ansible_role
Dixel1/B3-Cloud
d85b347f6ab1f6a6b7ca4ffb784567b558e485df
0
TP01/Ansible/roles/webapp
7,720
[ "no_license" ]
[ { "path": "TP01/Ansible/roles/webapp/defaults/main.yml", "content": "# Définit les paramètres nécessaires pour configurer un serveur web Nginx\nnginx_servername: test\nnginx_port: 8080\nnginx_webroot: /var/www/html/test\nnginx_index_content: \"<h1>teeeeeest</h1>\"\n", "license_type": "no_license", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1140, "all_permissive": false }
ansible_role
Dixel1/B3-Cloud
d85b347f6ab1f6a6b7ca4ffb784567b558e485df
0
TP05/with_vagrant/ansible/roles/mumble
7,720
[ "no_license" ]
[ { "path": "TP05/with_vagrant/ansible/roles/mumble/templates/murmur.ini.j2", "content": "database=/var/lib/murmur/murmur.sqlite\nlogfile=/var/log/murmur/murmur.log\npidfile=/var/run/murmur/murmur.pid\n# Reminder: When changing the port that murmur will listen to you will need to also update the firewall.\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3948, "all_permissive": false }
ansible_role
sivapaul/ansible-works
68ae29837b08cc2f894d90755cda14452e52e005
1
roles/ospatch
7,720
[ "no_license" ]
[ { "path": "roles/ospatch/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Ansible Role to patch linux machines\n company: Open\n\n license: license (GPL-2.0-or-later, MIT, etc)\n\n min_ansible_version: 2.9\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 626, "all_permissive": false }
ansible_role
sivapaul/ansible-works
68ae29837b08cc2f894d90755cda14452e52e005
1
roles/ospatch_validate
7,720
[ "no_license" ]
[ { "path": "roles/ospatch_validate/files/post_update.sh", "content": "#!/bin/bash\n\nemail=\"<EMAIL>\"\nlogFile=\"/opt/script/post_update.log\"\nworkDir=\"/opt/script\"\n\n###########################\n# Begin Functions #\nfunction log_msg {\n current_time=$(date \"+%Y-%m-%d %H:%M:%S.%3N\")\n lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4134, "all_permissive": false }
ansible_role
sivapaul/ansible-works
68ae29837b08cc2f894d90755cda14452e52e005
1
roles/tomanage
7,720
[ "no_license" ]
[ { "path": "roles/tomanage/defaults/main.yml", "content": "---\n# defaults file for skeleton", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/tomanage/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Manage service...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 377, "all_permissive": false }
ansible_role
010PHP/010php.nl
167f824af97ca193a71b2e17d6b3849af753a290
0
build/roles/ansible-role-configuration
7,720
[ "no_license" ]
[ { "path": "build/roles/ansible-role-configuration/tasks/main.yml", "content": "---\n - name: Remove existing cache folder\n file: >\n state=\"absent\"\n path=\"/vagrant/app/cache\"\n\n - name: Create cache folder\n file: >\n state=\"directory\"\n path=\"/tmp/cache\"\n owner=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1584, "all_permissive": false }
ansible_role
010PHP/010php.nl
167f824af97ca193a71b2e17d6b3849af753a290
0
build/roles/ansible-role-servertools
7,720
[ "no_license" ]
[ { "path": "build/roles/ansible-role-servertools/tasks/main.yml", "content": "---\n - name: Include variables.\n include_vars: \"vars.yml\"\n\n - name: Define servertools_packages.\n set_fact:\n servertools_packages: \"{{ __servertools_packages | list }}\"\n when: servertools_packages is not ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 631, "all_permissive": false }
ansible_role
Srikanthchowdhary/cloud-formation
0486626a6f8bf53408049f8f7570e1101bce35b6
0
roles/infra-as-code
7,720
[ "no_license" ]
[ { "path": "roles/infra-as-code/tasks/main.yml", "content": "---\n- name: install python components\n pip:\n name: \"{{item}}\"\n with_items:\n - boto\n - boto3\n - botocore\n\n- name: register the environment\n command: \"echo {{ hostvars[groups['stack'][0]]['environment_name'] }} \"\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 30785, "all_permissive": false }
ansible_role
bennyz/qarax-warp
83f8f1110b2294bbb800e5eb63bc9c8ac6693c83
0
playbooks/roles/setup_host
7,720
[ "no_license" ]
[ { "path": "playbooks/roles/setup_host/playbook.yml", "content": "- hosts: all\n tasks:\n - name: install packages\n include: tasks/install.yml\n - name: setup network\n include: tasks/setup_network.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1216, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/collectd
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/collectd/tasks/main.yml", "content": "---\n- include_vars: group_vars/common\n \n- name: Install pubkey for repo\n shell: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF7ECBB3476ACEB3\n when: ansible_pkg_mgr == \"apt\"\n \n- name: Install collectd package...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2339, "all_permissive": false }
ansible_role
krickwix/csit-mon
7f6d2217fd6f43051afb2cf2ade0d972d09f7fc9
0
ansible/playbooks/roles/common
7,720
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n{% for node in groups['all'] %}\n{{ hostvars[node]['ansible_default_ipv4']['address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 537, "all_permissive": false }