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
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/smb
7,899
[ "no_license" ]
[ { "path": "roles/smb/tasks/main.yml", "content": "- name: Add to Domain\n ansible.windows.win_domain_membership:\n dns_domain_name: \"{{ domain }}\"\n domain_admin_user: \"mlynton@{{ domain }}\"\n domain_admin_password: <PASSWORD>!\n state: domain\n register: domain_state\n\n- name: Reboot\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/smtp
7,899
[ "no_license" ]
[ { "path": "roles/smtp/tasks/main.yml", "content": "- name: Installing and ensuring SMTP is at its latest state # name of task\n apt: # function/command that will be used\n name: postfix # name of the service that is being installed\n state: latest # even if the service is installed checks to make sur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1267, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/users
7,899
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: Create Blue Team User | Unix sudo\n user:\n name: mlynton\n groups: sudo\n # This is just a hash for changeme1!\n password: <PASSWORD>/\n state: present\n when: ansible_os_family in ['Debian', 'Ubuntu']\n\n- name: Create Grey Team ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1244, "all_permissive": false }
ansible_role
jabbate19/CDTAlphaAnsible
3c1f69b32c3847c552d638acbd687c43a8ae4e7a
0
roles/winuser
7,899
[ "no_license" ]
[ { "path": "roles/winuser/tasks/main.yml", "content": "- name: Set Administrator Password\n win_user:\n name: Administrator\n password: <PASSWORD>!\n account_disabled: false \n state: present\n \n\n- name: Create Blue Team User | Windows\n block:\n - name: Not AD\n win_user:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1093, "all_permissive": false }
ansible_role
shimon-git/refael_project
3e6405da237f5d1c78658916b2ca63b08b23673a
0
roles/active_directory
7,899
[ "no_license" ]
[ { "path": "roles/active_directory/vars/main.yaml", "content": "---\ndomain_name: 'rafael.local'\ndomain_password: '<PASSWORD>@!'\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/active_directory/tasks/main.yaml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
shimon-git/refael_project
3e6405da237f5d1c78658916b2ca63b08b23673a
0
roles/certs_setup
7,899
[ "no_license" ]
[ { "path": "roles/certs_setup/vars/main.yaml", "content": "---\ncert_store_my: \"Cert:\\\\LocalMachine\\\\My\"\ncert_store_ca: \"Cert:\\\\LocalMachine\\\\CA\"\ndomain_name: \"splunk.refael\"\nroot_ca_name: \"MendiRootCA\"\npfx_file: \"splunk_refael.pfx\"\npfx_password: \"<PASSWORD>\"\nkey_length: 2048\ncerts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4558, "all_permissive": false }
ansible_role
shimon-git/refael_project
3e6405da237f5d1c78658916b2ca63b08b23673a
0
roles/iis_server
7,899
[ "no_license" ]
[ { "path": "roles/iis_server/tasks/main.yaml", "content": "---\n- name: Install IIS Web Server\n win_feature:\n name: Web-Server\n state: present\n restart: yes\n include_sub_features: yes\n include_management_tools: yes\n\n- name: Restart IIS service\n win_service:\n name: W3SVC\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
shimon-git/refael_project
3e6405da237f5d1c78658916b2ca63b08b23673a
0
roles/log_forwarding
7,899
[ "no_license" ]
[ { "path": "roles/log_forwarding/vars/main.yaml", "content": "---\nsplunk_uf_download_link: \"https://download.splunk.com/products/universalforwarder/releases/9.3.1/windows/splunkforwarder-9.3.1-0b8d769cb912-x64-release.msi\"\nsplunk_exe_installer: 'C:\\splunkforwarder-8.2.2-x64-release.msi'\nlogs_folder: 'C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1862, "all_permissive": false }
ansible_role
shimon-git/refael_project
3e6405da237f5d1c78658916b2ca63b08b23673a
0
roles/splunk_docker
7,899
[ "no_license" ]
[ { "path": "roles/splunk_docker/templates/default.yaml.j2", "content": "splunk:\n password: {{ <PASSWORD> }}\n s2s:\n ca: /mnt/{{ ca_file }}\n cert: /mnt/{{ pem_file }}\n enable: true\n port: 9997\n ssl: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1542, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/1.server_provisioning
7,899
[ "no_license" ]
[ { "path": "roles/1.server_provisioning/vars/main.yml", "content": "---\n# vars file for 1.server_provisioning\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/1.server_provisioning/README.md", "content": "# System Package Management Role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2294, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/2.remote_user
7,899
[ "no_license" ]
[ { "path": "roles/2.remote_user/vars/main.yml", "content": "---\n# vars file for 2.remote_user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/2.remote_user/README.md", "content": "# User Management and SSH Setup Role \n\nThis role is de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3510, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/3.ssh_conf
7,899
[ "no_license" ]
[ { "path": "roles/3.ssh_conf/defaults/main.yml", "content": "---\n# defaults file for 3.ssh_conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/3.ssh_conf/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2523, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/4.mariadb
7,899
[ "no_license" ]
[ { "path": "roles/4.mariadb/defaults/main.yml", "content": "---\n# defaults file for 4.mariadb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/4.mariadb/handlers/main.yml", "content": "---\n# handlers file for 4.mariadb\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5884, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/5.wordpress
7,899
[ "no_license" ]
[ { "path": "roles/5.wordpress/vars/main.yml", "content": "---\n# vars file for 5.wordpress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/5.wordpress/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2568, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/6.SSL
7,899
[ "no_license" ]
[ { "path": "roles/6.SSL/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 9.SSL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/6.SSL/defaults/main.yml", "content": "---\n# defaults file for 9.SSL...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1647, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/7.docker-install
7,899
[ "no_license" ]
[ { "path": "roles/7.docker-install/handlers/main.yml", "content": "---\n# handlers file for 7.docker-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/7.docker-install/vars/main.yml", "content": "---\n# vars file for 7.docker-insta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4332, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/8.docker-containers
7,899
[ "no_license" ]
[ { "path": "roles/8.docker-containers/README.md", "content": "# Template Configuration and Launch Containers Role\n\nThis role is responsible for setting up and launching Nginx and PHP-FPM containers using Docker Compose. It handles creating necessary directories, templating configuration files, and starting...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7094, "all_permissive": false }
ansible_role
moeid404/wp-lemp-docker
769ebcdad33d0c3a131bfa05dbdf61aef177ad49
3
roles/9.iptables
7,899
[ "no_license" ]
[ { "path": "roles/9.iptables/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - 10.ip-tables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/9.iptables/handlers/main.yml", "content": "---\n# handle...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5052, "all_permissive": false }
ansible_role
naichinger/castorex-infra
04f59450891aab7745a62d676022f5424882dc58
0
ansible/roles/argocd
7,899
[ "no_license" ]
[ { "path": "ansible/roles/argocd/tasks/main.yml", "content": "- name: Deploy argocd Block\n when:\n - ((k3s_control_node and k3s_controller_list | length == 1)\n or (k3s_primary_control_node and k3s_controller_list | length > 1))\n block:\n - name: Add argocd helm repo\n kubernetes.core.hel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
naichinger/castorex-infra
04f59450891aab7745a62d676022f5424882dc58
0
ansible/roles/certmanager
7,899
[ "no_license" ]
[ { "path": "ansible/roles/certmanager/tasks/main.yml", "content": "- name: Deploy certmanager Block\n when:\n - ((k3s_control_node and k3s_controller_list | length == 1)\n or (k3s_primary_control_node and k3s_controller_list | length > 1))\n block:\n - name: Create cert-manager directory on prim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2282, "all_permissive": false }
ansible_role
naichinger/castorex-infra
04f59450891aab7745a62d676022f5424882dc58
0
ansible/roles/cloudflared
7,899
[ "no_license" ]
[ { "path": "ansible/roles/cloudflared/tasks/main.yml", "content": "- name: Deploy cloudflared Block\n when:\n - ((k3s_control_node and k3s_controller_list | length == 1)\n or (k3s_primary_control_node and k3s_controller_list | length > 1))\n block:\n - name: Create cloudflared directory on prima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1533, "all_permissive": false }
ansible_role
naichinger/castorex-infra
04f59450891aab7745a62d676022f5424882dc58
0
ansible/roles/helm
7,899
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "- name: Install Helm Client Block\n when:\n - k3s_control_node\n tags:\n - install_helm_client\n block:\n - name: Add Helm Signing Certificate\n ansible.builtin.apt_key:\n url: https://baltocdn.com/helm/signing.asc\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
naichinger/castorex-infra
04f59450891aab7745a62d676022f5424882dc58
0
ansible/roles/traefik-dashboard
7,899
[ "no_license" ]
[ { "path": "ansible/roles/traefik-dashboard/tasks/main.yml", "content": "- name: Deploy traefik dashboard Block\n when:\n - ((k3s_control_node and k3s_controller_list | length == 1)\n or (k3s_primary_control_node and k3s_controller_list | length > 1))\n block:\n - name: Ensure manifest folder ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 961, "all_permissive": false }
ansible_role
pillasatish/Ansible
50d415814e126515bd9a785474c5ceea105b8e89
0
roles/common
7,899
[ "no_license" ]
[ { "path": "roles/common/tasks/result.yml", "content": "- name: Use _nodename from post main.yml\n set_fact:\n nodenames: \"{{ hostname }}\"\n params: \"{{ tasks_params }}\"\n\n# - name: Remove null values from params\n# set_fact:\n# params: \"{{ params | default({}) | combine({'scope': (params....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5109, "all_permissive": false }
ansible_role
pillasatish/Ansible
50d415814e126515bd9a785474c5ceea105b8e89
0
roles/post
7,899
[ "no_license" ]
[ { "path": "roles/post/vars/var.yml", "content": "hostname_list: [host1, host2]\naction: precheck\nscope: postgresql14\nversion: '14.7'\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/post/tasks/main.yml", "content": "- name: Inc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 998, "all_permissive": false }
ansible_role
frank690/sffresch-ansible
a2b4739c70b6036c6fb0753589ae5c9b480873b0
0
roles/airflow
7,901
[ "no_license" ]
[ { "path": "roles/airflow/vars/main.yml", "content": "db:\n host: localhost\n port: 3306\n name: airflow_db\n user: airflow_user\nairflow:\n cfg:\n - section: core\n key: logging_level\n value: WARN\n - section: core\n key: load_examples\n value: False\n - section: core\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4879, "all_permissive": false }
ansible_role
frank690/sffresch-ansible
a2b4739c70b6036c6fb0753589ae5c9b480873b0
0
roles/ghost
7,901
[ "no_license" ]
[ { "path": "roles/ghost/tasks/main.yml", "content": "- name: Install nginx\n become: true\n apt:\n pkg:\n - nginx\n\n- name: Adjust ufw settings to nginx\n become: true\n ufw:\n name: 'Nginx Full'\n rule: allow\n\n- name: Install the gpg key for nodejs LTS\n become: true\n apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1594, "all_permissive": false }
ansible_role
frank690/sffresch-ansible
a2b4739c70b6036c6fb0753589ae5c9b480873b0
0
roles/git
7,901
[ "no_license" ]
[ { "path": "roles/git/vars/main.yml", "content": "gits:\n - repo: <EMAIL>:frank690/motorcycle-collector.git\n dest: /root/motorcycle-collector", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/git/tasks/main.yml", "content": "- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 765, "all_permissive": false }
ansible_role
frank690/sffresch-ansible
a2b4739c70b6036c6fb0753589ae5c9b480873b0
0
roles/mysql
7,901
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n apt:\n pkg:\n - mysql-server\n\n- name: Make sure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 579, "all_permissive": false }
ansible_role
frank690/sffresch-ansible
a2b4739c70b6036c6fb0753589ae5c9b480873b0
0
roles/user-setup
7,901
[ "no_license" ]
[ { "path": "roles/user-setup/tasks/main.yml", "content": "- name: Create user accounts\n user:\n system: yes\n name: \"{{ item }}\"\n groups: sudo\n shell: /bin/bash\n with_items: \"{{ vars.users }}\"\n\n- name: Set authorized key taken from file\n authorized_key:\n user: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 819, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/backup
7,901
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n- name: export wordpress wxr file\n command: wp export\n --dir=/tmp/\n chdir={{ wordpress_core_path }}\n\n- name: setup cron to regularlly backup wxr file to /tmp/ dir\n cron:\n name=\"export wordpress wxr file\"\n special_time=hourly\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/common
7,901
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install repo1\n yum:\n name=http://mirror.webtatic.com/yum/el6/latest.rpm\n state=present\n sudo: yes\n\n- name: installing required system packages\n yum: pkg={{ item }} state=present\n with_items:\n - unzip\n - curl\n - t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 483, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/mariadb
7,901
[ "no_license" ]
[ { "path": "roles/mariadb/vars/main.yml", "content": "---\n# RPMs\nrpm_mysql_shared_compat: \"MySQL-shared-compat\"\nrpm_mysql_client: \"MySQL-client\"\nrpm_mysql_python: \"MySQL-python\"\nrpm_mysql_server: \"MySQL-server\"\n\nmysql_baseurl: \"http://dev.mysql.com/get/Downloads/MySQL-5.6\"", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8452, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/nginx
7,901
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n\n- name: enable nginx\n service: name=nginx state=started enabled=yes\n sudo: yes\n\n- name: restart nginx\n service: name=nginx state=restarted\n sudo: yes\n\n- name: reload nginx\n service: name=nginx state=reloaded\n sudo: yes\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2341, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/php-apc
7,901
[ "no_license" ]
[ { "path": "roles/php-apc/files/apc.ini", "content": "extension = apc.so\napc.enabled=1\napc.shm_segments=1\napc.shm_size=128M\napc.num_files_hint=1024\napc.user_entries_hint=4096\napc.ttl=7200\napc.use_request_time=1\napc.user_ttl=7200\napc.gc_ttl=3600\napc.cache_by_default=1\napc.filters\napc.mmap_file_mas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 875, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/php54-fpm
7,901
[ "no_license" ]
[ { "path": "roles/php54-fpm/templates/www.conf.j2", "content": "[wordpress]\n;listen = 127.0.0.1:9001\nlisten = /var/run/php5-fpm.sock\nuser = nginx\ngroup = nginx\nrequest_slowlog_timeout = 5s\nslowlog = /var/log/php-fpm/blogcms.log\nlisten.allowed_clients = 127.0.0.1\npm = dynamic\npm.max_children = 10\npm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1627, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/wordpress
7,901
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: copy wordpress.conf\n template:\n src=wordpress.conf.j2\n dest=/etc/nginx/sites-available/wordpress.conf\n\n- name: enable wordpress site\n file:\n src=/etc/nginx/sites-available/wordpress.conf\n dest=/etc/nginx/sites-enabled...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1417, "all_permissive": false }
ansible_role
davidvasandani/ansible-wordpress-nginx-php-fpm-mariadb
a837683d1e987c15148e487a9e3c7aa93cc5700f
4
roles/wp-cli
7,901
[ "no_license" ]
[ { "path": "roles/wp-cli/tasks/main.yml", "content": "---\n- name: check for wp-cli\n file: src=/usr/local/bin/wp dest=/usr/bin/wp state=link\n ### never use dashes in variable names, they will break everything\n register: result\n ignore_errors: true\n\n- name: install wp-cli\n sudo: false\n shell: cu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4823, "all_permissive": false }
ansible_role
kolkos/ansible-k8s
7435833ad42d3c124334753337a13931d55b149a
0
roles/base
7,901
[ "no_license" ]
[ { "path": "roles/base/tasks/apt.yml", "content": "# file: roles/base/tasks/apt,yml\n- name: Add Kubernetes Repo Key\n apt_key: url=https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n- name: Add Docker Repo Key\n apt_key:\n id: <KEY>\n keyserver: hkp://keyserver.ubuntu.com:80\n\n- name: Add Kub...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1492, "all_permissive": false }
ansible_role
kolkos/ansible-k8s
7435833ad42d3c124334753337a13931d55b149a
0
roles/k8-master
7,901
[ "no_license" ]
[ { "path": "roles/k8-master/tasks/main.yml", "content": "---\n# file: roles/k8-master/tasks/main.yml\n- name: Add and update packages\n include_tasks: install-k8.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/k8-master/tasks/install-k8....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 464, "all_permissive": false }
ansible_role
yukihiko-shinoda/ansistrano-wordpress
7d8dce6e7d4c14a5f12b6048b59a896b58ea45a4
0
roles/hooks
7,901
[ "no_license" ]
[ { "path": "roles/hooks/tasks/main.yml", "content": "---\n- include_tasks: ensure_directory_permission.yml\n- include_tasks: setup.yml\n- include_tasks: execute_composer.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/hooks/tasks/enable...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 768, "all_permissive": false }
ansible_role
cosmo0920/playbook-MariaDB
5398d313ab8da367e5833fe581e8ed37795f3a27
0
roles/mariadb
7,901
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: install software-properties-common\n apt: name=software-properties-common update_cache=yes\n\n- name: add apt key for Mariadb\n apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcbcb082a1bb943db\n\n- name: add repo for MariaDB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
queryluke/coral-erm-vagrantbox
3aa38540043e4d8b396e2f6911cd213270410c27
1
provisioning/roles/dev_tools
7,901
[ "no_license" ]
[ { "path": "provisioning/roles/dev_tools/tasks/main.yml", "content": "---\n- name: install dev tools\n yum:\n pkg: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - git-core\n - curl\n - zlib\n - zlib-devel\n - gcc-c++\n - readline\n - readline-devel\n - l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
queryluke/coral-erm-vagrantbox
3aa38540043e4d8b396e2f6911cd213270410c27
1
provisioning/roles/setup_coral
7,901
[ "no_license" ]
[ { "path": "provisioning/roles/setup_coral/tasks/main.yml", "content": "---\n- name: create coral dir\n file:\n path: \"{{ coral_dir }}\"\n state: directory\n mode: 0755\n owner: vagrant\n group: vagrant\n- name: clone coral\n become_user: vagrant\n command: \"git clone {{ coral_repo }} {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
queryluke/coral-erm-vagrantbox
3aa38540043e4d8b396e2f6911cd213270410c27
1
provisioning/roles/tool_server
7,901
[ "no_license" ]
[ { "path": "provisioning/roles/tool_server/tasks/main.yml", "content": "---\n- name: set selinux to permissive\n command: setenforce 0\n- name: permanently set selinux to permissive\n command: sed -i -e 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config\n- name: set postfix to use ipv4\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
phillipzakas/GeoFi-Map
5319f2da78f0cd0c59f1a5ac939491fc9e92a4d5
0
ansible/roles/static-web
7,901
[ "no_license" ]
[ { "path": "ansible/roles/static-web/tasks/main.yml", "content": "---\n- name: Remove old www directory contents (app)\n command: rm -rf /var/www/html/\n sudo: yes\n ignore_errors: true\n\n- name: Update with latest website\n sudo: no\n command: git clone <EMAIL>:parkourmethod/Geofi-Map.git /home/ubuntu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
phillipzakas/GeoFi-Map
5319f2da78f0cd0c59f1a5ac939491fc9e92a4d5
0
roles/git
7,901
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Update Apt\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600 force=yes\n \n- name: Install git\n sudo: yes\n apt: name=git force=yes install_recommends=yes", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
phillipzakas/GeoFi-Map
5319f2da78f0cd0c59f1a5ac939491fc9e92a4d5
0
roles/static-web
7,901
[ "no_license" ]
[ { "path": "roles/static-web/tasks/main.yml", "content": "---\n- name: Remove old www directory contents (app)\n command: rm -rf /var/www/html/app/\n sudo: yes\n ignore_errors: true\n\n- name: Remove old www directory contents (dl)\n command: rm -rf /var/www/html/dl/\n sudo: yes\n ignore_errors: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
phillipzakas/GeoFi-Map
5319f2da78f0cd0c59f1a5ac939491fc9e92a4d5
0
roles/static-web-ro
7,901
[ "no_license" ]
[ { "path": "roles/static-web-ro/tasks/main.yml", "content": "---\n- name: Remove old www directory contents (app)\n command: rm -rf /var/www/html/\n sudo: yes\n ignore_errors: true\n\n- name: Update with latest mapfix-ro website\n sudo: no\n command: git clone -b Read-Only <EMAIL>:parkourmethod/MapFix.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
JamesJonesConsulting/jamesjonesconsulting.salt_agents
9e2c05ab6db8d8346af1f887966944eafec8db00
0
roles/agent_setup
7,901
[ "no_license" ]
[ { "path": "roles/agent_setup/templates/minion.d/master.conf.j2", "content": "master: {{ salt_master }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/agent_setup/templates/master.d/file.conf.j2", "content": "file_roots:\n base:\n - /...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3501, "all_permissive": false }
ansible_role
JamesJonesConsulting/jamesjonesconsulting.salt_agents
9e2c05ab6db8d8346af1f887966944eafec8db00
0
roles/generate_hosts
7,901
[ "no_license" ]
[ { "path": "roles/generate_hosts/tasks/state.yml", "content": "---\n- name: Create the state directory\n ansible.builtin.file:\n path: \"/opt/salt/{{ state.name }}\"\n state: directory\n- name: Create state init.sls file \n ansible.builtin.copy:\n content: \"{{ state.definition | to_nice_yaml }}\"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1729, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/backed_up
7,901
[ "no_license" ]
[ { "path": "roles/backed_up/tasks/mysql.yml", "content": "- name: Add mysql backup script\n copy:\n src: backup-mysql\n dest: /etc/backup-scripts/mysql\n mode: \"770\"\n- name: Create mysql config directory\n file:\n path: /usr/local/etc/mysql/\n state: directory\n mode: \"755\"\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1738, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/cron_mail_redirect
7,901
[ "no_license" ]
[ { "path": "roles/cron_mail_redirect/tasks/main.yml", "content": "- name: Install postfix\n apt:\n name: postfix\n update_cache: true\n\n- name: Deploy /etc/postfix/main.cf\n template:\n src: main.cf.j2\n dest: /etc/postfix/main.cf\n owner: root\n group: root\n mode: \"0644\"\n notify...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2373, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/dns_slave
7,901
[ "no_license" ]
[ { "path": "roles/dns_slave/handlers/main.yml", "content": "- name: Reload bind\n service:\n name: bind9\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/dns_slave/tasks/main.yml", "content": "- name: Install bind...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 439, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/docker
7,901
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n- name: Install docker dependancies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n state: present\n\n- name: Add docker GPG key\n apt_key:\n u...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1543, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/docker_ferry
7,901
[ "no_license" ]
[ { "path": "roles/docker_ferry/handlers/main.yml", "content": "- name: Restart ferry-service # noqa: no-changed-when\n command:\n chdir: /opt/ferry-api\n cmd: \"{{ docker_update_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1580, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/docker_kmibot
7,901
[ "no_license" ]
[ { "path": "roles/docker_kmibot/handlers/main.yml", "content": "- name: Restart KMIBot # noqa: no-changed-when\n command:\n chdir: /opt/kmibot\n cmd: \"{{ docker_update_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1081, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/docker_kmicms
7,901
[ "no_license" ]
[ { "path": "roles/docker_kmicms/handlers/main.yml", "content": "- name: Restart kmicms # noqa: no-changed-when\n command:\n chdir: /opt/kmicms\n cmd: \"{{ docker_update_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1874, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/docker_traefik
7,901
[ "no_license" ]
[ { "path": "roles/docker_traefik/handlers/main.yml", "content": "- name: Restart Traefik # noqa: no-changed-when\n command:\n chdir: /opt/traefik\n cmd: \"{{ docker_update_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4274, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/gw
7,901
[ "no_license" ]
[ { "path": "roles/gw/tasks/bird.yml", "content": "- name: Install bird2\n apt:\n name:\n - bird2\n\n- name: Deploy BIRD config\n template:\n src: bird.conf\n dest: /etc/bird/bird.conf\n mode: \"640\"\n owner: root\n group: bird\n notify:\n - Reload bird\n", "license_type": "n...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3677, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/monitored
7,901
[ "no_license" ]
[ { "path": "roles/monitored/defaults/main.yml", "content": "monitored_npre_ipmi_monitored: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/monitored/tasks/prometheus-node-exporter.yml", "content": "---\n- name: Install node exporte...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 9716, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/pxe
7,901
[ "no_license" ]
[ { "path": "roles/pxe/tasks/main.yml", "content": "- name: Configure dnsmasq\n import_tasks: dnsmasq.yml\n tags: dnsmasq\n- name: Configure ipxe\n import_tasks: ipxe.yml\n tags: ipxe\n- name: Configure nginx\n import_tasks: nginx.yml\n tags: nginx\n- name: Configure PXE images\n include_tasks: ubuntu_...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3685, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/sown_common
7,901
[ "no_license" ]
[ { "path": "roles/sown_common/tasks/motd.yml", "content": "# Add the SOWN MOTD\n- name: Install Common Packages for MOTD\n apt:\n name:\n - libpam-modules\n - base-files\n state: present\n become: true\n\n- name: Install Ubuntu-specific Packages for MOTD\n apt:\n name:\n - ubuntu-r...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2289, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/ssh_gateway
7,901
[ "no_license" ]
[ { "path": "roles/ssh_gateway/files/vault-passphrase-helper", "content": "#!/bin/bash\nsudo cat /root/ansible-vault-passphrase\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/ssh_gateway/tasks/main.yml", "content": "---\n- name: Setup ss...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1238, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/unattended_upgrades
7,901
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/templates/20auto-upgrades.j2", "content": "APT::Periodic::Update-Package-Lists \"1\";\nAPT::Periodic::Download-Upgradeable-Packages \"1\";\nAPT::Periodic::AutocleanInterval \"7\";\n{% if unattended_upgrades | default(true) %}\nAPT::Periodic::Unattended-Upgrade \"1\";\n{%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1468, "all_permissive": false }
ansible_role
sown/ansible
7bfa8d9789afe6eca43832b4bc9355b7e29b84a9
0
roles/vms
7,901
[ "no_license" ]
[ { "path": "roles/vms/tasks/main.yml", "content": "- name: Add incus apt key\n copy:\n src: zabbly.asc\n dest: /etc/apt/keyrings/zabbly.asc\n owner: root\n group: root\n mode: \"0644\"\n\n- name: Add incus repo\n apt_repository:\n repo: deb [signed-by=/etc/apt/keyrings/zabbly.asc] https:/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/adb-fastboot
7,901
[ "no_license" ]
[ { "path": "roles/adb-fastboot/tasks/main.yml", "content": "---\n- name: adb-fastboot | Create a \"/opt/adb-fastboot\" directory if it does not exist\n become: yes\n file:\n path: /opt/adb-fastboot\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '07...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/clean
7,901
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n- name: Remove useless packages\n become: yes\n apt:\n purge: yes\n autoremove: yes\n\n- name: Remove useless packages from the cache\n become: yes\n apt:\n autoclean: yes\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/common
7,901
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Upgrade packages\n become: yes\n apt:\n update_cache: yes\n upgrade: yes\n cache_valid_time: 3600\n\n- name: Install packages\n become: yes\n apt:\n cache_valid_time: 3600\n state: present\n pkg:\n - git\n - zs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/composer
7,901
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n- name: Composer | Install\n become: yes\n script: roles/composer/files/composer_install.sh\n args:\n creates: /usr/local/bin/composer\n\n- name: Composer | Move globally\n become: yes\n shell: mv composer.phar /usr/local/bin/composer\n ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/deno
7,901
[ "no_license" ]
[ { "path": "roles/deno/tasks/main.yml", "content": "---\n- name: Deno | Install deno\n become: no\n shell: >\n curl -fsSL https://deno.land/x/install/install.sh | sh\n args:\n creates: \"{{ ansible_env.HOME }}/.deno/bin/deno\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/discord
7,901
[ "no_license" ]
[ { "path": "roles/discord/tasks/main.yml", "content": "---\n- name: \"Discord | Gather the package facts\"\n package_facts:\n manager: \"auto\"\n\n- name: Discord | Install client from .deb\n become: yes\n apt:\n deb: https://discordapp.com/api/download?platform=linux&format=deb\n when: \"'discord'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/docker
7,901
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# Docker doc: https://docs.docker.com/engine/install/\n- name: Docker | Install required packages\n become: yes\n apt:\n cache_valid_time: 3600\n state: present\n pkg:\n - curl\n - ca-certificates\n - gnupg\n register: pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1578, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/firefox-dev
7,901
[ "no_license" ]
[ { "path": "roles/firefox-dev/tasks/main.yml", "content": "---\n- name: Firefox Developer Edit | Prepare/Fix directory with right permissions\n become: yes\n file:\n path: /opt/firefox\n state: directory\n mode: 0755\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1386, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/heimdall
7,901
[ "no_license" ]
[ { "path": "roles/heimdall/tasks/main.yml", "content": "---\n- name: Heimdall | Create a \"/opt/heimdall\" directory if it does not exist\n become: yes\n file:\n path: /opt/heimdall\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0755'\n\n- name: H...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/jetbrains-toolbox
7,901
[ "no_license" ]
[ { "path": "roles/jetbrains-toolbox/tasks/main.yml", "content": "---\n- name: Jetbrains-toolbox | Check for existing binary\n become: no\n find:\n paths: /opt\n patterns: 'jetbrains-toolbox'\n recurse: yes\n register: toolbox_installed\n\n- block:\n - name: Jetbrains-toolbox | Get download links...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1113, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/nodejs
7,901
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Nodejs | Install Node Version Manager (nvm)\n become: no\n shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/{{ nvm_version }}/install.sh | {{ lookup('env','SHELL') }}\n args:\n executable: \"{{ lookup('env','SHELL') }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/ohmyzsh
7,901
[ "no_license" ]
[ { "path": "roles/ohmyzsh/templates/.zshrc.j2", "content": "## ZSH Configuration\n\n# Path to your oh-my-zsh installation.\nexport ZSH=$HOME/.oh-my-zsh\nZSH_THEME=\"agnoster\"\nplugins=(git docker docker-compose)\n\nsource $ZSH/oh-my-zsh.sh\n\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1741, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/php
7,901
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: PHP | Add repository\n become: yes\n apt_repository:\n repo: ppa:ondrej/php\n filename: php\n state: present\n codename: focal\n\n- name: PHP | Install php packages\n become: yes\n apt:\n update_cache: yes\n cache_valid_tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2080, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/remove-snapd
7,901
[ "no_license" ]
[ { "path": "roles/remove-snapd/tasks/main.yml", "content": "---\n- name: Remove snapd | Purge snapd package\n become: yes\n apt:\n name: snapd\n state: absent\n purge: yes\n\n- name: Remove snapd | Remove snap directory from home directory\n become: yes\n file:\n path: \"/home/{{ ansible_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/slack
7,901
[ "no_license" ]
[ { "path": "roles/slack/tasks/main.yml", "content": "---\n- name: Slack | Gather the package facts\n package_facts:\n manager: \"auto\"\n\n- name: Slack | Install client from .deb\n become: yes\n apt:\n deb: https://downloads.slack-edge.com/linux_releases/slack-desktop-{{ slack_version }}-amd64.deb\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/spotify
7,901
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n- name: Spotify | Add gpg key\n become: yes\n apt_key:\n url: https://download.spotify.com/debian/pubkey.gpg\n state: present\n\n- name: Spotify | Add repository\n become: yes\n apt_repository:\n repo: 'deb http://repository.spotify.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/symfony-cli
7,901
[ "no_license" ]
[ { "path": "roles/symfony-cli/tasks/main.yml", "content": "---\n- name: Symfony-cli | Install\n become: no\n shell: >\n wget https://get.symfony.com/cli/installer -O - | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.symfony/bin/symfony\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
Inkod/setup-machine
19015e9a9f2853db762fc5bba9e25275f9d5738f
0
roles/vscode
7,901
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: VSCode | Add gpg key\n become: yes\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: VSCode | Add repository\n become: yes\n apt_repository:\n repo: 'deb [arch=amd64] https://packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
VJ-CCS-Tech-ops/Windows-Sql-Ansible
cc45f2728f915758e426aa22fd88fe7ec028c5ed
0
roles/disk_partition
7,901
[ "no_license" ]
[ { "path": "roles/disk_partition/tasks/main.yaml", "content": "---\n# - name: Initialize the disk and allocate the space\n# # hosts: all\n# tasks:\n - name: Initialize a disk\n community.windows.win_initialize_disk:\n disk_number: 2\n force: yes\n\n - name: Get disk facts\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
VJ-CCS-Tech-ops/Windows-Sql-Ansible
cc45f2728f915758e426aa22fd88fe7ec028c5ed
0
roles/sql-inst
7,901
[ "no_license" ]
[ { "path": "roles/sql-inst/handlers/main.yml", "content": "---\n# handlers file for sql-inst\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/sql-inst/defaults/main.yml", "content": "---\n# defaults file for sql-inst\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1826, "all_permissive": false }
ansible_role
VJ-CCS-Tech-ops/Windows-Sql-Ansible
cc45f2728f915758e426aa22fd88fe7ec028c5ed
0
roles/win_packages
7,901
[ "no_license" ]
[ { "path": "roles/win_packages/tasks/main.yml", "content": "---\n - name: Verify .NET Framework version\n win_reg_stat:\n path: HKLM:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full\n name: Version\n register: dotnetversion\n\n - debug: \n msg: \"{{dotnetversion}}\"\n \n - n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 772, "all_permissive": false }
ansible_role
iservermate/icmp-Wordpress
ed3a249dec16b7ed2743145c12b860e388ae3336
1
roles/SystemConfiguration
7,904
[ "permissive" ]
[ { "path": "roles/SystemConfiguration/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/SystemConfiguration\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 84 }, { "path": "roles/SystemConfigur...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3526, "all_permissive": true }
ansible_role
iservermate/icmp-Wordpress
ed3a249dec16b7ed2743145c12b860e388ae3336
1
roles/database
7,904
[ "permissive" ]
[ { "path": "roles/database/tasks/mariadb.yml", "content": "---\n - name: \"Install MySQL packages\"\n yum:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ DbPackages }}\"\n\n - name: update pip3\n shell: pip3 install -U pip \n\n - name: Install Required MySQL pip modules\n pip...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2702, "all_permissive": true }
ansible_role
iservermate/icmp-Wordpress
ed3a249dec16b7ed2743145c12b860e388ae3336
1
roles/vhost
7,904
[ "permissive" ]
[ { "path": "roles/vhost/defaults/main.yml", "content": "---\n# defaults file for roles/vhost\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "roles/vhost/templates/vhost.j2", "content": "<VirtualHost *:443>\n ServerName...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3359, "all_permissive": true }
ansible_role
iservermate/icmp-Wordpress
ed3a249dec16b7ed2743145c12b860e388ae3336
1
roles/web
7,904
[ "permissive" ]
[ { "path": "roles/web/handlers/main.yml", "content": "---\n# handlers file for roles/web\n - name: Reload firewalld\n ansible.builtin.service:\n name: firewalld\n state: reloaded\n enabled: yes\n listen: \"firewall restart\"\n\n - name: Reload Httpd\n ansible.builtin.service:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4679, "all_permissive": true }
ansible_role
stajilov/ansible_collection
fac80fc9eb5fd508de9fde926c6aa6af67bbb29b
0
roles/lemp
7,904
[ "no_license" ]
[ { "path": "roles/lemp/vars/main.yaml", "content": " docker_network: network\n stack_name: lemp_classic_\n container_state: started\n network_state: present\n db_root_password: <PASSWORD>\n db_name: root\n db_user: root\n db_password: <PASSWORD>\n db_host: percona", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1674, "all_permissive": false }
ansible_role
stajilov/ansible_collection
fac80fc9eb5fd508de9fde926c6aa6af67bbb29b
0
roles/pg
7,904
[ "no_license" ]
[ { "path": "roles/pg/molecule/centos7/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: molecule/resources/requirements.yml\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: postgresql-96-c7\n image: centos/systemd\n image_version: latest\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 10143, "all_permissive": false }
ansible_role
ignatmike/devops_task_project
d909e4556d2589830f6899994f9e965ddbf34e8b
0
roles/node
7,904
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Installing docker, step 1\n apt: name={{item}} state=absent\n with_items:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n\n- name: Installing docker, step 2\n apt:\n upgrade: yes\n update_cache: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1711, "all_permissive": false }
ansible_role
ignatmike/devops_task_project
d909e4556d2589830f6899994f9e965ddbf34e8b
0
roles/updater
7,904
[ "no_license" ]
[ { "path": "roles/updater/tasks/main.yml", "content": "---\n# tasks file for updater\n\n- name: Stop running Docker containers\n shell: >\n sudo docker stop $(sudo docker ps -a -q)\n\n- name: Starting Image\n shell: >\n sudo docker pull ignatmike/devapp:stable && \\\n sudo docker run -d -p 9007:90...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
perhamm/sb-test1-prepare
04ef13d9a8803d12838ad0b29a6864807d9ab8f6
0
ansible/roles/common
7,904
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Upgrade all packages\n yum: \n name: '*'\n state: latest\n register: yum_updates\n \n\n- name: reboot system after update kernel\n shell: sleep 2 && shutdown -r now \"Ansible package updates triggered\"\n async: 1\n poll: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2041, "all_permissive": false }
ansible_role
perhamm/sb-test1-prepare
04ef13d9a8803d12838ad0b29a6864807d9ab8f6
0
ansible/roles/mariadb
7,904
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n- name: Copy the MariaDB repository definition\n copy: src=MariaDB.repo dest=/etc/yum.repos.d/\n\n\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n with_items:\n - MariaDB-common\n - MariaDB-server\n - Mari...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3006, "all_permissive": false }
ansible_role
perhamm/sb-test1-prepare
04ef13d9a8803d12838ad0b29a6864807d9ab8f6
0
ansible/roles/nginx
7,904
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf", "content": "user nginx;\nworker_processes 1;\nworker_rlimit_nofile 100000;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections 1024;\n use epoll;\n multi_accept on;\n}\n\n\nhttp {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1987, "all_permissive": false }
ansible_role
perhamm/sb-test1-prepare
04ef13d9a8803d12838ad0b29a6864807d9ab8f6
0
ansible/roles/php-fpm
7,904
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install php-fpm and deps\n yum: \n name: \"{{ item }}\"\n state: present\n enablerepo: remi-php74\n with_items:\n - php\n - php-devel\n - php-fpm\n - php-gd\n - php-mbstring\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1457, "all_permissive": false }
ansible_role
perhamm/sb-test1-prepare
04ef13d9a8803d12838ad0b29a6864807d9ab8f6
0
ansible/roles/wordpress
7,904
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n- name: Check if exists site\n stat:\n path: \"/var/www/test3/wp-config.php\"\n register: wp_config\n\n- name: Bootstrap if site isn't exists\n shell: |\n systemctl restart firewalld\n systemctl restart mariadb\n systemctl r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1105, "all_permissive": false }