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
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/new
7,709
[ "no_license" ]
[ { "path": "deploy/roles/new/tasks/main.yml", "content": "- name: add overlay kernel module\n lineinfile:\n dest: /etc/modules\n line: overlay\n\n- name: configure wifi\n template:\n src: wifi.conf\n dest: /etc/wpa_supplicant/wpa_supplicant.conf\n\n- name: configure network drive\n lineinfile:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/tmux
7,709
[ "no_license" ]
[ { "path": "deploy/roles/tmux/tasks/main.yml", "content": "- name: install tmux\n apt:\n name: tmux\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/users
7,709
[ "no_license" ]
[ { "path": "deploy/roles/users/tasks/main.yml", "content": "- name: add ssh keys\n authorized_key:\n user: '{{ ansible_ssh_user }}'\n key: https://github.com/{{ item }}.keys\n with_items:\n - '{{ github_usernames }}'\n\n- name: disable password authentication\n lineinfile:\n dest: /etc/ssh/ssh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/vim
7,709
[ "no_license" ]
[ { "path": "deploy/roles/vim/files/vimrc", "content": "\" vim:foldmethod=marker:foldlevel=0\n\" Plugins {{{\ncall plug#begin('~/.vim/plugged')\nPlug 'bling/vim-airline'\nPlug 'unblevable/quick-scope'\nPlug 'mileszs/ack.vim'\nPlug 'tpope/vim-vinegar'\nPlug 'tpope/vim-fugitive'\nPlug 'tpope/vim-commentary'\nPl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3638, "all_permissive": false }
ansible_role
geowa4/rpi
b45f46d07b4c2a1874b6a019c04c9a507c16661b
15
deploy/roles/whoisit
7,709
[ "no_license" ]
[ { "path": "deploy/roles/whoisit/handlers/main.yml", "content": "- name: reload systemd\n shell: systemctl daemon-reload\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "deploy/roles/whoisit/tasks/main.yml", "content": "- name: define whoisit ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
impothini/ansible
6e15a248ab31bb1a67640b36201ce9ce27a0cb61
0
roles/webserver
7,709
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Install Apache Webserver on RedHat\n yum: pkg='{{ redhat_apache }}' state=latest\n notify:\n - Restart HTTPD\n - Install telnet\n when: ansible_os_family == 'RedHat'\n\n- name: Install apache2 webserver on Debian\n apt: pkg='{{ debi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 590, "all_permissive": false }
ansible_role
isuka/orange-echo
72069ac1f3402088ac90df2b8809016ddd3bb18b
0
ansible/roles/external-disk
7,709
[ "permissive" ]
[ { "path": "ansible/roles/external-disk/tasks/main.yml", "content": "- name: create mount point for user data\n file:\n path: \"{{ item.path }}\"\n state: directory\n with_items: \"{{ mount_points }}\"\n\n- name: mount disks for user data\n mount:\n path: \"{{ item.path }}\"\n src: \"{{ item.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 731, "all_permissive": true }
ansible_role
isuka/orange-echo
72069ac1f3402088ac90df2b8809016ddd3bb18b
0
ansible/roles/initial
7,709
[ "permissive" ]
[ { "path": "ansible/roles/initial/tasks/install-docker.yml", "content": "# https://docs.docker.com/engine/install/ubuntu/\n- name: remove pre-installed docker\n apt:\n name:\n - docker.io\n - docker-doc\n - docker-compose\n - podman-docker\n - containerd\n - runc\n state:...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3983, "all_permissive": true }
ansible_role
isuka/orange-echo
72069ac1f3402088ac90df2b8809016ddd3bb18b
0
ansible/roles/samba
7,709
[ "permissive" ]
[ { "path": "ansible/roles/samba/Dockerfile", "content": "FROM ubuntu:22.04\n\nENV TZ=\"Asia/Tokyo\"\n\nRUN export DEBIAN_FRONTEND=noninteractive \\\n && apt-get update \\\n && apt-get install -yq --no-install-recommends \\\n samba\nRUN locale-gen en_US.utf8\n\nWORKDIR /root\nCMD [\"/bin/bash\"]\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1391, "all_permissive": true }
ansible_role
avenging/ansible-aegir
c435b193fb300a64506bb1d420d729e80a3b2322
0
roles/common
7,709
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n- name: Create aegir user\n user: name={{ aegir_user }} uid={{ aegir_uid }} shell=/bin/bash home={{ aegir_home }} createhome=yes comment='Aegir User'\n- name: set aegir home perms\n file: path={{ aegir_home }} m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 314, "all_permissive": false }
ansible_role
avenging/ansible-aegir
c435b193fb300a64506bb1d420d729e80a3b2322
0
roles/db
7,709
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# File: roles/db/tasks/main.yml\n- name: Install Mariadb\n yum: name=\"mariadb-server\" state=present\n- name: Install MySQL python module\n yum: name=MySQL-python state=present\n- name: Enable and start Mariadb\n service: name=mariadb state=started e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": false }
ansible_role
avenging/ansible-aegir
c435b193fb300a64506bb1d420d729e80a3b2322
0
roles/hostmaster
7,709
[ "no_license" ]
[ { "path": "roles/hostmaster/tasks/main.yml", "content": "---\n# File: roles/hostmaster/tasks/main.yml\n- name: Download hostmaster\n command: /bin/drush -y dl --destination=/var/aegir/.drush provision-7.x-3.0\n become: yes\n become_user: aegir\n- name: Cache clear\n command: /bin/drush cache-clear drush...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
avenging/ansible-aegir
c435b193fb300a64506bb1d420d729e80a3b2322
0
roles/web
7,709
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n- name: Install apache\n yum: name=httpd state=present\n- name: Enable and start apache\n service: name=httpd enabled=yes\n- name: Modify apache user\n user: name=apache groups=aegir\n- name: Modify aegir user\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
ZANSIN-sec/ZANSIN
e5bc793542b39b03dcb48a2a08c9862326579dec
63
playbook/roles/training-machine
7,709
[ "no_license" ]
[ { "path": "playbook/roles/training-machine/templates/backup.sh", "content": "#!/bin/bash\nperiod=60\narray=(\"miniquest\")\ndirpath='/usr/local/dbbackup/'\nfilename=`date +%y%m%d%H%M`\n\n{% raw %}\nfor ((i = 0; i < ${#array[@]}; i++)) {\n mysqldump --defaults-extra-file=/usr/local/dbbackup/mysqldump_backup...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 41, "total_bytes": 180896, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/create_users
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/create_users/vars/main.yml", "content": "---\nusers_group: \"team\" \n\nusers:\n - username: \"hala\"\n - username: \"mo\"\nprivileges: \"ALL=(ALL) NOPASSWD: ALL\"\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1248, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/docker
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/docker/tasks/main.yml", "content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Install required packages for Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/docker-containers
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/docker-containers/templates/docker-compose.yml.j2", "content": "\nversion: '3'\nservices:\n nginx:\n image: {{ nginx_image }}\n container_name: {{ nginx_container_name }}\n ports:\n - \"443:443\"\n - \"80:80\"\n volumes:\n - /etc/letsencrypt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1868, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/letsencrypt
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/letsencrypt/tasks/main.yml", "content": "- name: Install Certbot and dependencies\n apt:\n name: certbot\n state: present\n\n- name: Obtain SSL certificates using Certbot\n shell: certbot certonly --standalone -d {{ domain_name }} --non-interactive --agree-tos ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/mysql
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/mysql/tasks/main.yml", "content": "- name: Install MariaDB server and dependencies\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n with_items:\n - mariadb-server\n - python3-mysqldb\n\n- name: Ensure MariaDB service is running and e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/ssh
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/ssh/vars/main.yml", "content": "\nssh_port: \"22\"\nroot_login: \"no\"\npassword_authentication: \"no\"\n\n\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "Wordpress_LEMP_Docker/roles/ssh/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 635, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/uwf
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/uwf/tasks/main.yml", "content": "- name: Install UFW\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: Allow SSH (port 22)\n ufw:\n rule: allow\n port: \"22\"\n proto: tcp\n\n- name: Allow HTTP (port 80)\n ufw:\n rule: allow\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
Hala-elmikkawy22/wordpress_lemp_docker
89bdb863793d49cd47cf2b4be05d46a8afd4a165
0
Wordpress_LEMP_Docker/roles/wordpress
7,709
[ "no_license" ]
[ { "path": "Wordpress_LEMP_Docker/roles/wordpress/tasks/main.yml", "content": "- name: Create WordPress directory\n file:\n path: /var/www/html/\n state: directory\n\n- name: Download WordPress\n get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: /tmp/wordpress.tar.gz\n\n- name: Extrac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3934, "all_permissive": false }
ansible_role
guiblondeau/death-star-automation
09791cb0a4b5f1ccb4d806f8438ca32852dda112
0
ansible/roles/create-ec2-instance
7,709
[ "no_license" ]
[ { "path": "ansible/roles/create-ec2-instance/tasks/main.yml", "content": "---\n\n- name: \"Launch instance\"\n local_action:\n module: ec2\n instance_type: \"t2.nano\"\n image: \"ami-bff32ccc\"\n wait: yes\n group: \"{{ instance_group }}\"\n vpc_subnet_id: \"subnet-aa00f5dd\"\n region:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
guiblondeau/death-star-automation
09791cb0a4b5f1ccb4d806f8438ca32852dda112
0
ansible/roles/death-star
7,709
[ "no_license" ]
[ { "path": "ansible/roles/death-star/vars/main.yml", "content": "---\n\ndelivery_directory: /srv/death-star\nversion_delivery_directory: \"{{ delivery_directory }}/{{ application_version }}\"\nfront_delivery_directory: \"{{ version_delivery_directory }}/front\"\nback_delivery_directory: \"{{ version_delivery...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7659, "all_permissive": false }
ansible_role
trollepierre/ansible_formation
0063c3c936a50926a867e3acf684ba04c9afca49
0
roles/haproxy
7,709
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/tests.yml", "content": "- name: wait for HAProxy to be up on port 8080\n wait_for:\n port: 8080\n- name: wait for HAProxy to be up on port 80\n wait_for:\n port: 80\n- name: ensure stat page returns 200\n uri:\n url: http://127.0.0.1:8080/\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
trollepierre/ansible_formation
0063c3c936a50926a867e3acf684ba04c9afca49
0
roles/tomcat-app
7,709
[ "no_license" ]
[ { "path": "roles/tomcat-app/handlers/main.yml", "content": "# roles/tomcat-app/handlers/main.yml\n---\n\n- name: Restart tomcat\n service:\n name: tomcat8 \n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/tomcat-ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 720, "all_permissive": false }
ansible_role
EvgeniaKr/PlaysDevLabTask15
4c48f03dda9fef15e33dcf754a2128f4f5dea25e
0
ansible_quickstart/roles/dockerinstall
7,709
[ "no_license" ]
[ { "path": "ansible_quickstart/roles/dockerinstall/tasks/main.yml", "content": "---\n# tasks file for dockerinstall\n- include_tasks: install_ubuntu.yml\n when: ansible_os_family == \"Debian\"\n\n- include_tasks: install_amazon_linux.yml\n when: ansible_os_family == 'RedHat'\n \n- name: Start Docker\n sy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 789, "all_permissive": false }
ansible_role
EvgeniaKr/PlaysDevLabTask15
4c48f03dda9fef15e33dcf754a2128f4f5dea25e
0
ansible_quickstart/roles/dockerstart
7,709
[ "no_license" ]
[ { "path": "ansible_quickstart/roles/dockerstart/tasks/main.yml", "content": "---\n# tasks file for dockerstart\n - name: Install Git\n package:\n name: git\n state: present\n update_cache: yes\n\n - name: Clone a github private repository\n git:\n repo: \"{{GIT_RE...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2021, "all_permissive": false }
ansible_role
pntats/bs-test
f2c93e9e1e0305e3b70fb30c4b57224e8ac8a3d4
0
test2/ansible/roles/join-node
7,709
[ "no_license" ]
[ { "path": "test2/ansible/roles/join-node/tasks/main.yml", "content": "- name: Copy the join command to worker node\n copy:\n src: join-command.sh\n dest: /tmp/join-command.sh\n mode: 0777\n\n- name: Join the node to cluster\n command: sh /tmp/join-command.sh", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
pntats/bs-test
f2c93e9e1e0305e3b70fb30c4b57224e8ac8a3d4
0
test2/ansible/roles/kube-prepare
7,709
[ "no_license" ]
[ { "path": "test2/ansible/roles/kube-prepare/tasks/main.yml", "content": "---\n\n- name: update system\n apt: \n name: '*'\n state: latest\n\n- name: install remote apt deps\n apt:\n name: [\"apt-transport-https\",\"ca-certificates\",\"curl\",\"gnupg\",\"lsb-release\"]\n state: present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1515, "all_permissive": false }
ansible_role
pntats/bs-test
f2c93e9e1e0305e3b70fb30c4b57224e8ac8a3d4
0
test2/ansible/roles/kubeadm-config
7,709
[ "no_license" ]
[ { "path": "test2/ansible/roles/kubeadm-config/tasks/main.yml", "content": "- name: kubeadm config file copy\n copy:\n src: kubeconfig.conf\n dest: /home/vagrant/\n\n- name: apply kubeadm configuration\n shell: kubeadm init --config /home/vagrant/kubeconfig.conf\n\n- name: Install calico pod network\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
pntats/bs-test
f2c93e9e1e0305e3b70fb30c4b57224e8ac8a3d4
0
test2/ansible/roles/kubectl
7,709
[ "no_license" ]
[ { "path": "test2/ansible/roles/kubectl/tasks/main.yml", "content": "- name: install kubectl\n apt:\n name: kubectl=1.21.0-00\n state: present\n force: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
pntats/bs-test
f2c93e9e1e0305e3b70fb30c4b57224e8ac8a3d4
0
test2/ansible/roles/metricserver-and-dashboard
7,709
[ "no_license" ]
[ { "path": "test2/ansible/roles/metricserver-and-dashboard/tasks/main.yml", "content": "- name: install metric server\n command: kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml\n\n- name: deploy kubernetes dashboard\n command: kubectl apply -f htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
lukebiggerstaff/YADBlog
8faead81e26cdea28070898608a3a0c4d40c8804
0
deployment/roles/django
7,709
[ "no_license" ]
[ { "path": "deployment/roles/django/templates/EnvironmentFile.j2", "content": "DJANGO_DEBUG={{ DJANGO_DEBUG }}\nDJANGO_SECRET_KEY={{ DJANGO_SECRET_KEY }}\nDJANGO_DB_NAME={{ DJANGO_DB_NAME }}\nDJANGO_DB_USER={{ DJANGO_DB_USER }}\nDJANGO_DB_PASSWORD={{ DJANGO_DB_PASSWORD }}\nDJANGO_DB_HOST={{ DJANGO_DB_HOST }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3056, "all_permissive": false }
ansible_role
lukebiggerstaff/YADBlog
8faead81e26cdea28070898608a3a0c4d40c8804
0
deployment/roles/nginx
7,709
[ "no_license" ]
[ { "path": "deployment/roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ DJANGO_SITE_NAME }};\n\n location / {\n proxy_pass http://localhost:8000;\n proxy_set_header Host $host;\n }\n\n location /static {\n alias {{ DJANGO_PROJECT_DIR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1376, "all_permissive": false }
ansible_role
lukebiggerstaff/YADBlog
8faead81e26cdea28070898608a3a0c4d40c8804
0
deployment/roles/postgresql
7,709
[ "no_license" ]
[ { "path": "deployment/roles/postgresql/tasks/main.yml", "content": "---\n- name: update cache and install postgresql\n apt: \n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - postgresql-9.5\n - libpq-dev\n - python-psycopg2\n\n- name: create yadblog database if not already presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
xpcom-bsd/11p-on-linux
dfb79fc5fd62590e6505b2cf643fa869e7c89ce1
0
ansible/roles/_include
7,711
[ "no_license" ]
[ { "path": "ansible/roles/_include/tasks/detect_wireless_interface.yml", "content": "- name: detect wireless interface\n register: wireless_interface_autodetected\n set_fact:\n wireless_interface: \"{{ item }}\"\n when: wireless_interface | default('') == '' and item.startswith(\"wl\")\n with_items: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
xpcom-bsd/11p-on-linux
dfb79fc5fd62590e6505b2cf643fa869e7c89ce1
0
ansible/roles/configure-interface-for-ocb
7,711
[ "no_license" ]
[ { "path": "ansible/roles/configure-interface-for-ocb/README.rst", "content": "This Ansible role puts a network interface in a 802.11p band and OCB mode.\n\nThis simply means that a few user space tools are called to apply the\ninterface configuration.\n\nSee `vars/main.yml <vars/main.yml>`__ to see what can...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2458, "all_permissive": false }
ansible_role
xpcom-bsd/11p-on-linux
dfb79fc5fd62590e6505b2cf643fa869e7c89ce1
0
ansible/roles/configure-interface-ip
7,711
[ "no_license" ]
[ { "path": "ansible/roles/configure-interface-ip/README.rst", "content": "This Ansible role configures the IP address of an interface.\n\nSee `vars/main.yml <vars/main.yml>`__ to see what can be configured.\n\nThis needs to be re-run after reboots.\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1375, "all_permissive": false }
ansible_role
xpcom-bsd/11p-on-linux
dfb79fc5fd62590e6505b2cf643fa869e7c89ce1
0
ansible/roles/configure-interface-max-power
7,711
[ "no_license" ]
[ { "path": "ansible/roles/configure-interface-max-power/defaults/main.yml", "content": "# You can specify this in your variables. If undefined, an interface\n# which name starts with \"wl\" will be used – if any.\n#wireless_interface: wlan0\n\n# We default to our custom regulatory domain \"XX\",\n# which all...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1114, "all_permissive": false }
ansible_role
xpcom-bsd/11p-on-linux
dfb79fc5fd62590e6505b2cf643fa869e7c89ce1
0
ansible/roles/install-user-space-tools
7,711
[ "no_license" ]
[ { "path": "ansible/roles/install-user-space-tools/tasks/iw.yml", "content": "# In order to be able to set, e.g., OCB mode, ``iw`` has to have\n# IEEE 802.11p support.\n\n- name: get available version of ``iw`` from apt\n register: apt_show_iw_result\n shell: apt show iw | grep Version | cut -d' ' -f2\n c...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3649, "all_permissive": false }
ansible_role
xpcom-bsd/11p-on-linux
dfb79fc5fd62590e6505b2cf643fa869e7c89ce1
0
ansible/roles/patch-driver-ath
7,711
[ "no_license" ]
[ { "path": "ansible/roles/patch-driver-ath/tasks/main.yml", "content": "- name: install required packages to get friendly name of devices\n package:\n name:\n - pciutils\n - usbutils\n tags: online\n\n- name: get friendly name of wireless device\n register: wireless_device\n shell: |\n cd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6868, "all_permissive": false }
ansible_role
mranv/nats-ansible
4fa5a0888e30a7fd85dca09f242d135ca849f2e3
0
roles/certificates
7,711
[ "no_license" ]
[ { "path": "roles/certificates/tasks/main.yml", "content": "---\n- name: Ensure certificates directory exists\n file:\n path: \"{{ nats_certs_dir }}\"\n state: directory\n mode: \"{{ cert_dir_mode }}\"\n owner: \"{{ nats_user }}\"\n group: \"{{ nats_group }}\"\n\n- name: Check if custom certi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1993, "all_permissive": false }
ansible_role
mranv/nats-ansible
4fa5a0888e30a7fd85dca09f242d135ca849f2e3
0
roles/common
7,711
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# roles/common/tasks/main.yml\n---\n- name: Update apt cache\n apt:\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Install required packages\n package:\n name:\n - curl\n - unzip\n - jq\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
mranv/nats-ansible
4fa5a0888e30a7fd85dca09f242d135ca849f2e3
0
roles/nats
7,711
[ "no_license" ]
[ { "path": "roles/nats/defaults/main.yml", "content": "---\n# Default token if not specified elsewhere\nnats_auth_token: \"<PASSWORD>\"\nnats_auth_enabled: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/nats/templates/nats.service.j2", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2709, "all_permissive": false }
ansible_role
devtoolkits/ansible
3521ab51838387d257391536cd58a5c6bb54b935
0
playbook/roles/jdk
7,711
[ "no_license" ]
[ { "path": "playbook/roles/jdk/tasks/main.yaml", "content": "---\n- name: ensure target dir\n file: path={{dest_dir}} state=directory\n\n- name: copy and unzip\n unarchive: src={{src_file}} dest={{dest_dir}}\n\n- name: clear old env\n lineinfile: dest=/etc/profile regexp='JAVA_HOME' state=absent\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": false }
ansible_role
devtoolkits/ansible
3521ab51838387d257391536cd58a5c6bb54b935
0
playbook/roles/python
7,711
[ "no_license" ]
[ { "path": "playbook/roles/python/vars/main.yml", "content": "---\ntags: python\n\ngather_facts: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "playbook/roles/python/tasks/main.yaml", "content": "---\n- name: centos 5\n yum: name=python2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 356, "all_permissive": false }
ansible_role
devtoolkits/ansible
3521ab51838387d257391536cd58a5c6bb54b935
0
playbook/roles/resin
7,711
[ "no_license" ]
[ { "path": "playbook/roles/resin/tasks/main.yaml", "content": "---\n- name: ensure target dir \n file: path={{dest_dir}} state=directory\n\n- name: copy and unzip\n unarchive: src={{src_file}} dest={{dest_dir}} \n\n- name: test resin.xml exist or not\n stat: path={{dest_dir}}/resin/conf/resin.xml\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
xmartlabs/ansible
b113680df485d8b49869d191f8bed3b056798234
0
roles/hardening-publish-ami
7,711
[ "no_license" ]
[ { "path": "roles/hardening-publish-ami/defaults/main.yml", "content": "---\n# defaults file for hardening-publish-ami\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/hardening-publish-ami/vars/main.yml", "content": "---\n# vars file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2023, "all_permissive": false }
ansible_role
yadani0sh/playbooks
8b83ebf7c3dfadc87e5ad5f1816474c1bc2c87eb
0
roles/myproject
7,711
[ "no_license" ]
[ { "path": "roles/myproject/tasks/main.yaml", "content": "- name: ------create a sample dir --------------------\n file:\n path: /home/awx_test2\n state: directory\n owner: root\n group: root\n mode: 0755\n tags: creste_dir\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
XceptN/Cassandra
a3bc3b773cd797f85b40514fc719c51feaa064e4
0
ansible/roles/configure
7,711
[ "no_license" ]
[ { "path": "ansible/roles/configure/templates/jvm8-server.options.j2", "content": "# JVM8 options for Cassandra (template)\n-Xloggc:/var/log/cassandra/gc.log\n# ... other default JVM8 options ... ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1713, "all_permissive": false }
ansible_role
XceptN/Cassandra
a3bc3b773cd797f85b40514fc719c51feaa064e4
0
ansible/roles/install
7,711
[ "no_license" ]
[ { "path": "ansible/roles/install/tasks/main.yaml", "content": "---\n- name: Install Java 1.8 using default repos\n ansible.builtin.package:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Add jre-1.8 to alternatives\n ansible.builtin.command: alternatives --install /usr/bin/java java /usr/lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": false }
ansible_role
XceptN/Cassandra
a3bc3b773cd797f85b40514fc719c51feaa064e4
0
ansible/roles/service
7,711
[ "no_license" ]
[ { "path": "ansible/roles/service/tasks/main.yaml", "content": "---\n- name: Install chkconfig\n ansible.builtin.package:\n name: chkconfig\n state: present\n\n- name: Enable Cassandra service\n ansible.builtin.service:\n name: cassandra\n enabled: true\n\n- name: Reboot Nodes\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/deploy_ceph
7,711
[ "no_license" ]
[ { "path": "roles/deploy_ceph/tasks/install_ceph_packages.yml", "content": "- name: Install Ceph Octopus packages\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ceph-15.2.9\n - ceph-grafana-dashboards-15.2.9\n - ceph-common-15.2.9\n - ceph-mgr-module...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 14306, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/deploy_csi
7,711
[ "no_license" ]
[ { "path": "roles/deploy_csi/tasks/deploy_csi_cephfs.yml", "content": "---\n\n- name: get hosts from facts\n set_fact:\n worker: \"{{ hostvars|dict2items|json_query('[].value[].ansible_hostname') }}\"\n run_once: true\n\n\n- name: get public ip of hosts\n set_fact:\n ip_public_pool: \"{{ hostvars|di...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7173, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/deploy_kubernetes
7,711
[ "no_license" ]
[ { "path": "roles/deploy_kubernetes/tasks/install_docker_and_kubernetes.yml", "content": "---\n- name: Remove runc package\n yum:\n name: runc\n state: removed\n\n\n- name: Install Docker and Kubernetes packages\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n -...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9539, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/deploy_runner
7,711
[ "no_license" ]
[ { "path": "roles/deploy_runner/tasks/deploy_gitlab_runner.yml", "content": "---\n\n- name: get hosts from facts\n set_fact:\n worker: \"{{ hostvars|dict2items|json_query('[].value[].ansible_hostname') }}\"\n run_once: true\n\n\n- name: dowload helm on each node\n get_url:\n url: https://get.helm.sh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4655, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/deploy_workload
7,711
[ "no_license" ]
[ { "path": "roles/deploy_workload/tasks/deploy_gitlab.yml", "content": "---\n\n- name: get hosts from facts\n set_fact:\n worker: \"{{ hostvars|dict2items|json_query('[].value[].ansible_hostname') }}\"\n run_once: true\n\n- name: get public ip of hosts\n set_fact:\n ip_public_pool: \"{{ hostvars|dic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3482, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/disable_root_login
7,711
[ "no_license" ]
[ { "path": "roles/disable_root_login/tasks/main.yml", "content": "---\n\n- name: \n replace:\n path: /etc/ssh/sshd_config\n regexp: PermitRootLogin yes\n replace: PermitRootLogin no\n notify:\n - restart_sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/post_tasks
7,711
[ "no_license" ]
[ { "path": "roles/post_tasks/tasks/post_tasks_keepalived.yml", "content": "---\n\n- name: get hosts from facts\n set_fact:\n worker: \"{{ hostvars|dict2items|json_query('[].value[].ansible_hostname') }}\"\n run_once: true\n\n- name: get private ip of hosts\n set_fact:\n ipl: \"{{ hostvars|dict2items...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 10197, "all_permissive": false }
ansible_role
stackthecat/Kube-Ceph-Infrastructure
9b28a3e23e5c4361eeefefb78acaa2476dc5d245
0
roles/requirements
7,711
[ "no_license" ]
[ { "path": "roles/requirements/handlers/main.yml", "content": "---\n- name: restart_chrony\n systemd:\n name: chronyd\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/requirements/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2319, "all_permissive": false }
ansible_role
xenomorphling/ansible-test
44843eb0369fe1515116d23c63566ddb27b8a652
0
roles/deploy_nginx_web
7,711
[ "no_license" ]
[ { "path": "roles/deploy_nginx_web/defaults/main.yml", "content": "---\n# defaults file for deploy_nginx_web\nsource_folder: ./site2/\ndest_folder: /var/www/html\ndest_folder_rhel: /usr/share/nginx/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1309, "all_permissive": false }
ansible_role
emman021/Pascua_HOA9.1
dff3a2d986c9b62ee33b3c0830e27b872dd5a2ad
1
roles/prometheus_centos
7,711
[ "no_license" ]
[ { "path": "roles/prometheus_centos/tasks/main.yml", "content": "- name: Creating a directory (where the downloaded files will be stored)\n tags: directory\n file:\n path: ~/prometheus\n state: directory\n\n- name: Downloading and extracting Prometheus\n tags: source\n unarchive:\n src: \"{{sour...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
GiuseppeCofano/amqstreams
921b32f479d64bfa0403567599a2ec1fff8500bd
0
roles/amqstreams-setup
7,711
[ "no_license" ]
[ { "path": "roles/amqstreams-setup/tasks/pre-check.yml", "content": "#pre-check\n---\n- name: \"Verify Java Home directory {{ amqstreams_java_home }} is present\"\n stat:\n path: \"{{ amqstreams_java_home }}\"\n register: java_reg\n failed_when: java_reg.stat.exists == False\n\n- name: \"Verify Java Ve...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 22957, "all_permissive": false }
ansible_role
RiinaVi/dev-ops-course-final-project
4675d51e8266267e93e1e077df2b5a31dab72180
0
ansible/roles/node-application
7,711
[ "no_license" ]
[ { "path": "ansible/roles/node-application/tasks/main.yml", "content": "- name: Install base packages\n ansible.builtin.apt:\n name:\n - nodejs\n - npm\n state: present\n update_cache: true\n\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - apt-transpor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1787, "all_permissive": false }
ansible_role
fcarrus/sap-ansible
47ee34d04e92b65809d4a8659a44bac94b128a7b
0
roles/sap-hana-preconfigure
7,711
[ "permissive" ]
[ { "path": "roles/sap-hana-preconfigure/tasks/main.yml", "content": "---\n\n- name: include os specific vars\n include_vars: '{{ item }}'\n with_first_found:\n - '{{ ansible_distribution }}_{{ ansible_distribution_version }}.yml'\n - '{{ ansible_distribution }}_{{ ansible_distribution_major_version }...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 19, "total_bytes": 36790, "all_permissive": true }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/X11
7,711
[ "no_license" ]
[ { "path": "roles/X11/tasks/main.yml", "content": "# Set up fontconfig. This is done by setting up symlinks from the conf.d\n# directory to files in the conf.avail directory.\n#\n# We turn on autohinting and subpixel rendering to get antialiased fonts, set up\n# some LCD filtering options, add unicode fonts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/apache
7,711
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "# Ensure that www user and group exist\n\n- name: Create www group\n group:\n name=\"{{ www_group }}\"\n gid=80\n tags:\n - setup\n\n- name: Create www user\n user:\n name=\"{{ www_user }}\"\n uid=80\n group=\"{{ www_group }}\"\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9665, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/artifactory
7,711
[ "no_license" ]
[ { "path": "roles/artifactory/tasks/main.yml", "content": "- name: Install artifactory context.xml file\n template:\n src=\"{{ artifactory_xml_template }}\"\n dest=\"{{ artifactory_xml }}\"\n owner=root\n group=wheel\n mode=644\n tags:\n - config\n - setup\n\n- name: Install access con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1993, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/dovecot
7,711
[ "no_license" ]
[ { "path": "roles/dovecot/tasks/main.yml", "content": "# Ensure that dovecot and dovenull users and groups exist\n\n- name: Create dovecot group\n group:\n name=\"{{ dovecot_group }}\"\n gid=143\n tags:\n - setup\n\n- name: Create dovecot user\n user:\n name=\"{{ dovecot_user }}\"\n uid=143...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5426, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/emacs
7,711
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "# Set up an RC script that brings up emacs daemons for specific users. This is\n# present on some Linux systems, though generally not on FreeBSD.\n\n- name: Install emacs rc script\n copy:\n src=rc.d.emacs\n dest=\"{{ local_rc_dir }}/emacs\"\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4130, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/gitbucket
7,711
[ "no_license" ]
[ { "path": "roles/gitbucket/tasks/main.yml", "content": "# Set up the config files\n\n- name: Install gitbucket context.xml file\n template:\n src=\"{{ gitbucket_xml_template }}\"\n dest=\"{{ gitbucket_xml }}\"\n owner=root\n group=wheel\n mode=644\n tags:\n - config\n - setup\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1490, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/java_truststore
7,711
[ "no_license" ]
[ { "path": "roles/java_truststore/tasks/main.yml", "content": "# Setup CA keystore for Java\n\n- name: Create SSL directories\n file:\n path=\"{{ ssl_keystores_dir }}\"\n state=directory\n owner=root\n group=wheel\n mode=755\n tags:\n - setup\n\n- name: Copying default cacerts keystore\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/jenkins
7,711
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Install jenkins context.xml file\n template:\n src=\"{{ jenkins_xml_template }}\"\n dest=\"{{ jenkins_xml }}\"\n owner=root\n group=wheel\n mode=644\n tags:\n - config\n - setup\n\n- name: Install gpg directory\n unarchive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1206, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/kdc
7,711
[ "no_license" ]
[ { "path": "roles/kdc/tasks/main.yml", "content": "# Install the KDC configuration file\n\n- name: Install kdc.conf file\n template:\n src=kdc.conf.j2\n dest=\"{{ kdc_conf }}\"\n owner=root\n group=wheel\n mode=644\n tags:\n - setup\n - config\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/kerberos
7,711
[ "no_license" ]
[ { "path": "roles/kerberos/templates/krb5.conf.j2", "content": "[libdefaults]\n default_realm = {{ kerberos_realm }}\n allow_weak_crypto = false\n forwardable = true\n proxiable = true\n\n[realms]\n {{ kerberos_realm }} = {\n kdc = {{ primary_kdc }}:88\n admin_server = {{ primary_kdc }}:749\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1838, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/ldap
7,711
[ "no_license" ]
[ { "path": "roles/ldap/templates/ldap.conf.j2", "content": "BASE {{ ldap_base_dn }}\nURI {{ ldap_server_uri }}\nTLS_CACERT {{ ssl_ca_cert }}\n#TLS_CRLFILE {{ ssl_ca_crl }}\n#TLS_CRLCHECK all\nTLS_CERT {{ ldap_client_cert }}\nTLS_KEY {{ ldap_client_key }}\nTLS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1014, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/maia
7,711
[ "no_license" ]
[ { "path": "roles/maia/tasks/main.yml", "content": "# Ensure that maia and clamav user and group exist\n\n- name: Create clamav group\n group:\n name=\"{{ clamav_group }}\"\n gid=106\n tags:\n - setup\n\n- name: Create clamav user\n user:\n name=\"{{ clamav_user }}\"\n uid=106\n group=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10782, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/nslcd
7,711
[ "no_license" ]
[ { "path": "roles/nslcd/templates/nslcd.conf.j2", "content": "uid nslcd\ngid nslcd\nuri {{ ldap_server_uri }}\nldap_version 3\nscope one\ntls_reqcert hard\ntls_cacertfile {{ ssl_ca_cert }}\ntls_cert {{ nslcd_cert }}\ntls_key {{ nslcd_key }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2703, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/postfix
7,711
[ "no_license" ]
[ { "path": "roles/postfix/templates/mailer.conf.j2", "content": "sendmail\t{{ sendmail_bin }}\nsend-mail\t{{ sendmail_bin }}\nmailq\t\t{{ sendmail_bin }}\nnewaliases\t{{ sendmail_bin }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/postfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8129, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/postgres
7,711
[ "no_license" ]
[ { "path": "roles/postgres/templates/postgresql.conf.j2", "content": "ssl = on\nkrb_server_keyfile = '/var/db/postgres/postgres.keytab'\nlog_destination = 'syslog'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/postgres/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2919, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/postgres_jdbc
7,711
[ "no_license" ]
[ { "path": "roles/postgres_jdbc/tasks/main.yml", "content": "- name: Copying postgresql JDBC driver jar\n copy:\n src: \"{{ postgres_jar_install }}\"\n dest: \"{{ tomcat_lib_dir }}/{{ postgres_jar }}\"\n remote_src: yes\n tags:\n - setup\n\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/privoxy
7,711
[ "no_license" ]
[ { "path": "roles/privoxy/templates/config.j2", "content": "user-manual {{ privoxy_doc_dir }}/user-manual\n\nlogdir /var/log/privoxy\nlogfile logfile\n\nconfdir {{ privoxy_config_dir }}\nactionsfile default.action\nfilterfile default.filter\n\nenable-remote-toggle 0\nenable-edit-actions 0\n\ndebug 1024\ndebu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1342, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/saslauthd
7,711
[ "no_license" ]
[ { "path": "roles/saslauthd/tasks/main.yml", "content": "- name: Enable saslauthd in rc.conf\n lineinfile:\n dest=\"{{ rc_conf }}\"\n regexp=\"^saslauthd_enable=\"\n line=\"saslauthd_enable=YES\"\n tags:\n - setup\n\n- name: Ensure saslauthd is running\n service:\n name=saslauthd\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/slapd
7,711
[ "no_license" ]
[ { "path": "roles/slapd/templates/slapd.access.j2", "content": "access to attrs=userPassword\n by dn=\"cn=admin,{{ ldap_base_dn }}\" write\n by anonymous auth\n by * none\n\naccess to attrs=loginShell,sn\n by dn=\"cn=admin,{{ ldap_base_dn }}\" write\n by self write\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6014, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/squid
7,711
[ "no_license" ]
[ { "path": "roles/squid/templates/basic_sasl_auth.conf.j2", "content": "pwcheck_method: saslauthd\nkeytab: {{ squid_keytab }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/squid/tasks/main.yml", "content": "# Ensure that squid user and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4063, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/srcbuild
7,711
[ "no_license" ]
[ { "path": "roles/srcbuild/tasks/main.yml", "content": "# Make sure make.conf exists\n\n- name: Ensure make.conf exists\n file:\n path=/etc/make.conf\n owner=root\n group=wheel\n mode=644\n state=touch\n tags:\n - setup\n\n- name: Ensure src.conf exists\n file:\n path=/etc/src.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1885, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/ssh
7,711
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Install ssh_config\n copy:\n src=ssh_config\n dest=/etc/ssh/ssh_config\n owner=root\n group=wheel\n mode=644\n tags:\n - config\n - setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 160 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1643, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/sshd
7,711
[ "no_license" ]
[ { "path": "roles/sshd/files/sshd_config", "content": "Protocol 2\nCompression yes\n\n# Symmetric-Key Ciphers\n#\n# Prefer ChaCha20/Poly1305 due to its modern and open-source origins. Stick\n# to counter mode AES at 256 bit strength. Both these ciphers resist all\n# known exponential-speed quantum attacks ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1952, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/ssl
7,711
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "# Install the internal CA cert on the machine\n#\n# We store internal SSL certs at /etc/ssl/certs, the CRL at /etc/ssl/crl, and\n# keys at /etc/ssl/private. We install the internal CA certificate and CRL\n# on every machine that user the internal CA in any...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/tomcat
7,711
[ "no_license" ]
[ { "path": "roles/tomcat/templates/setenv.sh.j2", "content": "USER={{ tomcat_user }}\nGROUP={{ tomcat_group }}\nHOME={{ tomcat_home_dir }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/tomcat/templates/login.conf.j2", "content": "com.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7067, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/tor
7,711
[ "no_license" ]
[ { "path": "roles/tor/tasks/main.yml", "content": "# Ensure that tor user and group exist\n\n- name: Create tor group\n group:\n name=\"{{ tor_group }}\"\n gid=256\n tags:\n - setup\n\n- name: Create tor user\n user:\n name=\"{{ tor_user }}\"\n group=\"{{ tor_group }}\"\n comment=\"Tor a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1324, "all_permissive": false }
ansible_role
emc2/ansible-stuff
143005a32f8b90f0f0b80c97efb2d68288d45600
1
roles/xwiki
7,711
[ "no_license" ]
[ { "path": "roles/xwiki/templates/private_wiki.hibernate.cfg.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE hibernate-configuration PUBLIC\n \"-//Hibernate/Hibernate Configuration DTD//EN\"\n \"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd\">\n<hibernate-configura...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6504, "all_permissive": false }
ansible_role
dmbolivar/CPE232_DeoBolivar
214b8a16575dd790550c70ee166a740b2390947c
0
HOA10/roles/ELK_centos
7,711
[ "no_license" ]
[ { "path": "HOA10/roles/ELK_centos/tasks/main.yml", "content": " - name: Setting up the SELINUX of Ubuntu remote server to permissive\n selinux:\n policy: targeted\n state: permissive\n when: ansible_os_family == \"RedHat\"\n\n - name: Updating the systemctl for max_map_count\n sysctl:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4093, "all_permissive": false }
ansible_role
dmbolivar/CPE232_DeoBolivar
214b8a16575dd790550c70ee166a740b2390947c
0
HOA8/roles/centos
7,711
[ "no_license" ]
[ { "path": "HOA8/roles/centos/tasks/main.yml", "content": "- name: Installation of packages for Nagios\n tags: dependecies, libraries\n dnf:\n name:\n - python2-pip\n - openssl-devel\n - httpd\n - php\n - gcc\n - glibc\n - glibc-common\n - perl\n - wget\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1806, "all_permissive": false }
ansible_role
dmbolivar/CPE232_DeoBolivar
214b8a16575dd790550c70ee166a740b2390947c
0
HOA8/roles/ubuntu
7,711
[ "no_license" ]
[ { "path": "HOA8/roles/ubuntu/tasks/main.yml", "content": "- name: Installing packages for Nagios\n tags: dependecies, libraries\n apt:\n name:\n - autoconf\n - python3-pip\n - python3\n - php\n - gcc\n - libc6\n - wget\n - make\n - unzip\n - apache2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2132, "all_permissive": false }
ansible_role
dmbolivar/CPE232_DeoBolivar
214b8a16575dd790550c70ee166a740b2390947c
0
HOA9/roles/centos
7,711
[ "no_license" ]
[ { "path": "HOA9/roles/centos/tasks/main.yml", "content": "- name: Creating a directory\n tags: directory\n file:\n path: ~/prometheus\n state: directory\n\n- name: Installing the Prometheus\n tags: source\n unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v2.39.1/pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 925, "all_permissive": false }
ansible_role
vladyurik/Final-project-TMS-school
822c313285960c4a7c7517b6b1f325700f8a6375
0
roles/alertmanager
7,711
[ "no_license" ]
[ { "path": "roles/alertmanager/templates/alertmanager.yml.j2", "content": "global:\n resolve_timeout: 1m\n\nroute:\n receiver: telegram\n group_wait: 1s\n group_interval: 10s\n repeat_interval: 1h\n\nreceivers:\n - name: telegram\n telegram_configs:\n - bot_token: \"{{ telegram_bot_token }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2004, "all_permissive": false }
ansible_role
vladyurik/Final-project-TMS-school
822c313285960c4a7c7517b6b1f325700f8a6375
0
roles/deploy_jenkins
7,711
[ "no_license" ]
[ { "path": "roles/deploy_jenkins/defaults/main.yml", "content": "jenkins_source_dir: /home/{{ ansible_user }}/jenkins\njenkins_dest_dir: /home/{{ ansible_user }}/jenkins\njenkins_custom_image: myjenkins:custom\ndocker_group_gid: 988\njenkins_port_http: 8080\njenkins_port_agent: 50000\nansible_user: vlad\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2930, "all_permissive": false }
ansible_role
vladyurik/Final-project-TMS-school
822c313285960c4a7c7517b6b1f325700f8a6375
0
roles/exporters
7,711
[ "no_license" ]
[ { "path": "roles/exporters/tasks/main.yaml", "content": "---\n# tasks file for exporters\n\n- name: Create directories\n file:\n path: \"/data/node-exporter/{{ item }}\"\n state: directory\n owner: root\n mode: 0755\n loop:\n - configs\n - data\n become: true\n\n- name: Create systemd u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }