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
troynguyeen/ansible-devops-labs
392d147eae732c781644c5f8a94f2245ad4a9d9a
0
roles/install_jenkins
572
[ "no_license" ]
[ { "path": "roles/install_jenkins/tasks/distro/ubuntu.yml", "content": "- name: Download and save jenkins repo key\n get_url:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\n dest: /usr/share/keyrings/jenkins-keyring.asc\n\n- name: Create jenkins-keyring.asc file\n file:\n path: /...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1852, "all_permissive": false }
ansible_role
troynguyeen/ansible-devops-labs
392d147eae732c781644c5f8a94f2245ad4a9d9a
0
roles/install_nexus
572
[ "no_license" ]
[ { "path": "roles/install_nexus/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install_nexus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/install_nexus/defaults/main.yml", "content": "---\n#...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6301, "all_permissive": false }
ansible_role
troynguyeen/ansible-devops-labs
392d147eae732c781644c5f8a94f2245ad4a9d9a
0
roles/install_sonarqube
572
[ "no_license" ]
[ { "path": "roles/install_sonarqube/defaults/main.yml", "content": "---\n# defaults file for install_sonarqube\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/install_sonarqube/vars/jinja2.yml", "content": "#Unit\ndescription: SonarQube ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11997, "all_permissive": false }
ansible_role
Niharika-Bhatt/Automation-project
cb035beff5c661cac3efbcef0bb5d16f837a8654
0
ansible/roles/datadisk-n01536074
572
[ "no_license" ]
[ { "path": "ansible/roles/datadisk-n01536074/defaults/main.yml", "content": "# roles/datadisk-n01536074/defaults/main.yml\ndatadisk_partitions:\n - name: part1\n size_gb: 4\n filesystem: xfs\n mount_path: /part1\n\n - name: part2\n size_gb: 5\n filesystem: ext4\n mount_path: /part2\n\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": false }
ansible_role
Niharika-Bhatt/Automation-project
cb035beff5c661cac3efbcef0bb5d16f837a8654
0
ansible/roles/profile-n01536074
572
[ "no_license" ]
[ { "path": "ansible/roles/profile-n01536074/tasks/main.yml", "content": "---\n- name: Append lines to /etc/profile\n lineinfile:\n path: /etc/profile\n line: \"19057@Niharika\"\n insertafter: EOF\n tags: profile\n\n- name: Export TMOUT in /etc/profile\n lineinfile:\n path: /etc/profile\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
Niharika-Bhatt/Automation-project
cb035beff5c661cac3efbcef0bb5d16f837a8654
0
ansible/roles/user-n01536074
572
[ "no_license" ]
[ { "path": "ansible/roles/user-n01536074/tasks/main.yml", "content": "---\n- name: Create a group called cloudadmins\n group:\n name: cloudadmins\n state: present\n\n- name: Create user accounts\n user:\n name: \"{{ item }}\"\n state: present\n loop:\n - user100\n - user200\n - user30...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
Niharika-Bhatt/Automation-project
cb035beff5c661cac3efbcef0bb5d16f837a8654
0
ansible/roles/webserver-n01536074
572
[ "no_license" ]
[ { "path": "ansible/roles/webserver-n01536074/tasks/main.yml", "content": "---\n- name: Install Apache web server\n apt:\n name: apache2\n state: present\n\n- name: Create vm1.html, vm2.html, vm3.html files\n template:\n src: templates/vm.html.j2\n dest: \"{{ item }}\"\n loop:\n - /tmp/vm1....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
miyunda/ansible-playbooks
198758a839bc94169466ef1edf0da97f72c20a23
0
roles/caddy
572
[ "no_license" ]
[ { "path": "roles/caddy/templates/caddy.conf.j2", "content": "{\nacme_ca https://acme.zerossl.com/v2/DV90\nemail <EMAIL>\n}\n{{ caddy_title_url }} {\n encode gzip\n reverse_proxy localhost:{{ caddy_title_port }}\n log {\n output file /var/log/caddy/{{ caddy_title_nickname }}/access.log {\n roll_s...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3688, "all_permissive": false }
ansible_role
miyunda/ansible-playbooks
198758a839bc94169466ef1edf0da97f72c20a23
0
roles/k8s
572
[ "no_license" ]
[ { "path": "roles/k8s/tasks/set-timesync.yml", "content": "---\n# For Debian 12, systemd-timesyncd will be disabled automatically once chrony is installed.\n# For ol8, chrony is shipped with OS.\n- name: Install chrony\n ansible.builtin.package:\n name: chrony\n state: present\n\n- name: Configure chr...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9532, "all_permissive": false }
ansible_role
darpitchaudhary/Jenkins
f6f0f3330d5debdb25e85750fe2dda398af22f68
0
ansible-jenkins-setup/roles/installation_setup
572
[ "no_license" ]
[ { "path": "ansible-jenkins-setup/roles/installation_setup/defaults/main.yml", "content": "---\n# aws_region: us-east-1\n# aws_profile: root\n# aws_secret_key: csye7125\n# srcpath: /Users/darpitchaudhary/Desktop/Advance_Cloud/infra-jenkins/default\n# destpath: /etc/nginx/sites-available/default\n# domain: je...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
darpitchaudhary/Jenkins
f6f0f3330d5debdb25e85750fe2dda398af22f68
0
ansible-jenkins-setup/roles/networking_setup
572
[ "no_license" ]
[ { "path": "ansible-jenkins-setup/roles/networking_setup/tasks/main.yml", "content": "---\n- name: Create VPC for Jenkins\n ec2_vpc_net:\n state: present\n region: \"{{ aws_region }}\"\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr }}\"\n dns_hostnames: yes\n dns_support: yes\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4040, "all_permissive": false }
ansible_role
jiv-e/ansible-secure-ubuntu
5295ef97e100c383e4d27ae2b5a07d1cc75589c6
26
roles/jiv_e.secureubuntu
572
[ "no_license" ]
[ { "path": "roles/jiv_e.secureubuntu/templates/iptables/iptables.firewall.rules.j2", "content": "*filter\n\n#See https://library.linode.com/securing-your-server#sph_creating-a-firewall\n\n# Allow all loopback (lo0) traffic and drop all traffic to 127/8 that doesn't use lo0\n-A INPUT -i lo -j ACCEPT\n-A INPU...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4273, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
coral/roles/centos_httpd_ssl
572
[ "no_license" ]
[ { "path": "coral/roles/centos_httpd_ssl/tasks/main.yml", "content": "- name: Create certificate-directories for SSL\n file:\n path: /etc/pki/tls/certs/{{ inventory_hostname }}/\n state: directory\n when: httpd.ssl.enabled\n\n- name: Install SSL certs\n copy:\n content: \"{{ item }}\" \n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
coral/roles/centos_init
572
[ "no_license" ]
[ { "path": "coral/roles/centos_init/tasks/main.yml", "content": "- name: Install packages to install Coral\n apt:\n name: \n - unzip\n state: present\n\n- name: Update bind rules ipv6 for Docker \n sysctl:\n name: net.ipv6.conf.all.forwarding\n value: '1'\n state: present\n\n\n- name: U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
coral/roles/coral
572
[ "no_license" ]
[ { "path": "coral/roles/coral/tasks/main.yml", "content": "- name: Create destination directory Coral\n file:\n path: /usr/local/coral\n state: directory\n mode: '0755'\n\n- name: Get Coral release from INESTEC\n unarchive:\n src: https://eucanconnect.inesctec.pt/deployment/dist/{{ coral_versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5254, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
coral/roles/sshd
572
[ "no_license" ]
[ { "path": "coral/roles/sshd/tasks/main.yml", "content": "- name: Start and enable sshd (at boot time)\n systemd:\n name: sshd\n enabled: yes\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
coral/roles/ubuntu_firewall
572
[ "no_license" ]
[ { "path": "coral/roles/ubuntu_firewall/tasks/main.yml", "content": "- name: Install firewalld\n yum: \n name: firewalld\n state: installed\n when: firewall.enabled\n\n- name: Set interface on trusted zone\n firewalld:\n permanent: true\n immediate: true\n zone: trusted\n interface: dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1156, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
coral/roles/ubuntu_httpd
572
[ "no_license" ]
[ { "path": "coral/roles/ubuntu_httpd/tasks/main.yml", "content": "- name: Install HTTPD\n apt: \n name: apache2 \n state: present\n\n- name: Delete default files in HTTPD conf.d directory\n file:\n state: absent\n path: /etc/httpd/conf.d/{{ item }}\n with_items:\n - autoindex.conf\n - RE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
opal/roles/firewall
572
[ "no_license" ]
[ { "path": "opal/roles/firewall/tasks/main.yml", "content": "---\n- name: install virt-what to determine hypervisor\n yum:\n name: virt-what\n state: present\n\n- name: determine hypervisor to know when to downgrade firewalld\n command: \"/usr/sbin/virt-what\"\n register: hypervisor\n\n- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3798, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
opal/roles/httpd
572
[ "no_license" ]
[ { "path": "opal/roles/httpd/tasks/main.yml", "content": "---\n- name: install HTTPD\n yum: \n name: \n - httpd \n - mod_ssl\n state: installed\n\n- name: delete default files in HTTPD conf.d directory\n file:\n state: absent\n path: /etc/httpd/conf.d/{{ item }}\n with_items:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
opal/roles/httpd_ssl_letsencrypt
572
[ "no_license" ]
[ { "path": "opal/roles/httpd_ssl_letsencrypt/tasks/main.yml", "content": "---\n- name: install prerequisties\n yum: \n name: yum-utils\n state: present\n when: httpd.ssl.letsencrypt.enabled\n\n- name: configure optional RHEL repository\n command: yum-config-manager --enable rhui-REGION-rhel-server-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 690, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
opal/roles/init
572
[ "no_license" ]
[ { "path": "opal/roles/init/tasks/main.yml", "content": "---\n- name: start and enable sshd (at boot time)\n systemd:\n name: sshd\n enabled: yes\n state: started\n\n- name: add Epel repository\n yum:\n name: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\"\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
opal/roles/mysql
572
[ "no_license" ]
[ { "path": "opal/roles/mysql/tasks/main.yml", "content": "- name: add MySQL repository\n yum:\n name: \"https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm\"\n state: present\n\n- name: install MySQL\n yum: \n name: \n - mysql-server\n - mysql-devel\n - mysql-common\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
opal/roles/opal
572
[ "no_license" ]
[ { "path": "opal/roles/opal/tasks/main.yml", "content": "- name: install Oracle Java JDK 8\n yum:\n state: present\n name: jdk1.8-1.8.0_181\n\n- name: add Obiba repository\n yum_repository:\n name: Opal\n description: Obiba repository\n baseurl: https://dl.bintray.com/obiba/rpm\n gpgkey: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3508, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
rstudio/roles/httpd
572
[ "no_license" ]
[ { "path": "rstudio/roles/httpd/tasks/main.yml", "content": "- name: Install HTTPD and HTTPD-modules\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd\n - mod_ssl\n - libsemanage-python\n when: httpd.setup|bool\n\n- name: Start and enable HTTPD (at boot time)\n service:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3833, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
rstudio/roles/init
572
[ "no_license" ]
[ { "path": "rstudio/roles/init/tasks/main.yml", "content": "- name: Install packages which are used by the default installation (to use copy command in Ansible)\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - redhat-lsb-core\n - libselinux-python\n - epel-release\n - nano\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
rstudio/roles/rstudio
572
[ "no_license" ]
[ { "path": "rstudio/roles/rstudio/tasks/main.yml", "content": "- name: Install our specific version of RStudio.\n yum:\n name: https://download2.rstudio.org/server/fedora28/x86_64/rstudio-server-rhel-1.2.5019-x86_64.rpm\n state: present\n when: setup_rstudio|bool\n\n- name: Start and enable RStudio (...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
eucanconnect/ansible
21caabfe2b5b8c8bcb798ac80d08d5ea3399d5b4
0
rstudio/roles/sshd
572
[ "no_license" ]
[ { "path": "rstudio/roles/sshd/tasks/main.yml", "content": "- name: Allow users to login without password\n lineinfile:\n state: present\n path: /etc/ssh/sshd_config\n regexp: '^PasswordAuthentication'\n line: 'PasswordAuthentication no'\n \n- name: Start and enable sshd (at boot time)\n ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
klassenorg/learningDevOps
04ccfa9526b8aa957057da51165164c37bb8c71a
0
ansible/roles/deploy_apache_and_site
572
[ "no_license" ]
[ { "path": "ansible/roles/deploy_apache_and_site/vars/main.yml", "content": "---\n# vars file for deploy_apache_and_site", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible/roles/deploy_apache_and_site/tasks/main.yml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2283, "all_permissive": false }
ansible_role
sparthaje/chlorophyll
ad4a350faa34385d5e0038df14c791d0718d95bb
0
ansible/roles/chloroplast
567
[ "no_license" ]
[ { "path": "ansible/roles/chloroplast/tasks/main.yml", "content": "---\n\n- name: \"Clone chloroplast git repo\"\n git:\n repo: https://github.com/sparthaje/chlorophyll\n dest: ~/chlorophyll\n force: yes\n\n- name: \"Create virtual environment\"\n shell: \"cd ~/chlorophyll && python3 -m venv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
sparthaje/chlorophyll
ad4a350faa34385d5e0038df14c791d0718d95bb
0
ansible/roles/docker
567
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Install Docker\n shell: \"curl -sL https://get.docker.com | sed 's/9)/10)/' | sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
sparthaje/chlorophyll
ad4a350faa34385d5e0038df14c791d0718d95bb
0
ansible/roles/general
567
[ "no_license" ]
[ { "path": "ansible/roles/general/tasks/main.yml", "content": "---\n\n- name: Install aptitude\n apt:\n name: aptitude\n state: present\n\n- name: Update apt packages\n apt:\n update_cache: yes\n tags:\n - general\n\n- name: Install necessary packages\n apt: \n name: \"{{item}}\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
sparthaje/chlorophyll
ad4a350faa34385d5e0038df14c791d0718d95bb
0
ansible/roles/solar
567
[ "no_license" ]
[ { "path": "ansible/roles/solar/tasks/main.yml", "content": "---\n\n- name: Install \"yarn\" node.js package globally.\n npm:\n name: yarn\n global: yes\n\n- name: Install \"serve\" node.js package globally.\n npm:\n name: serve\n global: yes\n\n- name: Transfer `dist` dir\n copy:\n src: .....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
mvnsib/individualproject
9087f940650ca50bb09e5b07fc1e27ff877e6f9b
0
multi-cloud infrastructure/terraform/roles/deploy_mlmodel
567
[ "no_license" ]
[ { "path": "multi-cloud infrastructure/terraform/roles/deploy_mlmodel/files/service.yaml", "content": "#Used for exposing the service making the web application accessible\napiVersion: v1\nkind: Service\nmetadata:\n name: flask-app-service\nspec:\n ports:\n - nodePort: 31049\n port: 5000\n tar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2068, "all_permissive": false }
ansible_role
mvnsib/individualproject
9087f940650ca50bb09e5b07fc1e27ff877e6f9b
0
multi-cloud infrastructure/terraform/roles/kubernetes_master
567
[ "no_license" ]
[ { "path": "multi-cloud infrastructure/terraform/roles/kubernetes_master/vars/main.yml", "content": "---\n# variables file for kubernetes master to install the packages\npkgs: \n - kubelet\n - kubectl\n - kubeadm\n - docker\n - iproute-tc\n\nservices:\n - docker\n - kubelet\n \n\ndocker_daemon: \"/et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4096, "all_permissive": false }
ansible_role
mvnsib/individualproject
9087f940650ca50bb09e5b07fc1e27ff877e6f9b
0
multi-cloud infrastructure/terraform/roles/kubernetes_worker
567
[ "no_license" ]
[ { "path": "multi-cloud infrastructure/terraform/roles/kubernetes_worker/vars/main.yml", "content": "---\n# vars file for kubernetes.worker\npkgs:\n - kubelet\n - kubectl\n - kubeadm\n - iproute-tc\n\nservices:\n - kubelet\n\ndocker_daemon: /etc/docker/daemon.json\n\nkubernetes_config: /etc/sysctl.d/k8s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3659, "all_permissive": false }
ansible_role
maniarimanda/Postgres_Ansible_Playbook
fe0b5f0e558ec6cbe160063cccced2be7a973f9c
0
roles/postgres_install
567
[ "no_license" ]
[ { "path": "roles/postgres_install/tasks/main.yml", "content": "- name: Add postgres repository\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n\n- name: Install libicu\n yum:\n name: https://rpmfind.net/linux/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
maniarimanda/Postgres_Ansible_Playbook
fe0b5f0e558ec6cbe160063cccced2be7a973f9c
0
roles/postgres_uninstall
567
[ "no_license" ]
[ { "path": "roles/postgres_uninstall/tasks/main.yml", "content": "- name: Remove postgres repository\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: absent\n\n- name: Uninstall libicu\n yum:\n name: https://rpmfind.net/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
omarqureshi/home-lab
7653c18e3c89dab5cc93ffbfdd7a0f661f584ea7
0
roles/dns
567
[ "no_license" ]
[ { "path": "roles/dns/templates/named.conf.local.j2", "content": "zone \"{{ dns_zone }}\" IN {\n type master;\n file \"/etc/bind/forward.{{ dns_zone }}\";\n allow-update { none; };\n};\n\nzone \"{{ dns_subnet | split('/') | first | split('.') | reverse | join('.') }}.in-addr.arpa\" IN {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3127, "all_permissive": false }
ansible_role
omarqureshi/home-lab
7653c18e3c89dab5cc93ffbfdd7a0f661f584ea7
0
roles/kubeadm
567
[ "no_license" ]
[ { "path": "roles/kubeadm/tasks/main.yml", "content": "- name: Install containerd\n ansible.builtin.apt:\n name:\n - containerd\n - containernetworking-plugins\n become: yes\n\n- name: Create containerd configuration directory\n ansible.builtin.file:\n path: /etc/containerd\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3596, "all_permissive": false }
ansible_role
omarqureshi/home-lab
7653c18e3c89dab5cc93ffbfdd7a0f661f584ea7
0
roles/nfs
567
[ "no_license" ]
[ { "path": "roles/nfs/handlers/main.yml", "content": "---\n# handlers file for nfs\n- name: Restart NFS\n ansible.builtin.systemd:\n daemon_reload: yes\n state: restarted\n name: nfs-kernel-server.service\n become: yes\n\n- name: Re-export\n ansible.builtin.command: exportfs -rav\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/node_configure
567
[ "no_license" ]
[ { "path": "roles/node_configure/tasks/main.yml", "content": "---\n- name: register public ip\n uri:\n url: 'https://api.ipify.org?format=json'\n register: public_ip\n\n- name: Set up external address\n lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/config.toml'\n regexp: 'external_addre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6713, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/node_debug
567
[ "no_license" ]
[ { "path": "roles/node_debug/tasks/main.yaml", "content": "---\n- name: debug\n debug:\n var: network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/node_initialize
567
[ "no_license" ]
[ { "path": "roles/node_initialize/tasks/genesis_gz.yml", "content": "- name: Download genesis gz file\n get_url:\n url: '{{ genesis }}'\n dest: '/tmp/genesis.json.gz'\n mode: '0700'\n\n- name: unarchive genesis file\n shell: 'gunzip /tmp/genesis.json.gz -f'\n\n- name: copy the genesis file\n copy...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2952, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/node_install
567
[ "no_license" ]
[ { "path": "roles/node_install/tasks/binary_targz.yml", "content": "---\n- name: download binary\n get_url:\n url: '{{ binary }}'\n dest: '/tmp/binary.tar.gz'\n mode: '0700'\n force: yes\n\n- name: unarchive binary file\n unarchive:\n src: '/tmp/binary.tar.gz'\n dest: '/tmp/'\n mode: '...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2242, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/node_launch
567
[ "no_license" ]
[ { "path": "roles/node_launch/tasks/main.yml", "content": "---\n- name: Update peers in config.toml file\n lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/config.toml'\n regexp: '^persistent_peers ='\n line: 'persistent_peers = \"{{ peers }}\"'\n state: present\n when: peers is defined\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1809, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/prepare
567
[ "no_license" ]
[ { "path": "roles/prepare/templates/promtail.yml.j2", "content": "server:\n http_listen_port: 9080\n grpc_listen_port: 0\n\npositions:\n filename: /tmp/positions.yaml\n\nclients:\n - url: {{ log_monitor }}/loki/api/v1/push\n basic_auth:\n username: {{ loki_user }}\n password: {{ <PASSWORD> }...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6306, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_genesis
567
[ "no_license" ]
[ { "path": "roles/support_genesis/templates/genesis.sh.j2", "content": "#!/bin/bash\n\n# Transfer the genesis file\ncd {{ user_dir }}/{{ folder }}/config\n{% if type == 'test' %}\naws s3 --endpoint=\"{{ snapshot_endpoint }}\" --acl=\"public-read\" cp genesis.json \"s3://testnet-genesis/{{ network }}/\" --pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_halt
567
[ "no_license" ]
[ { "path": "roles/support_halt/tasks/main.yml", "content": "---\n- name: set halt height in app.toml\n lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/app.toml'\n regexp: 'halt-height ='\n line: 'halt-height = {{ halt_height }}'\n\n- name: update restart config in systemd file\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_halt_upgrade
567
[ "no_license" ]
[ { "path": "roles/support_halt_upgrade/tasks/main.yml", "content": "---\n- name: set halt height back to 0 in app.toml\n lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/app.toml'\n regexp: 'halt-height ='\n line: 'halt-height = 0'\n\n- name: update restart config in systemd file\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2344, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_pigeon
567
[ "no_license" ]
[ { "path": "roles/support_pigeon/templates/pigeon.yaml", "content": "loop-timeout: 5s\nhealth-check-port: 5757\n\npaloma:\n chain-id: messenger\n call-timeout: 20s\n keyring-dir: /home/ubuntu/.paloma\n keyring-pass-env-name: PALOMA_KEYRING_PASS\n keyring-type: os\n validator-key: ${VALIDATOR}\n base-r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2748, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_price_feeder
567
[ "no_license" ]
[ { "path": "roles/support_price_feeder/templates/kujira/testnet.toml.j2", "content": "gas_adjustment = 1.8\n\ngas_prices = \"0.00125ukuji\"\nenable_server = true\nenable_voter = true\nprovider_timeout = \"500ms\"\n\nhistory_db = \"/var/tmp/feeder.db\"\n\n[server]\nlisten_addr = \"0.0.0.0:{{ custom_port_prefi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 67117, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_prune
567
[ "no_license" ]
[ { "path": "roles/support_prune/tasks/main.yml", "content": "---\n- name: Create directory\n file:\n path: '{{ user_dir }}/prune'\n state: directory\n mode: '0755'\n\n- name: Copy prune script\n template:\n src: 'prune.sh.j2'\n dest: '{{ user_dir }}/prune/{{ network }}.sh'\n owner: '{{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_public_endpoints
567
[ "no_license" ]
[ { "path": "roles/support_public_endpoints/templates/api_nginx_conf.j2", "content": "server {\n listen 80;\n server_name {{api}}.polkachu.com;\n location / {\n{% if partner is undefined or partner == \"dydx\" %}\n limit_req zone=limitreqsbyaddr burst=150 nodelay;\n{% endif %}\n{% if partner i...
{ "task_files": 19, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 12045, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_remove_node
567
[ "no_license" ]
[ { "path": "roles/support_remove_node/tasks/main.yml", "content": "---\n- name: Stop node process\n become: true\n systemd:\n name: '{{ network }}'\n state: stopped\n enabled: false\n ignore_errors: true\n\n- name: Remove project git folder\n file:\n path: '{{ user_dir }}/{{ network }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1430, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_restake
567
[ "no_license" ]
[ { "path": "roles/support_restake/tasks/main.yml", "content": "---\n- name: Copy restake json\n become: true\n template:\n src: 'restake.json'\n dest: '{{ user_dir }}/restake/src/networks.local.json'\n owner: '{{ ansible_user }}'\n group: '{{ ansible_user }}'\n mode: '0644'\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_resync
567
[ "no_license" ]
[ { "path": "roles/support_resync/templates/recover.sh.j2", "content": "#!/bin/bash\n\nsudo service {{ network }} stop\nsleep 2\nrm {{ user_dir }}/{{ folder }}/data -rf\ncp {{ user_dir }}/{{ folder }}/data-old {{ user_dir }}/{{ folder }}/data -r\nsudo service {{ network }} start\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1682, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_scripts
567
[ "no_license" ]
[ { "path": "roles/support_scripts/templates/bank_balances.sh.j2", "content": "#!/bin/bash\n\n# Constants\nKEY=\"{{ polkachu_key }}\"\nPASSPHRASE=\"{{ polkachu_secret }}\"\n\nKEY_STATUS=$(echo ${PASSPHRASE} | {{ daemon }} keys show ${KEY} --output json)\nACCOUNT_ADDRESS=$(echo ${KEY_STATUS} | jq -r \".address...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2801, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_seed
567
[ "no_license" ]
[ { "path": "roles/support_seed/templates/tenderseed.service.j2", "content": "[Unit]\nDescription={{ network }} Tenderseed\nAfter=network-online.target\n\n[Service]\nUser={{ ansible_user }}\nExecStart={{ user_dir }}/go/bin/tenderseed -home {{ user_dir }}/seeds/{{ folder }} -seeds {{ seed }} -chain-id {{ chai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2011, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_skip_connect
567
[ "no_license" ]
[ { "path": "roles/support_skip_connect/templates/dydx.service.j2", "content": "[Unit]\nDescription={{ network }} skip connect\nAfter=network-online.target\n\n[Service]\nUser={{ ansible_user }}\nExecStart={{ user_dir }}/go/bin/slinky \\\n --marketmap-provider dydx_migration_api \\\n --log-disable-file-rotat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4910, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_snapshot
567
[ "no_license" ]
[ { "path": "roles/support_snapshot/tasks/main.yml", "content": "---\n- name: Create directory\n file:\n path: '{{ user_dir }}/snapshot'\n state: directory\n mode: '0755'\n\n- name: Copy snapshot script\n template:\n src: 'snapshot.sh.j2'\n dest: '{{ user_dir }}/snapshot/{{ network }}.sh'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2736, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_state_sync
567
[ "no_license" ]
[ { "path": "roles/support_state_sync/tasks/main.yml", "content": "---\n- name: Create directory\n file:\n path: '{{ user_dir }}/state_sync'\n state: directory\n mode: '0755'\n\n- name: Copy state_sync file\n template:\n src: 'state_sync.sh.j2'\n dest: '{{ user_dir }}/state_sync/{{ network }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1045, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_sync_snapshot
567
[ "no_license" ]
[ { "path": "roles/support_sync_snapshot/tasks/main.yml", "content": "---\n- name: Get url fragment based on mainnet or testnet\n set_fact:\n url_fragment: \"{% if network_type == 'mainnet' %}mainnet\\\n {% else %}testnet\\\n {% endif %}\"\n\n- name: Get the latest snapshot url\n uri:\n url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1869, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_tenderduty
567
[ "no_license" ]
[ { "path": "roles/support_tenderduty/templates/tenderduty.service.j2", "content": "{% if type is defined and type == 'testtender' %}\n{% set threshold = \"-threshold 50\" %}\n{% else %}\n{% set threshold = \"\" %}\n{% endif %}\n\n[Unit]\nDescription={{ network }} Tenderduty\nAfter=network-online.target\n\n[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/support_update_min_gas
567
[ "no_license" ]
[ { "path": "roles/support_update_min_gas/tasks/main.yml", "content": "---\n- name: Update minimum gas price on config file\n lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/app.toml'\n regexp: '^minimum-gas-prices ='\n line: 'minimum-gas-prices = \"{{ minimum_gas_price }}\"'\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": false }
ansible_role
polkachu/cosmos-validators
7780d9423210eb879bdd015115439ad8f9428003
142
roles/test
567
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n- name: Allow access from skip server\n ufw:\n rule: allow\n src: '{{ item }}'\n comment: 'Skip'\n loop:\n - '172.16.58.3'\n\n- name: restart firewall\n ufw:\n state: reloaded\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
emanzaki/iVolve-OJT
c76f297df9b2c7eb4ab829f77bb722e1511b0ad1
0
2-Ansible/Lab-6/roles/docker_k8s_jenkins
567
[ "no_license" ]
[ { "path": "2-Ansible/Lab-6/roles/docker_k8s_jenkins/tasks/kubectl.yml", "content": "---\n- name: Download kubectl binary\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1812, "all_permissive": false }
ansible_role
sourabhgupta385/kubernetes-on-aws
9c303affe3b0fa50d8daba88941d17d025d317b0
1
playbooks/roles/calico
567
[ "no_license" ]
[ { "path": "playbooks/roles/calico/tasks/main.yml", "content": "---\n- name: Install Tigera Calico Operator\n become: yes\n become_user: ubuntu\n shell: kubectl apply -f https://docs.projectcalico.org/manifests/tigera-operator.yaml >> tigera_operator_setup.txt\n args:\n chdir: $HOME\n creates: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
sourabhgupta385/kubernetes-on-aws
9c303affe3b0fa50d8daba88941d17d025d317b0
1
playbooks/roles/docker
567
[ "no_license" ]
[ { "path": "playbooks/roles/docker/handlers/main.yml", "content": "---\n- name: Start Docker\n systemd:\n name: \"docker\"\n state: \"started\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "playbooks/roles/docker/README.md", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 530, "all_permissive": false }
ansible_role
sourabhgupta385/kubernetes-on-aws
9c303affe3b0fa50d8daba88941d17d025d317b0
1
playbooks/roles/ssh-config
567
[ "no_license" ]
[ { "path": "playbooks/roles/ssh-config/tasks/main.yml", "content": "---\n- name: Create SSH config file\n template:\n src: k8s-infra.config\n dest: /home/ubuntu/.ssh/include/k8s-infra.config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 454, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/common
567
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Upgrade packages\n apt: upgrade=safe\n \n- name: Install packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - fail2ban\n - git-core\n - redis-server\n - ufw", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/mariadb
567
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Install MariaDB\n apt:\n name: mariadb-server\n state: present\n force: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/nginx
567
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx repo\n apt_repository:\n repo: ppa:ondrej/nginx\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n force: yes\n update_cache: yes\n\n- name: Check Nginx configs exist\n stat: path=/etc/nginx/.git\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/php
567
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n- name: start php\n service:\n name: php7.4-fpm\n state: started\n\n- name: reload php\n service:\n name: php7.4-fpm\n state: reloaded\n\n- name: restart php\n service:\n name: php7.4-fpm\n state: restarted", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1847, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/ssh
567
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Disable root login\n lineinfile: \n dest: /etc/ssh/sshd_config\n regexp: \"^PermitRootLogin\"\n line: \"PermitRootLogin no\"\n state: present\n notify: restart ssh\n\n- name: Disable password authentication\n lineinfile:\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/ufw
567
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Enable firewall\n ufw: state=enabled policy=deny\n\n- name: Allow HTTP\n ufw: rule=allow port=80 proto=tcp\n\n- name: Allow HTTPS\n ufw: rule=allow port=443 proto=tcp\n\n- name: Allow SSH\n ufw: rule=allow port=22 proto=tcp\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/user
567
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Ensure sudo group is present\n group:\n name: sudo\n state: present\n\n- name: Ensure sudo group has sudo privileges\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: \"^%sudo\"\n line: \"%sudo ALL=(ALL:ALL) ALL\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
A5hleyRich/wordpress-ansible
285ada0c61310bf6bbb2528c02ad08d1b00e50af
157
roles/wp-cli
567
[ "no_license" ]
[ { "path": "roles/wp-cli/tasks/main.yml", "content": "---\n- name: Install WP-CLI\n get_url:\n url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n dest: /usr/bin/wp\n mode: 0755\n\n- name: Install WP-CLI tab completions\n get_url:\n url: https://raw.githubuserconten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
justbelka/PT-DevOps
d3ab53c911969b44f90d4d28ed26aa74a643e5d7
0
ansible/roles/debian11_config_role
567
[ "no_license" ]
[ { "path": "ansible/roles/debian11_config_role/vars/main.yml", "content": "---\n# vars file for debian11_config_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/roles/debian11_config_role/tests/test.yml", "content": "---\n- hosts: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1967, "all_permissive": false }
ansible_role
justbelka/PT-DevOps
d3ab53c911969b44f90d4d28ed26aa74a643e5d7
0
ansible/roles/postgres16_config_role
567
[ "no_license" ]
[ { "path": "ansible/roles/postgres16_config_role/vars/main.yml", "content": "---\n# vars file for postgres16_config_role\npostgres16_config_role_version: 16\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/roles/postgres16_config_role/handl...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3361, "all_permissive": false }
ansible_role
johnbertrand/ansible
967b5a784b4c137cb5c69e7271a7fa106faab4aa
0
roles/docker
567
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n apt: name=docker.io\n notify:\n - restart docker.io\n\n- name: Make sure that docker starts at boot\n service: name=docker.io enabled=yes\n \n\n# vim:ft=ansible:\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
johnbertrand/ansible
967b5a784b4c137cb5c69e7271a7fa106faab4aa
0
roles/ec2
567
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "- name: Create Security Group\n local_action:\n module: ec2_group\n name: default_security_policy\n description: Default Policy for Instances\n region: \"{{ region }}\"\n rules:\n - proto: tcp\n from_port: 22\n to_port: 22\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
blawesom/dbaas
40357496a2fe19fa9377c81bb85f0f0c4f167bce
0
roles/mysql
567
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "###################\n# Set users and hostname\n###################\n\n# - name: Set hostname\n# hostname: name={{ inventory_hostname }}\n\n###################\n# Security\n###################\n- name: Install epel\n yum: name=epel-release state=present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1438, "all_permissive": false }
ansible_role
buraksaribas/chi-vagrant
ed7230b6ee1f70f1dc4ea4e84bdaa1bea0005a9e
0
ansible/roles/mysql
567
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install Mysql\n apt:\n name: mysql-server\n state: present\n\n- name: Install pip\n apt:\n name: python3-pip\n state: present\n\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present \n\n- name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
buraksaribas/chi-vagrant
ed7230b6ee1f70f1dc4ea4e84bdaa1bea0005a9e
0
ansible/roles/nginx
567
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: copy nginx config for chiio\n copy:\n src: /ansible/assets/chiio.nginx\n dest: /etc/nginx/sites-available/chiio.nginx\n\n- name: Create symbolic link for chii...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
amahub/ansible
6c83a764280c051e81ccbb3401834cf14f45ceca
0
roles/mariadb
576
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - MySQL-python\n - libselinux-python\n - libsemanage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 907, "all_permissive": false }
ansible_role
amahub/ansible
6c83a764280c051e81ccbb3401834cf14f45ceca
0
roles/wordpress
576
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n# checksum=\"{{ wp_sha1sum }}\"\n\n- name: Extract archive\n command: chdir=/srv/ /bin/tar xv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2742, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/auth_ad
576
[ "no_license" ]
[ { "path": "roles/auth_ad/templates/krb5.conf.j2", "content": "[libdefaults]\ndefault_realm = {{ ad_realm | upper }}\ndns_lookup_realm = true \ndns_lookup_kdc = true\nticket_lifetime = 24h\nrenew_lifetime = 7d\nforwardable = true\n\n[realms]\n\n[domain_realm]\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4855, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/auth_ldap
576
[ "no_license" ]
[ { "path": "roles/auth_ldap/vars/main.yml", "content": "---\nschema_list:\n - rfc2307\n - rfc2307bis\n - ipa\n - ad\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/auth_ldap/templates/sssd.conf.j2", "content": "[domain/default]\nauto...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4780, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/pam-access_add
576
[ "no_license" ]
[ { "path": "roles/pam-access_add/tasks/main.yml", "content": "---\n- name: Add {{ pam_access_priv }} to the pam-access file\n lineinfile: >\n dest='/etc/security/access.conf'\n regexp='\\+ : {{ pam_access_priv }} : ALL'\n insertbefore='\\- : ALL : ALL'\n line='+ : {{ pam_access_priv }} : ALL'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/pam-access_init
576
[ "no_license" ]
[ { "path": "roles/pam-access_init/tasks/main.yml", "content": "---\n- name: Test for Red Hat pam_access\n command: grep -q \"^account.*pam_access\" /etc/pam.d/system-auth\n ignore_errors: True\n changed_when: False\n register: pamenabled_redhat\n when: ansible_os_family == \"RedHat\"\n\n- name: Copy def...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1585, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/pam-access_remove
576
[ "no_license" ]
[ { "path": "roles/pam-access_remove/tasks/main.yml", "content": "---\n- name: Remove from the pam-access file\n lineinfile: >\n dest='/etc/security/access.conf'\n regexp='\\+ : {{ pam_access_priv }} : ALL'\n state=absent\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/sudo-access_add
576
[ "no_license" ]
[ { "path": "roles/sudo-access_add/templates/sudoers.grp.j2", "content": "%{{ sudo_access_group }}\tALL=(ALL)\t{% if sudo_nopasswd is defined %}NOPASSWD:{% endif %}ALL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/sudo-access_add/templates/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1245, "all_permissive": false }
ansible_role
naebrae/ansible_auth
335ea1cdc26d6e9d73cc0e282a8c4d3bcc1d100e
0
roles/sudo-access_remove
576
[ "no_license" ]
[ { "path": "roles/sudo-access_remove/tasks/main.yml", "content": "---\n- name: Remove group from sudoers.d\n file: path=/etc/sudoers.d/{{ sudo_access_group | upper }} state=absent\n when: sudo_access_group is defined\n\n- name: Remove user from sudoers.d\n file: path=/etc/sudoers.d/{{ sudo_access_user | u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
deepmindhackathon/createfile
9486e2f77b387f71d297503b42a96075910c55a7
0
roles/createfile
576
[ "no_license" ]
[ { "path": "roles/createfile/tasks/main.yml", "content": "---\r\n\r\n- name: for file\r\n file:\r\n path: \"{{ filename }}\"\r\n state: touch\r\n owner: ansible\r\n mode: \"0644\"\r\n # failed_when: filename is not defined\r\n\r\n- name: for dir\r\n file:\r\n path: \"{{ directoryname }}\"\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
ShivamGautam98/code-repo
35792f467139da1047a96a86ab2ec38b6135321f
0
roles/mysql
576
[ "no_license" ]
[ { "path": "roles/mysql/README.md", "content": "Ansible Role: MySQL\n=========\n[![Build Status](https://travis-ci.org/1nfinitum/ansible-mysql.svg?branch=master)](https://travis-ci.org/1nfinitum/ansible-mysql)\n\nThis simple role installs MySQL 5.7 on Ubuntu Xenial and sets password for `root` user.\n\nRole ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1809, "all_permissive": false }
ansible_role
Erick-shi/ansible-mon_stack
a21c056dcab54c7f528c8e57632c79fdb7b6693e
0
roles/node_exporter
576
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "- name: download node_export binary\n get_url: \n url: http://172.16.32.208:30090/node_exporter/node_exporter-{{ node_exporter_version }}/node_exporter\n dest: /usr/sbin/node_exporter\n mode: 0755\n- name: add node_exporter user\n user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
Erick-shi/ansible-mon_stack
a21c056dcab54c7f528c8e57632c79fdb7b6693e
0
roles/prometheus
576
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "- name: create need dir\n file: \n path: \"{{ item }}\"\n state: directory\n owner: prometheus\n group: prometheus\n with_items: \n - /usr/local/prometheus/\n - /var/lib/prometheus \n - /usr/local/prometheus/file_sd\n- name: do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1801, "all_permissive": false }
ansible_role
jaysonzhao/ocpsupportdeployplaybooks
7ebbfb525a5fb167edad6cfbbc06d6fd0da8818d
0
roles/gogs
576
[ "no_license" ]
[ { "path": "roles/gogs/tasks/main.yml", "content": " - name: login ocp \n command: oc login --token={{token}} --server={{loginurl}}\n - name: create project \n command: oc project {{projectname}}\n - name: oc new-app\n command: oc new-app -f roles/gogs/templates/gogs-template.ya...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
trueproof/dev-env-playbook
920fe87c115b6a28af0e28ce25cca7c5465f8dc9
0
roles/addpubkey
576
[ "no_license" ]
[ { "path": "roles/addpubkey/tasks/main.yml", "content": "---\n- name: add pub key\n authorized_key:\n user: \"{{ ansible_user }}\" \n state: present\n key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}\"\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }