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
jkieltyka/Ansible-Practice
b01b6083c1df5e51e591064624abd42d0b8d4117
0
roles/webservers
4,957
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "- name: Install Apache Web Server (RHEL/CENOTS)\n yum: pkg={{ redhat_apache }} state=latest\n when: ansible_os_family == \"RedHat\"\n notify: Restart HTTPD \n- name: Install Apache Web Server (DEBIAN/UBUNTU)\n apt: pkg={{ debian_apache }} state=l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
jackjduggan/cc2-terraform-ansible
8465adc0d03a7f2aa0a2c075a668275830ab2207
0
roles/bastion
4,957
[ "no_license" ]
[ { "path": "roles/bastion/tasks/main.yml", "content": "---\n- name: Configure bastion \n hosts: bastion\n become: true\n tasks:\n - name: Copy SSH key from local to jumphost\n copy:\n src: /home/jackd/.ssh/cc2-tf-ans-key-3.pem\n dest: /home/jack/.ssh/cc2-tf-ans-key-3.pem\n mode: 0600", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
jackjduggan/cc2-terraform-ansible
8465adc0d03a7f2aa0a2c075a668275830ab2207
0
roles/haproxy
4,957
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: HAProxy Installation & Configuration\n remote_user: jack\n become: true\n hosts: haproxy\n vars_files:\n - ../vars/secure_vars.yml\n tasks:\n - name: HAProxy Installation\n apt:\n name: haproxy\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1249, "all_permissive": false }
ansible_role
jackjduggan/cc2-terraform-ansible
8465adc0d03a7f2aa0a2c075a668275830ab2207
0
roles/webserver
4,957
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Nginx Configuration\n remote_user: jack\n become: true\n hosts: webserver\n vars:\n ansible_connection: ssh\n ansible_ssh_common_args: '-o StrictHostKeyChecking=no'\n\n tasks:\n - name: Update apt cache\n apt:\n update_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
coderdba-coding-org/kubernetes
6d2fd75a05c2b4f898976d25c2ad35a54821c662
0
2021-multinode-as-pods-with-certs-v1.21/model-node-prep/ansible/roles/docker-pull
4,957
[ "no_license" ]
[ { "path": "2021-multinode-as-pods-with-certs-v1.21/model-node-prep/ansible/roles/docker-pull/tasks/main.yml", "content": "# NOTE: commented out lines are already run - so that they wont rerun and mess up\n\n# Required\n#- name: Docker python library install\n# import_tasks: pip-install-docker.yml\n\n# Requ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2172, "all_permissive": false }
ansible_role
coderdba-coding-org/kubernetes
6d2fd75a05c2b4f898976d25c2ad35a54821c662
0
2021-multinode-as-pods-with-certs-v1.21/model-node-prep/ansible/roles/kube-tools-install
4,957
[ "no_license" ]
[ { "path": "2021-multinode-as-pods-with-certs-v1.21/model-node-prep/ansible/roles/kube-tools-install/tasks/main.yml", "content": "# Required\n- name: Kubernetes tools install\n import_tasks: kube-tools-install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": false }
ansible_role
coderdba-coding-org/kubernetes
6d2fd75a05c2b4f898976d25c2ad35a54821c662
0
2021-multinode-as-pods-with-certs-v1.21/model-node-prep/ansible/roles/node-prep
4,957
[ "no_license" ]
[ { "path": "2021-multinode-as-pods-with-certs-v1.21/model-node-prep/ansible/roles/node-prep/tasks/firewall-worker.yml", "content": "- name: Firewall settings for worker node\n become: yes\n shell: |\n firewall-cmd --permanent --add-port=10251/tcp\n firewall-cmd --permanent --add-port=10255/tcp\n f...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4282, "all_permissive": false }
ansible_role
nhogan5/preferences
d34ae86bc034f6c13d6f3cb54ef0cb08f6e55671
0
roles/create-dirs
4,957
[ "no_license" ]
[ { "path": "roles/create-dirs/tasks/main.yml", "content": "---\n- name: Create my dir\n file:\n path: /nah\n state: directory\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
nhogan5/preferences
d34ae86bc034f6c13d6f3cb54ef0cb08f6e55671
0
roles/preferences
4,957
[ "no_license" ]
[ { "path": "roles/preferences/templates/.bashrc.j2", "content": "#!/bin/bash\n\nPS1='\\h\\w $ '\n\n#Aliases\n\nalias ebash='vi ~/.bashrc'\nalias c='clear'\nalias l='ls -ltra'\nalias pshare='python -m SimpleHTTPServer'\nalias sour='source ~/.bashrc'\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 486, "all_permissive": false }
ansible_role
georgegoh/3tier-lab
fb4b07947d935a4230bf0a651f4480209fd9289a
0
roles/frontend
4,957
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "---\n# tasks file for frontend%\n- block:\n - name: install haproxy\n package:\n name: haproxy\n state: latest\n - name: enable haproxy\n service:\n name: haproxy\n state: started\n - name: configure haproxy\n template:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/common
4,957
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n\n- name: Upgrade all apt packages\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n cache_valid_time: 3600\n state: latest\n\n- name: Ensure apt-transports-https exists\n ansible.builtin.apt:\n name: apt-transport-https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1336, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/digitalocean
4,957
[ "no_license" ]
[ { "path": "roles/digitalocean/tasks/main.yaml", "content": "---\n\n- name: \"Create ssh key\"\n community.digitalocean.digital_ocean_sshkey:\n state: present\n oauth_token: \"{{ DIGITALOCEAN_API_TOKEN }}\"\n name: \"My SSH Public Key\"\n ssh_pub_key: \"{{ SSH_PUBLIC_KEY }}\"\n register: ssh_se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1844, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/elastic
4,957
[ "no_license" ]
[ { "path": "roles/elastic/templates/elasticsearch.yml.j2", "content": "################################### Cluster ###################################\ncluster.name: {{ CLUSTER_NAME }}\nnode.name: {{ inventory_hostname }}\nnetwork.host: {{ hostvars[inventory_hostname].private_address }}\ndiscovery.seed_hosts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2049, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/filebeat
4,957
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yaml", "content": "---\n\n- name: Install filebeat\n ansible.builtin.package:\n name: filebeat\n state: present\n\n- name: Copy filebeat configuration\n ansible.builtin.template:\n src: filebeat.yml.j2\n dest: /etc/filebeat/filebeat.yml\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/kibana
4,957
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yaml", "content": "---\n\n- name: Install Kibana\n ansible.builtin.apt:\n update_cache: true\n name: kibana\n state: present\n\n- name: Copy template\n ansible.builtin.template:\n src: kibana.yml.j2\n dest: /etc/kibana/kibana.yml\n owner: root\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/kibana_data-view
4,957
[ "no_license" ]
[ { "path": "roles/kibana_data-view/files/filebeat-data-view.json", "content": "{\n \"data_view\": {\n \"title\": \"filebeat-*\",\n \"name\": \"Filebeat Data View\"\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/kiba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1598, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/logstash
4,957
[ "no_license" ]
[ { "path": "roles/logstash/templates/30-elasticsearch-output.conf.j2", "content": "output {\n if [@metadata][beat] {\n elasticsearch {\n hosts => [\"{{ hostvars['elastic01'].private_address }}:9200\", \"{{ hostvars['elastic02'].private_address }}:9200\", \"{{ hostvars['elastic03'].private_address }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1945, "all_permissive": false }
ansible_role
RasmusMai/PipeELK
776a0327281ca1e20593f0f09bcd3fdd9d77bfd7
0
roles/nginx
4,957
[ "no_license" ]
[ { "path": "roles/nginx/templates/kibana.j2", "content": "server {\n listen 80;\n server_name {{ KIBANA_FQDN }};\n return 301 https://$server_name$request_uri;\n}\n\nserver {\n listen 443 ssl;\n server_name {{ KIBANA_FQDN }};\n \n auth_basic \"<PASSWORD>\";\n auth_basic_user_file /etc/nginx/.htpasswd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2637, "all_permissive": false }
ansible_role
nikitamishagin/ownvpn
68e990d1150a8170a4d80a5cb9f01b7454b6806b
0
ansible/roles/clear-ubuntu
4,957
[ "no_license" ]
[ { "path": "ansible/roles/clear-ubuntu/tasks/main.yml", "content": "---\n- name: Getting list of installed packages\n package_facts:\n manager: \"auto\"\n\n- name: Removing trash such as snaps\n become: true\n snap:\n name: \"{{ item }}\"\n state: absent\n loop:\n - lxd\n - core20\n - snapd\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1375, "all_permissive": false }
ansible_role
nikitamishagin/ownvpn
68e990d1150a8170a4d80a5cb9f01b7454b6806b
0
ansible/roles/ddns
4,957
[ "no_license" ]
[ { "path": "ansible/roles/ddns/tasks/main.yml", "content": "---\n- name: Install package JQ\n become: true\n apt:\n name: jq\n state: latest\n\n- name: Copy ddns-cloudflare.sh\n become: true\n template:\n src: ddns-cloudflare.sh.j2\n dest: /root/ddns-cloudflare.sh\n owner: root\n group:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1306, "all_permissive": false }
ansible_role
nikitamishagin/ownvpn
68e990d1150a8170a4d80a5cb9f01b7454b6806b
0
ansible/roles/easyrsa
4,957
[ "no_license" ]
[ { "path": "ansible/roles/easyrsa/README.md", "content": "# Easy-RSA control\n\nThis role prepares certificate and key pairs for the CA to operate.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/easyrsa/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1166, "all_permissive": false }
ansible_role
nikitamishagin/ownvpn
68e990d1150a8170a4d80a5cb9f01b7454b6806b
0
ansible/roles/openvpn
4,957
[ "no_license" ]
[ { "path": "ansible/roles/openvpn/handlers/main.yml", "content": "---\n- name: Restart openvpn service\n become: true\n systemd:\n name: openvpn-server@server\n enabled: true\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3163, "all_permissive": false }
ansible_role
sgelias/lepiota-infra
8eb56a15cbf664ab6c61699d966e9627be1786bc
0
ansible/install-k8s/roles/install-k8s
4,957
[ "no_license" ]
[ { "path": "ansible/install-k8s/roles/install-k8s/tasks/install.yml", "content": "---\n- name: Installing Docker\n shell: curl -fsSL https://get.docker.com | bash -\n\n- name: Add K8s apt keys\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Adding k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/apache
4,957
[ "no_license" ]
[ { "path": "ansible/roles/apache/handlers/main.yml", "content": "---\n- name: start apache2\n service: name=apache2 state=started enabled=yes\n\n- name: restart apache2\n service: name=apache2 state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 433, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/git
4,957
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: Install git\n become: true\n apt: name=git state=latest update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/mysql
4,957
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Install MySQL\n apt:\n name: [\"mysql-server\", \"python3-pymysql\"]\n update_cache: yes\n state: present\n\n- name: Start the MySQL service\n service:\n name: mysql\n state: started\n enabled: true\n\n#- name: Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1254, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/openssh
4,957
[ "no_license" ]
[ { "path": "ansible/roles/openssh/tasks/main.yml", "content": "---\n- name: Enable root ssh\n become: true\n when: openssh.allowrootlogin == \"Yes\"\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin without-password'\n line: 'PermitRootLogin yes'\n notify:\n - restart ssh\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/php
4,957
[ "no_license" ]
[ { "path": "ansible/roles/php/files/loginpage1-badsql/var/www/html/loginpage1-badsql/routes.php", "content": "<?php\nuse App\\Controllers;\n\nfunction route($controller, $action)\n{\n switch ($controller) {\n case 'access':\n $controller = new App\\Controllers\\AccessController();\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 14301, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/users
4,957
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/tasks.yml", "content": "\n- name: Change root password\n when: users.root is defined\n user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n update_password: always\n\n- name: Create local users\n become: true\n when: ssh.users is defined and ssh.passwords i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
StetsonMathCS/alpaca
166f9aed1e8911478e1bbc7b98308a5038c69ea9
20
ansible/roles/vsftpd
4,957
[ "no_license" ]
[ { "path": "ansible/roles/vsftpd/tasks/main.yml", "content": "---\n- name: Update apt\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Install ftp\n become: true\n apt: pkg=vsftpd state=present\n\n- name: Uncomment line from /etc/vsftpd.conf\n become: true\n lineinfile:\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
esiebomaj/water-sort-puzzle
5232c92a36badbcfc46dee96f5e166f58543dd2e
1
roles/setup
4,957
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
gohilamariappan/provisions
503dfc0939dc875faa8e0c613ef64ec939ede5bf
0
roles/apache_modevasive
4,877
[ "no_license" ]
[ { "path": "roles/apache_modevasive/tasks/main.yml", "content": "---\n - name: install apache2modevasive\n apt: name=libapache2-mod-evasive state=latest\n become: yes\n\n\n - name: enabled mod_evasive\n apache2_module: name=evasive state=present\n notify:\n - restart apache2\n become: yes\n\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
gohilamariappan/provisions
503dfc0939dc875faa8e0c613ef64ec939ede5bf
0
roles/apache_modsecurity
4,877
[ "no_license" ]
[ { "path": "roles/apache_modsecurity/tasks/main.yml", "content": "---\n - name: install apache2\n apt: name=libapache2-modsecurity state=latest\n become: yes\n\n\n - name: enabled mod_security\n apache2_module: name=security2 state=present\n notify:\n - restart apache2\n become: yes\n\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
gohilamariappan/provisions
503dfc0939dc875faa8e0c613ef64ec939ede5bf
0
roles/php
4,877
[ "no_license" ]
[ { "path": "roles/php/vars/main.yml", "content": "---\n# vars file for php\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n - name: Install python-properties\n apt: name=p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 739, "all_permissive": false }
ansible_role
Yatulchik/DevOps-itea
bec58f8910b0ea79fa3409e0d56e2bbc74dcfad7
0
homework2/ansible/roles/php-fpm
4,877
[ "no_license" ]
[ { "path": "homework2/ansible/roles/php-fpm/tasks/main.yml", "content": " - name: Install packages (nginx, php, php-fpm)\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - nginx\n - php\n - php-fpm\n\n - name: Disable default server\n command: unlink /etc/nginx/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
alejnd/develup
4a8bfbd48f749727f241d1491e08235b8884d83c
0
roles/basicacl
4,877
[ "no_license" ]
[ { "path": "roles/basicacl/tasks/main.yml", "content": "---\n\n - name: Create security group\n ec2_group:\n name: \"{{ security_group_name }}\"\n description: \"basic security group\"\n region: \"{{ ec2_region }}\"\n\n rules:\n - proto: tcp\n #type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
alejnd/develup
4a8bfbd48f749727f241d1491e08235b8884d83c
0
roles/devuser
4,877
[ "no_license" ]
[ { "path": "roles/devuser/tasks/main.yml", "content": "---\n\n - name: Update apt cache\n apt: update_cache=yes\n\n - name: install sudo package\n package: name=sudo state=latest\n\n - name: create {{developer_name}} group \n group: name={{developer_name}} state=present\n\n - name: Make sure use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2695, "all_permissive": false }
ansible_role
alejnd/develup
4a8bfbd48f749727f241d1491e08235b8884d83c
0
roles/mkec2key
4,877
[ "no_license" ]
[ { "path": "roles/mkec2key/tasks/main.yml", "content": "---\n\n - name: Create an EC2 key\n ec2_key:\n name: \"{{key_name}}\"\n region: \"{{ ec2_region }}\"\n register: ec2_key\n\n - name: save private key\n copy: content=\"{{ ec2_key.key.private_key }}\" dest=./{{key_name}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
alejnd/develup
4a8bfbd48f749727f241d1491e08235b8884d83c
0
roles/mkec2server
4,877
[ "no_license" ]
[ { "path": "roles/mkec2server/tasks/main.yml", "content": "---\n\n - name: Create instance\n ec2:\n region: \"{{ ec2_region }}\"\n key_name: \"{{ key_name }}\"\n group: \"{{ security_group_name }}\" \n instance_type: t2.micro\n image: ami-f95ef58a\n wai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 774, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/binaries
4,877
[ "no_license" ]
[ { "path": "roles/binaries/tasks/main.yml", "content": "- name: Check if executable exists in /opt/\n stat:\n path: /opt/duckdb\n register: duckdb_installed\n\n- name: Install\n when: not duckdb_installed.stat.exists\n block:\n - name: Download\n get_url:\n # march 2024\n url: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/cron
4,877
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "---\n- name: Folder Cleanup Job\n ansible.builtin.cron:\n name: \"{{ item }} Cleanup Job\"\n special_time: reboot\n job: \"find {{ ansible_env.HOME }}/{{ item }} -mindepth 1 -maxdepth 1 -exec rm -rf {} +\"\n state: present\n loop:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/difftastic
4,877
[ "no_license" ]
[ { "path": "roles/difftastic/tasks/main.yml", "content": "- name: Check if executable exists in /opt/\n stat:\n path: /opt/difft\n register: difft_installed\n\n- name: Install\n when: not difft_installed.stat.exists\n block:\n - name: Download\n get_url:\n # march 2024\n url: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/fzf
4,877
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "- name: \"Check fzf\"\n stat:\n path: \"{{ ansible_env.HOME }}/fzf/bin/fzf\"\n register: fzf_installed\n\n- name: \"Clone fzf\"\n git:\n repo: \"https://github.com/junegunn/fzf.git\"\n clone: true\n depth: 1\n dest: \"{{ ansible_env.HOME }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/gui_apps
4,877
[ "no_license" ]
[ { "path": "roles/gui_apps/handlers/main.yml", "content": "- name: RunAnkiInstaller\n command: \"./install.sh\"\n become: true\n args:\n chdir: \"{{ ansible_user_dir }}/Downloads/anki-2.1.66-linux-qt6\"\n changed_when: true\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 796, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/helix
4,877
[ "no_license" ]
[ { "path": "roles/helix/tasks/main.yml", "content": "- name: Download Helix\n get_url:\n url: https://github.com/helix-editor/helix/releases/download/23.05/helix-23.05-x86_64.AppImage\n dest: \"{{ file_path }}\"\n mode: \"u=rwx,g=rx,o=rx\"\n become: true\n\n- name: Add to path as hx\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1525, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/lnav
4,877
[ "no_license" ]
[ { "path": "roles/lnav/tasks/main.yml", "content": "- name: Check if lnav executable exists in /opt/\n stat:\n path: /opt/lnav\n register: lnav_exists\n\n- name: Install lnav\n when: not lnav_exists.stat.exists\n block:\n - name: Download\n get_url:\n # 11 feb 2024\n url: https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/neovim
4,877
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Remove neovim if installed\n apt:\n name: neovim\n state: absent\n become: true\n\n- name: Download neovim appimage\n get_url:\n url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage\n dest: /opt/nvim.appimage...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/python
4,877
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Install pip and venv\n apt:\n name:\n - python3-pip\n - python3-venv\n state: latest\n become: true\n\n- name: Check if pipx is installed\n command: which pipx\n register: pipx_installed\n ignore_errors: true\n changed_when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2355, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/rust
4,877
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "- name: Check if rust/cargo is installed\n command: which cargo\n register: cargo_installed\n ignore_errors: true\n changed_when: false\n failed_when: false\n\n- name: Install rust/cargo\n when: cargo_installed.rc != 0\n become: false\n block:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/tmux
4,877
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Init config file\n file:\n state: touch\n path: \"{{ ansible_env.HOME }}/.tmux.conf\"\n mode: \"u=rw,g=rw,o=r\"\n\n- name: Tmux plugin manager\n git:\n repo: https://github.com/tmux-plugins/tpm\n dest: \"{{ ansible_env.HOME }}/.tmux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/zoxide
4,877
[ "no_license" ]
[ { "path": "roles/zoxide/tasks/main.yml", "content": "- name: Check zoxide\n stat:\n path: \"{{ ansible_env.HOME }}/.local/bin/zoxide\"\n register: zoxide_installed\n\n- name: Install zoxide\n when: not zoxide_installed.stat.exists\n block:\n - name: Download zoxide\n ansible.builtin.get_url:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
iafydsttta/workstation-setup
43fa6ff7531f4180b5a957c663ede6be0269f48a
0
roles/zsh
4,877
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Make default shell\n user:\n user: \"{{ ansible_user_id }}\"\n shell: /usr/bin/zsh\n become: true\n\n- name: Install Oh-My-Zsh\n get_url:\n url: \"https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\"\n dest: /tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
HewlettPackard/hpe-solutions-googleanthos
ad43ee540ee45b004716a115ed5588d3cd4df610
0
scripts/offline-repo-server/roles/apache
4,877
[ "no_license" ]
[ { "path": "scripts/offline-repo-server/roles/apache/tasks/main.yaml", "content": "###\n## Copyright (2021) Hewlett Packard Enterprise Development LP\n##\n## Licensed under the Apache License, Version 2.0 (the \"License\");\n## You may not use this file except in compliance with the License.\n## You may obta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
HewlettPackard/hpe-solutions-googleanthos
ad43ee540ee45b004716a115ed5588d3cd4df610
0
scripts/offline-repo-server/roles/mirror
4,877
[ "no_license" ]
[ { "path": "scripts/offline-repo-server/roles/mirror/tasks/mirrorschedule.yaml", "content": "###\n## Copyright (2021) Hewlett Packard Enterprise Development LP\n##\n## Licensed under the Apache License, Version 2.0 (the \"License\");\n## You may not use this file except in compliance with the License.\n## Yo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5168, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_network_interface
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_network_interface/vars/main.yml", "content": "---\n# vars file for create_nic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "vm_provisioning/roles/create_network_interface/handlers/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 884, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_public_ip
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_public_ip/tasks/main.yml", "content": "---\n# tasks file for vm_provisioning_public_ip\n#test1\n- name: \"Create public ip\"\n azure_rm_publicipaddress:\n subscription_id: \"{{create_public_ip_sub_id}}\"\n tenant: \"{{create_public_ip_tenant_id}}\"\n client_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 636, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_resource_group
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_resource_group/vars/main.yml", "content": "---\n# vars file for create_resourcegroup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "vm_provisioning/roles/create_resource_group/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 651, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_security_group
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_security_group/vars/main.yml", "content": "---\n# vars file for create_nsg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "vm_provisioning/roles/create_security_group/tests/test.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 934, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_subnet
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_subnet/vars/main.yml", "content": "---\n# vars file for create_subnet\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "vm_provisioning/roles/create_subnet/defaults/main.yml", "content": "---\n# defaults ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 581, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_virtual_machine
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_virtual_machine/tasks/main.yml", "content": "---\n# tasks file for vm_provisioning_virtual_machine\n- name: \"Create virtual machine\"\n azure.azcollection.azure_rm_virtualmachine:\n subscription_id: \"{{create_virtual_machine_sub_id}}\"\n tenant: \"{{create_vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
KumariPriyaa25/Azure_vm_provisioning
dc1876250c0ce5fcfb8b52eefa77e076c140e18e
0
vm_provisioning/roles/create_virtual_network
4,877
[ "no_license" ]
[ { "path": "vm_provisioning/roles/create_virtual_network/handlers/main.yml", "content": "---\n# handlers file for create_vnet\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "vm_provisioning/roles/create_virtual_network/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 736, "all_permissive": false }
ansible_role
bubl-b/ansible
2d45893c786998a97fe6a3dd81f4373756b4fba4
0
roles/common
4,877
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: installing admin stuff\n apt: update_cache=yes\n apt: pkg={{item}} state=latest\n with_items:\n - htop\n - iftop\n - mc\n - wget\n - vim\n - tmux\n - screen\n - nload\n - git\n - bash-completion\n - ntp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
bubl-b/ansible
2d45893c786998a97fe6a3dd81f4373756b4fba4
0
roles/users
4,877
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: add admin user and create ssh key\n user: name={{ username }} shell=/bin/bash groups=adm,sudo\n sudo: yes\n- name: add user ssh key from local managing machine\n authorized_key: user={{ username }} key=\"{{ lookup('file', '/Users/user/.ssh/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
diegocrocha/continuos-monitoring
f2937240cc8a74e13016e0df0189b3d61096285f
0
ansible/roles/grafana
4,877
[ "no_license" ]
[ { "path": "ansible/roles/grafana/handlers/main.yml", "content": "---\n- name: Reload systemd\n systemd:\n daemon_reload: yes\n\n- name: Restart Grafana\n service:\n name: grafana-server\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1338, "all_permissive": false }
ansible_role
diegocrocha/continuos-monitoring
f2937240cc8a74e13016e0df0189b3d61096285f
0
ansible/roles/mariadb
4,877
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/templates/insert.sql.j2", "content": "USE `ecommerce`;\n\nINSERT IGNORE INTO `clientes` (`id_cliente`, `nome`, `endereco`, `complemento`, `bairro`, `cidade`, `estado`, `cep`, `telefone`) VALUES \n(1, '<NAME>', 'RUA DOS ESQUECIDOS, 777', 'B1-AP17', 'PARQUE INDUSTRIAL', 'ARARA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8540, "all_permissive": false }
ansible_role
diegocrocha/continuos-monitoring
f2937240cc8a74e13016e0df0189b3d61096285f
0
ansible/roles/node_exporter
4,877
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yml", "content": "---\n- name: Install Node Exporter\n yum:\n name: node_exporter\n state: present\n\n- name: Copy Node Exporter systemd service file\n template:\n src: node_exporter.service.j2\n dest: /etc/systemd/system/node_exporter.service\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
diegocrocha/continuos-monitoring
f2937240cc8a74e13016e0df0189b3d61096285f
0
ansible/roles/prometheus
4,877
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus Time Series Collection and Processing Server\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=prometheus\nGroup=prometheus\nType=simple\nExecStart=/usr/bin/prometheus ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2493, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/checkbox/roles/deploy
4,877
[ "no_license" ]
[ { "path": "ansible/checkbox/roles/deploy/tasks/main.yml", "content": "- name: check if checkbox.io already exists\n command: bash -c \"if [ -d \"checkbox.io\" ]; then rm -rf \"checkbox.io\"; fi\"\n\n- name: clone Checkbox.io\n git:\n repo: 'https://github.com/chrisparnin/checkbox.io.git'\n dest: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/checkbox/roles/mongo
4,877
[ "no_license" ]
[ { "path": "ansible/checkbox/roles/mongo/handlers/main.yml", "content": "\n- name: start mongodb\n service:\n name: mongod\n state: restarted\n # service: name=mongod state=started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/checkbox/roles/monitor_agent
4,877
[ "no_license" ]
[ { "path": "ansible/checkbox/roles/monitor_agent/tasks/main.yml", "content": "- name: Setting the MONITOR_IP as an environment variable\n lineinfile:\n path: /etc/environment\n regexp: '^MONITOR_IP=.+'\n line: \"MONITOR_IP={{hostvars[inventory_hostname]['groups']['monitor'][0]}}\"\n create: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 991, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/checkbox/roles/nginx
4,877
[ "no_license" ]
[ { "path": "ansible/checkbox/roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n apt:\n update_cache: yes\n name: nginx\n state: present\n\n- name: \"Install forever\"\n npm: \n name: forever \n global: yes \n state: present\n\n# - name: \"Install pm2\"\n# npm: \n# name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/checkbox/roles/node
4,877
[ "no_license" ]
[ { "path": "ansible/checkbox/roles/node/tasks/main.yml", "content": "\n- name: Install Packages\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - npm\n - nodejs\n - git\n - curl\n - python3-pip\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": 155, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/itrust/roles/mysql
4,877
[ "no_license" ]
[ { "path": "ansible/itrust/roles/mysql/tasks/main.yml", "content": "---\n- name: Update APT package manager repositories cache\n become: true\n apt:\n update_cache: yes\n\n- name: Install pip\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1101, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/itrust/roles/tomcat
4,877
[ "no_license" ]
[ { "path": "ansible/itrust/roles/tomcat/vars/main.yml", "content": "home_directory: /home/vagrant", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/itrust/roles/tomcat/tasks/main.yml", "content": "- name: add tomcat group\n group:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1064, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/roles/deploy_monitor
4,877
[ "no_license" ]
[ { "path": "ansible/roles/deploy_monitor/tasks/main.yml", "content": "# - name: Printing things out\n# ansible.builtin.debug:\n# msg: The ansible dist {{ ansible_distribution_release }}\n# msg: The IP addresses {{hostvars[inventory_hostname]['groups']['checkbox'][0]}} {{hostvars[inventory_hostname]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2343, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/roles/jenkins
4,877
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "\n# Java setup.\n\n- name: Ensure 'man' directory exists.\n file:\n path: /usr/share/man/man1\n state: directory\n recurse: true\n\n- name: Install Java\n apt:\n name: \"openjdk-8-jdk\"\n state: present\n\n# export JAVA_HOME={{ j...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 8624, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
ansible/roles/node
4,877
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "\n\n- name: Install Packages\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - npm\n - nodejs\n - git\n # - nginx\n - curl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
architkwatra/DevOps
4bb6d7afc496b7c0f0cbc142906f93fa231de60f
0
aws/roles/aws
4,877
[ "no_license" ]
[ { "path": "aws/roles/aws/tasks/main.yml", "content": "---\n- name: Provision the AWS instance\n shell: /bakerx/aws/aws.sh {{ secretKey }} {{ accessKey }}\n\n# shell: pip3 install boto boto3 --user\n\n# - name: Export the AWS credentials\n# shell: export AWS_ACCESS_KEY_ID={{ secretKey }}; AWS_SECRET_ACC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
fmartingr/dotfiles
705292cd25f29fdfc602795b386437b64af3afb0
0
.dotfiles/ansible/roles/archlinux
4,877
[ "no_license" ]
[ { "path": ".dotfiles/ansible/roles/archlinux/tasks/main.yml", "content": "---\n- name: Update system\n become: true\n shell: \"pacman -Syyu --noconfirm\"\n tags:\n - install\n\n- name: Update AUR packages\n shell: \"yay -Syu --noconfirm\"\n tags:\n - install\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
fmartingr/dotfiles
705292cd25f29fdfc602795b386437b64af3afb0
0
.dotfiles/ansible/roles/debug
4,877
[ "no_license" ]
[ { "path": ".dotfiles/ansible/roles/debug/tasks/main.yml", "content": "---\n- debug:\n var: ansible_facts\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 49, "all_permissive": false }
ansible_role
my2ndhead/ansible_playbook_splunk
1dad8b6afb779a53790af4ab2dd1f79440ad6d7d
30
roles/checks
4,877
[ "no_license" ]
[ { "path": "roles/checks/tasks/check_splunk_version.yml", "content": "---\n\n- name: Check for Splunk version 6.X\n find:\n paths: \"{{ splunk_installation.splunk_home_path }}/\"\n patterns: \"splunk-6.*manifest\"\n register: splunkv6\n\n- name: Check for Splunk version 7.X\n find:\n paths: \"{{ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 399, "all_permissive": false }
ansible_role
my2ndhead/ansible_playbook_splunk
1dad8b6afb779a53790af4ab2dd1f79440ad6d7d
30
roles/install
4,877
[ "no_license" ]
[ { "path": "roles/install/tasks/firewalld_open_splunkports.yml", "content": "---\n\n- name: Open splunkd port on firewalld\n firewalld: port=\"{{ item }}\"\n permanent=true\n state=enabled \n when: splunk_installation.firewalld_open_port is defined\n with_items: splunk_installation...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4750, "all_permissive": false }
ansible_role
nickvth/kubeadm-ansible
bd0a927dcea16a2ee1e3c41e7825f8ecc23bfc8e
0
ansible/roles/docker
4,917
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# This role will install Docker\n\n- name: Install docker packages\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n loop:\n - docker\n - docker-logrotate\n - policycoreutils-python\n - cloud-utils-gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1530, "all_permissive": false }
ansible_role
stevecosner/ansible-yum-centos7
1a143ef8f0d77eb7fabd3a6aeef66d01c528f8ae
0
roles/install
4,917
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - httpd\n - htop\n - curl\n", "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
stevecosner/ansible-yum-centos7
1a143ef8f0d77eb7fabd3a6aeef66d01c528f8ae
0
roles/update
4,917
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: yum update\n yum: update_cache=yes name=* state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
cmingou/cord-tools
196a3ab813f4634913d4b456afd18ebaae9fee5c
3
roles/openstackclient
4,917
[ "no_license" ]
[ { "path": "roles/openstackclient/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - openstackclient", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/openstackclient/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 610, "all_permissive": false }
ansible_role
cmingou/cord-tools
196a3ab813f4634913d4b456afd18ebaae9fee5c
3
roles/vtn-config
4,917
[ "no_license" ]
[ { "path": "roles/vtn-config/openstackclient/handlers/main.yml", "content": "---\n# handlers file for openstackclient\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/vtn-config/openstackclient/vars/main.yml", "content": "---\n# vars file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7333, "all_permissive": false }
ansible_role
reneefernandez/branchStrategy
af6c7894117ba5caaf4bcdb88b3c8e0b19814d62
0
Terraform/OnDemand/roles/deploy_ecs_task_service
4,917
[ "no_license" ]
[ { "path": "Terraform/OnDemand/roles/deploy_ecs_task_service/tasks/main.yml", "content": "---\n- ecs_taskdefinition_info:\n task_definition: \"{{ ecs_taskdefinition_name }}\"\n profile: \"{{ tf_variables.Account_Name }}\"\n region: \"{{ tf_variables.Region }}\"\n register: task_def_out\n\n- debug: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3683, "all_permissive": false }
ansible_role
reneefernandez/branchStrategy
af6c7894117ba5caaf4bcdb88b3c8e0b19814d62
0
Terraform/OnDemand/roles/drupal
4,917
[ "no_license" ]
[ { "path": "Terraform/OnDemand/roles/drupal/tasks/drupal.yml", "content": "- name: Start appd tasks\n command: echo \"Hello appd\"\n register: helloappd\n tags:\n - appd\n\n- debug: msg=\"{{ helloappd.stdout }}\"\n tags:\n - appd\n\n# - name: run db sync\n# script: \"syncdb.sh {{ src_dbsync }} {{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7475, "all_permissive": false }
ansible_role
reneefernandez/branchStrategy
af6c7894117ba5caaf4bcdb88b3c8e0b19814d62
0
Terraform/OnDemand/roles/ecr_container_build
4,917
[ "no_license" ]
[ { "path": "Terraform/OnDemand/roles/ecr_container_build/tasks/main.yml", "content": "---\n - name: Get repo\n git:\n repo: \"{{ git_repo }}\"\n dest: \"{{ repo_dest_dir }}\"\n version: \"{{ repo_version }}\"\n register: git_checkout\n\n - name: Create list of tags\n set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1361, "all_permissive": false }
ansible_role
reneefernandez/branchStrategy
af6c7894117ba5caaf4bcdb88b3c8e0b19814d62
0
Terraform/OnDemand/roles/secretmanager
4,917
[ "no_license" ]
[ { "path": "Terraform/OnDemand/roles/secretmanager/tasks/main.yml", "content": "- include: secret_manager.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "Terraform/OnDemand/roles/secretmanager/tasks/secret_manager.yml", "content": "- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1657, "all_permissive": false }
ansible_role
reneefernandez/branchStrategy
af6c7894117ba5caaf4bcdb88b3c8e0b19814d62
0
Terraform/OnDemand/roles/serverless
4,917
[ "no_license" ]
[ { "path": "Terraform/OnDemand/roles/serverless/templates/services_resources.yml.j2", "content": "stack_name: \"{{ stack_name }}\"\n\nrepo_version: \"{{ repo_version }}\"\n\ns3_bucket_name: \"{{ s3_bucket_name }}\"\ns3_bucket_state: \"{{ s3_bucket_state }}\"\ns3_bucket_profile: \"{{ s3_bucket_profile }}\"\ns...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5381, "all_permissive": false }
ansible_role
reneefernandez/branchStrategy
af6c7894117ba5caaf4bcdb88b3c8e0b19814d62
0
Terraform/OnDemand/roles/terraform
4,917
[ "no_license" ]
[ { "path": "Terraform/OnDemand/roles/terraform/templates/tf_resources.yml.j2", "content": "workspace_name: \"{{ workspace_name }}\"\nproject_path: \"{{ project_path }}\"\nenv: \"{{ env }}\"\nbackend_config: \"{{ backend_config }}\"\ntf_vars:\n{% for tf_var in tf_variables %}\n {{ tf_var }}: \"{{ tf_variab...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5429, "all_permissive": false }
ansible_role
vijigr1808/Automation-project
1ebfea0038777401a66e4ed95522603676a2bc7f
0
roles/datadisk-n01692684
4,917
[ "no_license" ]
[ { "path": "roles/datadisk-n01692684/tasks/main.yml", "content": "- name: Format and mount partitions\n block:\n - name: Unmount partitions if they are mounted\n ansible.builtin.shell: |\n if mount | grep -q \"{{ item }}\"; then\n umount --lazy \"{{ item }}\"\n fi\n loop:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
vijigr1808/Automation-project
1ebfea0038777401a66e4ed95522603676a2bc7f
0
roles/profile-n01692684
4,917
[ "no_license" ]
[ { "path": "roles/profile-n01692684/defaults/main.yml", "content": "---\nprofile_lines:\n - \"#Test block added by Ansible......<Your username>\"\n - \"export TMOUT=1500\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/profile-n0169268...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
vijigr1808/Automation-project
1ebfea0038777401a66e4ed95522603676a2bc7f
0
roles/user-n01692684
4,917
[ "no_license" ]
[ { "path": "roles/user-n01692684/tasks/main.yml", "content": "- name: Create cloudadmins group\n group:\n name: cloudadmins\n state: present\n\n- name: Create users and add them to groups\n user:\n name: \"user{{ item }}\"\n groups: \"cloudadmins,wheel\"\n append: true\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
vijigr1808/Automation-project
1ebfea0038777401a66e4ed95522603676a2bc7f
0
roles/webserver-n01692684
4,917
[ "no_license" ]
[ { "path": "roles/webserver-n01692684/templates/vm1.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <title>Node 1</title>\n</head>\n<body>\n {{ ansible_fqdn }}\n</body>\n</html>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 731, "all_permissive": false }
ansible_role
SeshiVarma/mongo-server
79cba15d9a6db53eeac0466dea70b152c106c50f
0
roles/mongodb
4,917
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/install-RedHat.yml", "content": "- name: RHEL | Add mongo repository\n yum_repository:\n baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/{{ mongodb_version }}/{{ ansible_architecture }}/\n description: MongoDB Repository\n name: mongodb-org-{{ mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
Srijayadav123/ansibletest
8e016f28a7d335e1ab856d0ce9611b7f9d2d957a
0
bulidsetup/roles/EC2
4,917
[ "no_license" ]
[ { "path": "bulidsetup/roles/EC2/tasks/main.yml", "content": "---\n- name: Install required Python packages (Ubuntu)\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - python3-pip\n - python3-dev\n\n- name: Install boto and boto3 using pip\n pip:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
Srijayadav123/ansibletest
8e016f28a7d335e1ab856d0ce9611b7f9d2d957a
0
bulidsetup/roles/S3
4,917
[ "no_license" ]
[ { "path": "bulidsetup/roles/S3/tasks/main.yml", "content": "---\n- name: Install required Python packages (Ubuntu)\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - python3-pip\n - python3-dev\n\n- name: Install boto using pip\n pip:\n name: boto\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }