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
datto/rhel-reposync-playbook
9a6e56027f661dcdaa3ec3411532239c8d82d884
10
roles/install_debuginfod
7,452
[ "no_license" ]
[ { "path": "roles/install_debuginfod/handlers/main.yml", "content": "---\n- name: Restart debuginfod\n listen: restart-debuginfod\n ansible.builtin.systemd:\n name: debuginfod\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1014, "all_permissive": false }
ansible_role
datto/rhel-reposync-playbook
9a6e56027f661dcdaa3ec3411532239c8d82d884
10
roles/install_nginx
7,452
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "- name: Configure external volume for /srv\n block:\n - name: Partition mirror volume\n community.general.parted:\n device: '{{ srv_volume_disk_device }}'\n number: 1\n label: gpt\n fs_type: xfs\n part_st...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6387, "all_permissive": false }
ansible_role
datto/rhel-reposync-playbook
9a6e56027f661dcdaa3ec3411532239c8d82d884
10
roles/install_reposync
7,452
[ "no_license" ]
[ { "path": "roles/install_reposync/defaults/main.yml", "content": "---\nrhel_reposync_sync_dir: /srv/www/current\nrhel_reposync_max_tries: 3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/install_reposync/files/rhel-reposync.sh", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3575, "all_permissive": false }
ansible_role
jegasega/ns_task_info
7802110e2a139da8a7df3850ce82d68cfaf3fc67
0
ansible-infra/roles/docker
7,452
[ "permissive" ]
[ { "path": "ansible-infra/roles/docker/handlers/main.yml", "content": "---\n\n- name: containerd_restart\n service: \n name: containerd\n state: restarted\n when: kubernetes_service_restart == \"yes\"\n\n- name: kubelet_restart\n service:\n name: kubelet\n daemon_reload: yes\n state: restar...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2083, "all_permissive": true }
ansible_role
jegasega/ns_task_info
7802110e2a139da8a7df3850ce82d68cfaf3fc67
0
ansible-infra/roles/os
7,452
[ "no_license" ]
[ { "path": "ansible-infra/roles/os/tasks/sysctl.yml", "content": "---\n\n- name: Sysctl parameters set\n sysctl:\n name: \"{{ item[0] }}\"\n value: \"{{ item[1] }}\"\n sysctl_set: yes\n state: present\n reload: no\n with_nested:\n - \"{{ sysctl_list }}\"\n tags: sysctl\n\n- name: VM swap...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1209, "all_permissive": false }
ansible_role
jegasega/ns_task_info
7802110e2a139da8a7df3850ce82d68cfaf3fc67
0
ansible-infra/roles/users_login
7,452
[ "no_license" ]
[ { "path": "ansible-infra/roles/users_login/defaults/main.yml", "content": "operator_accounts: []\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible-infra/roles/users_login/tasks/main.yml", "content": "---\n\n- name: set up operator a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1603, "all_permissive": false }
ansible_role
jegasega/ns_task_info
7802110e2a139da8a7df3850ce82d68cfaf3fc67
0
ansible-infra/roles/wireguard_setup
7,452
[ "no_license" ]
[ { "path": "ansible-infra/roles/wireguard_setup/templates/docker-compose.yml.j2", "content": "---\nversion: \"2.1\"\nservices:\n wireguard:\n image: ghcr.io/linuxserver/wireguard\n container_name: wireguard\n cap_add:\n - NET_ADMIN\n - SYS_MODULE\n environment:\n - PUID=1000\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3691, "all_permissive": false }
ansible_role
onemanstartup/servertest
3a73b98a1de2790f70b67bb8bcfa3299281b4b91
0
ansible/roles/monit
7,452
[ "no_license" ]
[ { "path": "ansible/roles/monit/templates/webinterface.j2", "content": "# {{ ansible_managed }}\n{% if monit_webinterface_enabled %}\nset httpd port {{ monit_webinterface_port }} and\n allow 192.168.10.0/255.255.255.0\n allow 192.168.10.101\n allow localhost\n{% if monit_webinterface_acl_rules is de...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4325, "all_permissive": false }
ansible_role
onemanstartup/servertest
3a73b98a1de2790f70b67bb8bcfa3299281b4b91
0
ansible/roles/nginx
7,452
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/start.yml", "content": "- name: Start the nginx service\n service: name=nginx state=started enabled=yes\n tags: [service,nginx]\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/nginx/tasks/ma...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 733, "all_permissive": false }
ansible_role
onemanstartup/servertest
3a73b98a1de2790f70b67bb8bcfa3299281b4b91
0
ansible/roles/postgresql
7,452
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/extensions/contrib.yml", "content": "- name: Install | Add PostgreSQL repository\n yum: name={{ pgsql_contrib_repo }} state=present\n notify:\n - restart postgresql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4834, "all_permissive": false }
ansible_role
onemanstartup/servertest
3a73b98a1de2790f70b67bb8bcfa3299281b4b91
0
ansible/roles/unix
7,452
[ "no_license" ]
[ { "path": "ansible/roles/unix/tasks/main.yml", "content": "- include: tools.yml tags=tools,new\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/unix/tasks/tools.yml", "content": "- name: install tools\n action: yum name={{ item ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 224, "all_permissive": false }
ansible_role
mikeletux/rpi_tooling
cddfdfe311a1cf313ab7b11b66afe38d59228d38
0
roles/rpi_install_bind
7,452
[ "no_license" ]
[ { "path": "roles/rpi_install_bind/templates/db.zone.j2", "content": "\n$TTL 3600\n@ IN SOA {{ dns_domain }}. admin.{{ dns_domain }}. (\n 2018040501 ; Serial\n 604800 ; Refresh period\n 86400 ; Retry interval\n 2419200 ; Ex...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7898, "all_permissive": false }
ansible_role
mikeletux/rpi_tooling
cddfdfe311a1cf313ab7b11b66afe38d59228d38
0
roles/rpi_install_docker
7,452
[ "no_license" ]
[ { "path": "roles/rpi_install_docker/tasks/main.yml", "content": "---\n# tasks file for rpi_install_docker\n\n- name: Install docker from Ubuntu repo\n package:\n name: docker.io\n state: present\n\n- name: Add users to docker group\n user:\n name: \"{{ item }}\"\n append: yes\n groups: dock...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 840, "all_permissive": false }
ansible_role
mikeletux/rpi_tooling
cddfdfe311a1cf313ab7b11b66afe38d59228d38
0
roles/rpi_install_duckdns
7,452
[ "no_license" ]
[ { "path": "roles/rpi_install_duckdns/vars/main.yml", "content": "duckdns_logging_location: /var/log/duckdns", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/rpi_install_duckdns/defaults/main.yml", "content": "---\n# defaults file for rpi_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2230, "all_permissive": false }
ansible_role
mikeletux/rpi_tooling
cddfdfe311a1cf313ab7b11b66afe38d59228d38
0
roles/rpi_install_wireguard
7,452
[ "no_license" ]
[ { "path": "roles/rpi_install_wireguard/tasks/main.yml", "content": "---\n# tasks file for rpi_install_wireguard\n# Steps\n# Enable routing on the RPi\n# Install wg\n# Do wg configuration\n\n# Do a full repo update\n\n- name: Install wireguard\n package:\n name: wireguard\n state: latest\n\n- name: Ge...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5009, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/common
7,452
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n - name: test\n shell: echo \"test\" >> /home/user1/test.txt\n\n - name: test2\n shell: echo \"test2\" >> /home/user1/test.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/flink
7,452
[ "no_license" ]
[ { "path": "roles/flink/tasks/main.yml", "content": "---\n- name: Add a fast check to speed reconfiguration\n stat: path={{ flink_home }}\n register: flink_installed\n\n- name: Open flink ports\n include: open-ports.yml\n\n- name: Download and copy files to destination\n include: download.yml\n when: no...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2690, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/grafana
7,452
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- set_fact: collectd_config_dir=/etc/collectd/collectd.conf\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/hadoop
7,452
[ "no_license" ]
[ { "path": "roles/hadoop/tasks/main.yml", "content": "---\n\n- name: Download and copy files to destination\n include: download.yml\n\n- name: Open hadoop ports\n include: open-ports.yml\n\n- name: Configuration changes\n include: configure.yml\n\n- name: Autostart set up\n include: autostart.yml\n\n\n",...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 11139, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/hbase
7,452
[ "no_license" ]
[ { "path": "roles/hbase/tasks/configure.yml", "content": "---\n\n# Note: Hadoop should already be installed and confugured\n\n- name: set hbase home in .bashrc\n lineinfile:\n #dest: '{{ hadoop_user_home }}/.bashrc'\n dest: '/etc/bashrc'\n line: \"export HBASE_HOME={{ hbase_home }}\"\n regexp: '...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4814, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/hive
7,452
[ "no_license" ]
[ { "path": "roles/hive/defaults/main.yml", "content": "---\n\n#java_home: /usr/java/jdk1.8.0_92\nhive_home: /opt/hive\nhadoop_home: /opt/hadoop\nhive_log_dir: /opt/hive/logs\n\nhive_version: 2.3.3\n#hive_version: 2.1.1\n#hive_mirrors: [ \"http://apache-mirror.rbc.ru/pub/apache/hive/hive-{{ hive_version }}\"]...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4926, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/ignite
7,452
[ "no_license" ]
[ { "path": "roles/ignite/tasks/download.yml", "content": "---\n\n#- name: download ignite\n# get_url:\n# url: '{{ ignite_download_url }}'\n# dest: '{{ ignite_home }}-{{ ignite_version }}.zip'\n# force: no\n# register: result\n# until: result|success\n# retries: 5\n# delay: 2\n# sudo: yes\n#\n#...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2881, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/metastore
7,452
[ "no_license" ]
[ { "path": "roles/metastore/tasks/drop_metastore.yml", "content": "---\n- name: Stop metastore daemon\n service:\n name: hive-metastore\n enabled: yes\n state: stopped\n\n- name: Stop PostgreSQL service\n systemd:\n name: postgresql\n enabled: yes\n state: restarted\n\n- name: Remove old ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5591, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/phoenix
7,452
[ "no_license" ]
[ { "path": "roles/phoenix/tasks/open-ports.yml", "content": "---\n\n- name: Open phoenix ports\n iptables: chain=INPUT jump=ACCEPT protocol=tcp destination_port={{item}}\n ignore_errors: yes\n with_items:\n - 8765\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2147, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/spark
7,452
[ "no_license" ]
[ { "path": "roles/spark/tasks/download.yml", "content": "---\n\n- name: add spark group\n group: name={{ spark_group }}\n\n- name: add spark user\n user: name={{ spark_user}} group={{ spark_group }} groups=wheel home={{ spark_user_home }} shell=/bin/bash\n\n- name: Apt install wget and archivators\n actio...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4780, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/tez
7,452
[ "no_license" ]
[ { "path": "roles/tez/tasks/copy-tez.yml", "content": "---\n# Copy tez libs to hdfs folder /apps/tez\n\n- name: check if /apps/tez/tez.tar.gz exists in HDFS\n shell: \"{{ hadoop_binary }} -ls /apps/tez/tez.tar.gz\"\n ignore_errors: True\n sudo_user: \"{{ hadoop_user }}\"\n register: result\n sudo: yes\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4418, "all_permissive": false }
ansible_role
DmitryPukhov/ansible-hadoop
65021845e88cef6d372d3339c4448190439fbc7b
1
roles/zookeeper
7,452
[ "no_license" ]
[ { "path": "roles/zookeeper/defaults/main.yml", "content": "\n# User for hadoop service\nzk_user: hadoop\nzk_user_pass: <PASSWORD>!@#\nzk_group: hadoop\n\n\n# zookeeper base directory to install the software\nzk_home: /opt/zookeeper\nzk_data_dir: /home/{{ zk_user }}/zookeeper\n#zk_data_dir: /tmp/zookeeper\n\...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4906, "all_permissive": false }
ansible_role
nlaaziz/cleaning-operator
c8c5c71de57c62f4a0a525312ce9220ab54a619f
1
roles/ephemeral_namespace_watch
7,452
[ "no_license" ]
[ { "path": "roles/ephemeral_namespace_watch/files/generate_schedule_param.py", "content": "import sys\nfrom datetime import datetime,timedelta, date\n\nnamespace_creation_date = datetime.strptime(sys.argv[1], '%Y-%m-%dT%H:%M:%SZ')\nnamespace_exiry = sys.argv[2]\nend_date = namespace_creation_date + timedelta...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3935, "all_permissive": false }
ansible_role
fabiocicerchia/ansible-docker-swarm-test
1662db9bc6424e4516f8a713c2b3debbdf809c1d
0
roles/docker-remote-api
7,452
[ "no_license" ]
[ { "path": "roles/docker-remote-api/tasks/main.yml", "content": "---\n\n- name: Ensure certificates are available\n block:\n - name: Server Certificate\n stat:\n path: /root/.docker/server-cert.pem\n register: server_cert\n - name: Server Key\n stat:\n path: /root/.docker/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3639, "all_permissive": false }
ansible_role
Bastian-Kuhn/bk-ansible
c88ae0ed4f48b5c168977ccb9c8ccf335eed159e
0
roles/cmk_host_agent
7,452
[ "permissive" ]
[ { "path": "roles/cmk_host_agent/tasks/Linux-tasks.yml", "content": "---\n- name: \"Register Agent for TLS.\"\n become: true\n ansible.builtin.shell: |\n cmk-agent-ctl register -H {{ inventory_hostname }} \\\n -s {{ cmk_server }}:{{ cmk_agent_receiver_port }} -i {{ cmk_site }} \\\n -U {{ cmk_user...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4346, "all_permissive": true }
ansible_role
Bastian-Kuhn/bk-ansible
c88ae0ed4f48b5c168977ccb9c8ccf335eed159e
0
roles/secure_server
7,452
[ "permissive" ]
[ { "path": "roles/secure_server/tasks/defaults.yml", "content": "---\n - name: Install default Packages\n apt:\n name: ['vim', 'fail2ban', 'apt-transport-https', 'etckeeper']\n update_cache: yes\n\n - name: Copy SSH Banner\n copy: src=templates/issue.bkuhn dest=/etc mode=0644\n\n - name: Setup SS...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2066, "all_permissive": true }
ansible_role
Bastian-Kuhn/bk-ansible
c88ae0ed4f48b5c168977ccb9c8ccf335eed159e
0
roles/user
7,452
[ "permissive" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n - name: Create users\n user:\n name: \"{{ item.short }}\"\n comment: \"{{ item.comment }}\"\n state: \"{{ item.state }}\"\n groups: \"{{ item.groups }},users\"\n remove: yes\n shell: \"{{ item.shell }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": true }
ansible_role
t-nakamura2562/ansible-trainning
bc73d7d3f116bf28f2a65d3c41181bf9322511e9
0
ansible/roles/httpd
7,457
[ "no_license" ]
[ { "path": "ansible/roles/httpd/tasks/main.yml", "content": "- name: install latest apache temporary\n yum:\n name:\n - httpd\n become: true\n\n- name: start httpd\n service:\n name: httpd\n state: started\n enabled: yes\n become: true\n\n- name: apache本体の設定ファイルを変更(index.html)\n templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
shebpamm/homelab-playbooks
87b06494cc097b84ab2b26b70b658f731e289cff
0
roles/active_directory
7,457
[ "no_license" ]
[ { "path": "roles/active_directory/tasks/main.yml", "content": "- name: Load AD admin credentials\n include_vars: credentials.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
shebpamm/homelab-playbooks
87b06494cc097b84ab2b26b70b658f731e289cff
0
roles/common
7,457
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "inventory_index: \"{{ groups['all'].index(inventory_hostname) }}\"\nscheme_name: \"{{ lookup('file', '/etc/names').split('\\n')[inventory_index | int] }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
shebpamm/homelab-playbooks
87b06494cc097b84ab2b26b70b658f731e289cff
0
roles/rhel
7,457
[ "no_license" ]
[ { "path": "roles/rhel/tasks/main.yml", "content": "- include_vars: main.yml\n\n- include_vars: ad-packages.yml\n when: \"'active_directory' in role_names\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/rhel/vars/ad-packages.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 328, "all_permissive": false }
ansible_role
aerogearcatalog/xamarin-app-apb
60511d07a1a98afdc512ee866ea4e45cf57696f5
0
roles/deprovision-xamarin-app
7,457
[ "permissive" ]
[ { "path": "roles/deprovision-xamarin-app/tasks/main.yml", "content": "# Delete xamarin app representation using the mobile cli\n- set_fact: app_not_found_err='mobileclients.mobile.k8s.io \"{{ appName }}-xamarin\" not found'\n\n- name: \"Check if {{ appName }} client exists\"\n shell: mobile get client {{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": true }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/ansiblerepo
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/ansiblerepo/tasks/main.yml", "content": "---\n\n- name: Update apt cache\n become: yes\n apt: update_cache=yes\n\n- name: Ansible repo\n become: yes\n shell: ~/code/laravelYoutubeProject/provisioning/ansiblerepo.sh ", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/apache
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/apache/tasks/main.yml", "content": "---\n#- apache2-mpm-prefork, dnw here. Broken packages\n- name: Install Apache2\n apt: name=apache2 state=present\n\n- name: Install Apache 2 doc and apache2-utils\n apt: name={{item}} state=present\n with_items:\n - apache2-utils\n\n\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/curl
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/curl/tasks/main.yml", "content": "---\n\n- name: Install wget php.7-curl curl\n apt: name={{item}} state=present\n with_items:\n - wget\n - php7.0-common\n - libnet-ssleay-perl\n - libauthen-pam-perl\n - apt-show-versions\n - libio-pty-perl\n - php7.0-curl\n - libapt-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/general
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/general/tasks/main.yml", "content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Installing dpkg\n apt: name=dpkg state=present\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/git
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/git/tasks/main.yml", "content": "---\n\n- name: Installing Git \n apt: name=git state=present update_cache=yes\n\n- name: Install latest Git \n apt: name=git state=latest update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/mysql
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Installing MySQL\n apt: name={{item}} state=present\n with_items:\n - python-mysqldb\n - mysql-server\n\n- name: Start MySQL Service\n service: name=mysql state=started enabled=yes\n\n- name: Update MySQL Password\n mysql_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/php
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/php/tasks/main.yml", "content": "---\n\n\n- name: Installing PHP Dependencies\n apt: name={{item}} state=present\n with_items:\n - python-software-properties \n - software-properties-common\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install PHP 7.0\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
yanula20/laravelYoutubeProject
213c73ee7a5153cf83d44c0352fe4e21b79f068b
0
provisioning/roles/webmin
7,457
[ "no_license" ]
[ { "path": "provisioning/roles/webmin/tasks/main.yml", "content": "---\n\n\n- name: Downloading Webmin\n get_url:\n url: http://prdownloads.sourceforge.net/webadmin/webmin_1.860_all.deb\n dest: /usr/bin/\n mode: 0755\n#webmin is now in apt-cache\n\n\n- name: Installing current webmin\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
baboune/LearnAnsible
7f12d83fb6af738b7758364d98aed266747da330
0
playbooks/roles/mirror-repo
7,457
[ "permissive" ]
[ { "path": "playbooks/roles/mirror-repo/tasks/main.yml", "content": "---\n# tasks file for mirror-repo\n\n\n#echo \"Preparing centos repository directory structure.\"\n- name: prepare centos directories\n file: >\n path=\"{{ item }}\"\n state=directory\n with_items:\n - /var/www/public_html/\n - /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 973, "all_permissive": true }
ansible_role
baboune/LearnAnsible
7f12d83fb6af738b7758364d98aed266747da330
0
playbooks/roles/pxe-boot
7,457
[ "permissive" ]
[ { "path": "playbooks/roles/pxe-boot/vars/main.yml", "content": "---\n# vars file for pxe-boot\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 29 }, { "path": "playbooks/roles/pxe-boot/handlers/main.yml", "content": "---\n# handlers fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8588, "all_permissive": true }
ansible_role
buyurside/my_terraform_infra
43b6b128652f14dad0d4dc331f0d5dd5d0a947dd
0
ansible/roles/basic_utils
7,457
[ "no_license" ]
[ { "path": "ansible/roles/basic_utils/tasks/main.yml", "content": "---\n- name: Устананавливаю базовые утилиты\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items: \"{{ basic_software_list }}\"\n retries: 3\n\n- block:\n - name: Скачиваю сертификат дл...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1147, "all_permissive": false }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/ansible
7,457
[ "permissive" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- block:\n - name: Install base packages\n apt:\n name: software-properties-common\n\n - name: Add ansible repository\n apt_repository:\n repo: ppa:ansible/ansible\n\n - name: Update repositories\n apt:\n update_cache: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/base_packages
7,457
[ "permissive" ]
[ { "path": "roles/base_packages/tasks/main.yml", "content": "---\n- block:\n - include_tasks: ubuntu.yml\n when: ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\"\n\n - include_tasks: rhel.yml\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\"\n\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1326, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/docker
7,457
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- block:\n - include_tasks: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n\n - include_tasks: rhel.yml\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\"\n\n - name: Install docker-py for usage with ans...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2067, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/docker_compose
7,457
[ "permissive" ]
[ { "path": "roles/docker_compose/tasks/main.yml", "content": "---\n- block:\n - name: Download docker-compose\n get_url:\n url: https://github.com/docker/compose/releases/download/1.21.2/docker-compose-linux-x86_64\n dest: /usr/bin/docker-compose\n mode: 0755\n\n - name: Add bash completi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/docker_registry
7,457
[ "permissive" ]
[ { "path": "roles/docker_registry/tasks/main.yml", "content": "---\n- block:\n - name: Create directory for docker-compose services\n file:\n path: /opt/registry\n state: directory\n mode: 0755\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n\n - name: Create di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 912, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/docker_swarm
7,457
[ "permissive" ]
[ { "path": "roles/docker_swarm/tasks/main.yml", "content": "---\n- block:\n - include_tasks: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n\n - include_tasks: rhel.yml\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\"\n\n", "license_type": "permissive", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 668, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/java
7,457
[ "permissive" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- block:\n - name: Uncompress targz\n unarchive:\n src: \"{{ installers.base_url }}/{{ installers.packages.jdk8_ubuntu.tar }}\"\n dest: /opt\n mode: 0755\n remote_src: yes\n\n - name: Add JAVA_HOME to profile\n lineinfile:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/jenkins
7,457
[ "permissive" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- block:\n - name: Create jenkins home\n file:\n path: /var/lib/jenkins\n state: directory\n mode: 0755\n owner: tomcat\n group: tomcat\n\n - name: Download jenkins war file\n get_url:\n url: \"{{ installers.bas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/nginx
7,457
[ "permissive" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- block:\n - name: Install nginx web server\n apt:\n name: nginx\n state: present\n\n - name: Set autoindex settings for static file displays\n template:\n src: templates/static-index\n dest: /etc/nginx/sites-available/defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": true }
ansible_role
lozuwa/deployment-poc
3e7a362917e3b786e9b1e8f30e1e4bb1e12d7672
0
roles/tomcat
7,457
[ "permissive" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- block:\n - name: Add tomcat group\n group:\n name: tomcat\n\n - name: Add tomcat user\n user:\n name: tomcat\n group: tomcat\n home: /usr/share/tomcat\n createhome: no\n become: True\n become_method: sudo\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1392, "all_permissive": true }
ansible_role
AdamMyintMyat/Terrafrom-and-ansible-project
c6f0524351e05616cf217c7af1c7e6b8942f04b8
0
ansible/roles/backend
7,457
[ "no_license" ]
[ { "path": "ansible/roles/backend/vars/main.yml", "content": "---\n backend_service_file: etc/systemd/system/backend.service\n backend_username: backend\n backend_group: backend\n db_name: \"a03_db\"\n db_user: \"adam\"\n db_passwd: \"<PASSWORD>\"\n db_host: \"terraform-20240118224452786500000003.cff9...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3457, "all_permissive": false }
ansible_role
AdamMyintMyat/Terrafrom-and-ansible-project
c6f0524351e05616cf217c7af1c7e6b8942f04b8
0
ansible/roles/common
7,457
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n - name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n - name: Install necessary packages\n package:\n name: \n - bind9-dnsutils\n - tcpdum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
AdamMyintMyat/Terrafrom-and-ansible-project
c6f0524351e05616cf217c7af1c7e6b8942f04b8
0
ansible/roles/web
7,457
[ "no_license" ]
[ { "path": "ansible/roles/web/vars/main.yml", "content": "---\n backend_base_url : \"http://ec2-52-42-107-113.us-west-2.compute.amazonaws.com:5000\"\n web_root_directory: /etc/nginx/sites-available/\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1676, "all_permissive": false }
ansible_role
SkillsMetrix/boa-ansible-b2
34fa86d9ddcd85752aaf35a8143939c78815fa98
1
ansible-training/vault-app/roles/custom-role
7,457
[ "no_license" ]
[ { "path": "ansible-training/vault-app/roles/custom-role/tasks/main.yml", "content": "\n- name: readt the secret value\n debug:\n var: my_secret", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible-training/vault-app/roles/custom-role/vars/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 92, "all_permissive": false }
ansible_role
SkillsMetrix/boa-ansible-b2
34fa86d9ddcd85752aaf35a8143939c78815fa98
1
customtasks/roles/custom-role
7,457
[ "no_license" ]
[ { "path": "customtasks/roles/custom-role/tasks/packages.yml", "content": "# its taking the res of installng packages on hosts\n- name: install all the required packages\n apt:\n name:\n - nginx\n - git\n - curl\n state: latest\n update_cache: yes", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 224, "all_permissive": false }
ansible_role
SkillsMetrix/boa-ansible-b2
34fa86d9ddcd85752aaf35a8143939c78815fa98
1
customtasks/roles/install-apache
7,457
[ "no_license" ]
[ { "path": "customtasks/roles/install-apache/tasks/main.yml", "content": "- name: Install Apache Server\n apt:\n name: apache2\n state: absent\n when: install_apache_flag", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
SkillsMetrix/boa-ansible-b2
34fa86d9ddcd85752aaf35a8143939c78815fa98
1
vaultdemo/roles/custom-role
7,457
[ "no_license" ]
[ { "path": "vaultdemo/roles/custom-role/tasks/main.yml", "content": "- name: Show vault variable value\n debug:\n var: my_secret_new", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
Jasviers/homelab
9d7cc181e7ef3de4d762c622010a3c21fc1b59a9
0
ansible/roles/update-packages
7,457
[ "no_license" ]
[ { "path": "ansible/roles/update-packages/tasks/main.yml", "content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Upgrade all packages to the latest version\n apt:\n upgrade: dist\n autoclean: yes\n\n- name: Remove unused packages\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
PrymalInstynct/ansible_RHEL9_localrepo
8b49db0548cfa7deb8d245d877d0747d9783c9d7
0
roles/rhel9_localrepo
7,457
[ "no_license" ]
[ { "path": "roles/rhel9_localrepo/templates/rhel9_crb.repo.j2", "content": "[codeready-builder-for-rhel-9-x86_64-rpms]\nname=Red Hat CodeReady Linux Builder for RHEL 9 x86_64 (RPMs)\nbaseurl=http://{{ ansible_fqdn }}/rhel/9/CRB/codeready-builder-for-rhel-9-x86_64-rpms\nenabled=1\ngpgcheck=1\ngpgkey=http://{{...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 7153, "all_permissive": false }
ansible_role
johnson-li/Artemis
391e689432ad5664a4324b2a19430290ea81af83
3
ansible/roles/common
7,457
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: install python\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python)\n register: python\n become: true\n\n- name: install packages\n apt: \n name: zsh,git,tcpdump,iperf,nload,tmux\n update_cache: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1200, "all_permissive": false }
ansible_role
johnson-li/Artemis
391e689432ad5664a4324b2a19430290ea81af83
3
ansible/roles/router
7,457
[ "no_license" ]
[ { "path": "ansible/roles/router/tasks/main.yml", "content": "---\n- name: install packages\n apt:\n name: python-pip,make,gcc\n update_cache: yes\n register: installation\n become: true\n\n- name: install python six\n pip:\n name: six\n when: installation\n\n- name: download OVS\n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": false }
ansible_role
johnson-li/Artemis
391e689432ad5664a4324b2a19430290ea81af83
3
ansible/roles/server
7,457
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "---\n- name: install packages\n apt:\n name: libgconf2-dev,libnss3-dev\n update_cache: yes\n register: installation\n become: true\n\n- name: Create chromium directory\n file: path=~/{{item}} state=directory\n with_items: ['Workspace/ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
steakunderscore/self-ansible
fdfcc4a6fe4c47d84048533388fdb88ab4ef7b63
0
roles/common
7,457
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install packages listed in `common_packages`\n become: true\n apt:\n state: present\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items: \"{{ common_packages }}\"\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 232, "all_permissive": false }
ansible_role
steakunderscore/self-ansible
fdfcc4a6fe4c47d84048533388fdb88ab4ef7b63
0
roles/i3
7,457
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Install packages required by i3\n become: true\n apt:\n state: present\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items: \"{{ i3_packages }}\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
bodsch/ansible-collection-php
08a69e777263ea50f56ce15f5c3a1a6197c89b17
0
roles/composer
7,457
[ "permissive" ]
[ { "path": "roles/composer/templates/etc/profile.d/composer-project.sh.j2", "content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n# {{ ansible_managed }}\n\nexport PATH={{ composer_project.path }}:$PATH\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "siz...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3120, "all_permissive": true }
ansible_role
bodsch/ansible-collection-php
08a69e777263ea50f56ce15f5c3a1a6197c89b17
0
roles/ini
7,457
[ "permissive" ]
[ { "path": "roles/ini/.github/workflows/linter.yml", "content": "---\n\nname: code linter\n\non:\n workflow_dispatch:\n pull_request:\n push:\n branches:\n - main\n - testing\n\njobs:\n lint:\n name: linting\n runs-on: ubuntu-latest\n steps:\n - name: 🛎 Checkout\n uses:...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 7006, "all_permissive": true }
ansible_role
bodsch/ansible-collection-php
08a69e777263ea50f56ce15f5c3a1a6197c89b17
0
roles/pecl
7,457
[ "permissive" ]
[ { "path": "roles/pecl/vars/archlinux.yml", "content": "---\n\nphp_pecl_defaults_build_dependecies: []\n #- php-dev\n #- php-pear\n\nphp_conf_paths:\n - /etc/php\n\nphp_extension_conf_paths:\n - /etc/php/conf.d\n\nphp_pecl_conf_path: /etc/php\n\nphp_modules_conf_paths: /etc/php/mods-available\n\n...\n", ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 19147, "all_permissive": true }
ansible_role
bodsch/ansible-collection-php
08a69e777263ea50f56ce15f5c3a1a6197c89b17
0
roles/php
7,457
[ "permissive" ]
[ { "path": "roles/php/notes.md", "content": "\ndestination: /etc/php/8.2/mods-available/opcache.ini\ndebian link to : /etc/php/8.2/fpm/conf.d/10-opcache.ini\n\n\n# before\n\n## run 1\n\nDonnerstag 05 Januar 2023 08:13:57 +0100 (0:00:01.274) 0:01:43.936 *****\n======================================...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 14067, "all_permissive": true }
ansible_role
tadamhicks/morpheus-ansible-ha-2
2ffcc712aa630e62016279e6875f3c0374f0e251
2
roles/elasticsearch
7,457
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/elasticsearch_install_centos.yml", "content": "---\n\n- name: Install Elasticsearch\n yum:\n name: \"{{ centos_elasticsearch_package }}\"\n state: present\n\n- name: Ensuring the Elasticsearch Service is running\n systemd:\n name: elasticsearch\n state:...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1628, "all_permissive": false }
ansible_role
tadamhicks/morpheus-ansible-ha-2
2ffcc712aa630e62016279e6875f3c0374f0e251
2
roles/morpheus
7,457
[ "no_license" ]
[ { "path": "roles/morpheus/templates/morph.config.j2", "content": "appliance_url '{{ appliance_url }}'\nmysql['enable'] = false\nmysql['host'] = { {% for minion in groups['db'] %}\n'{{ hostvars[minion]['ansible_all_ipv4_addresses'][0] }}' => 3306{% if not loop.last %},{% endif %}\n{% endfor %} }\nmysql['morp...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1808, "all_permissive": false }
ansible_role
tadamhicks/morpheus-ansible-ha-2
2ffcc712aa630e62016279e6875f3c0374f0e251
2
roles/percona
7,457
[ "no_license" ]
[ { "path": "roles/percona/tasks/percona_config_centos.yml", "content": "---\n- name: Percona Config for clustering\n blockinfile:\n dest: /etc/my.cnf\n block: \"{{ lookup('template', 'percona.config.j2') }}\"\n marker: \"# {mark} ANSIBLE MANAGED BLOCK\"", "license_type": "no_license", ...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 7447, "all_permissive": false }
ansible_role
tadamhicks/morpheus-ansible-ha-2
2ffcc712aa630e62016279e6875f3c0374f0e251
2
roles/rabbitmq
7,457
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/rabbitmq_ubuntu.yml", "content": "---\n\n# Rabbitmq Pre-Req erlang needs to be instaled. \n- name: Add Erlang Solutions repository\n apt_repository:\n repo: '{{ erlang_repo_ubun_16_04 }}'\n state: present\n\n- name: Update cache\n apt:\n update_cache: yes\n\n- nam...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11222, "all_permissive": false }
ansible_role
tadamhicks/morpheus-ansible-ha-2
2ffcc712aa630e62016279e6875f3c0374f0e251
2
roles/support
7,457
[ "no_license" ]
[ { "path": "roles/support/tasks/os_level.yml", "content": "---\n# Ubuntu: Universal on ANY\n- name: Ubuntu OS Verification\n block: \n - name: Checking OS Distribution\n assert: \n that: \n - \"'Ubuntu' == ansible_distribution\"\n ignore_errors: yes\n - name: Checking OS Vers...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2071, "all_permissive": false }
ansible_role
tadamhicks/morpheus-ansible-ha-2
2ffcc712aa630e62016279e6875f3c0374f0e251
2
roles/verify
7,457
[ "no_license" ]
[ { "path": "roles/verify/tasks/verify.yml", "content": "---\n\n# Check elastic search is up and running. \n\n# curl - each node verify it gets jason response. \n- name: Check if Elastic Search cluster is showing green. \n uri:\n url: http://{{ groups['elastic'][0] }}:9200/_cluster/health\n return_co...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1166, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/acls
7,457
[ "no_license" ]
[ { "path": "roles/acls/defaults/main.yml", "content": "---\n# defaults file for roles/acls\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/acls/vars/main.yml", "content": "---\n# vars file for roles/acls\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1983, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/backup_config
7,457
[ "no_license" ]
[ { "path": "roles/backup_config/tasks/main.yml", "content": "---\n# tasks file for backup_config\n\n- name: Collect ios_facts\n cisco.ios.ios_facts:\n gather_subset:\n - min\n register: facts\n tags: hwinfo\n\n- name: Backup IOS configuration\n cisco.ios.ios_config:\n backup: true\n backup_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/iosxr_interfaces
7,457
[ "no_license" ]
[ { "path": "roles/iosxr_interfaces/vars/main.yml", "content": "---\n# vars file for iosxr_interfaces\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/iosxr_interfaces/defaults/main.yml", "content": "---\n# defaults file for iosxr_interfac...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 869, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/motd_banner
7,457
[ "no_license" ]
[ { "path": "roles/motd_banner/tasks/main.yml", "content": "---\n# tasks file for motd_banner\n- name: Configure IOS banner\n cisco.ios.ios_banner:\n banner: motd\n text: |\n ***********SWT LAB***********************\n Attention - This is my secure network device\n Authorized ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/ospf
7,457
[ "no_license" ]
[ { "path": "roles/ospf/tasks/main.yml", "content": "---\n# tasks file for roles/ospf\n - name: Configure ospfv2 IPv4\n cisco.ios.ios_ospfv2:\n config:\n processes:\n - process_id: \"{{ ospf.process_id }}\"\n router_id: \"{{ ospf.router_id }}\"\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/save_config
7,457
[ "no_license" ]
[ { "path": "roles/save_config/tasks/main.yml", "content": "---\n# tasks file for roles/save_config\n- name: IOS >> Save Configuration to NVRAM\n cisco.ios.ios_config:\n save_when: always\n register: output\n when: ansible_net_system == \"ios\"\n\n# - name: DEBUG >> output\n# ansible.builtin.debug:\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
swietlas/Ansible_IOSXR_ACL_SNMP_Syslog
cdcc0b8a61e5495eef883a4bcfecf2cf3f708ab6
0
roles/syslog
7,457
[ "no_license" ]
[ { "path": "roles/syslog/defaults/main.yml", "content": "---\n# defaults file for roles/syslog\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/syslog/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": 5, "total_bytes": 548, "all_permissive": false }
ansible_role
oxblixxx/nginx-deployment
1ac6db23256e9d44ab1b20209f8e75fedd53d6e8
0
roles/nginx
7,451
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: install nginx\n apt: \n name: \"{{ nginx_package_name }}\"\n state: latest\n enabled: yes\n\n- name: start nginx if not started\n service:\n name: \"{{ nginx_package_name }}\"\n state: started\n \n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
karimfadl/Wordpress-Ansbile
8f2e0c07b0eb993486a4e6b436a0649663040890
0
roles/common
7,451
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Copy the NGINX repository definition\n copy: src=../files/nginx.repo dest=/etc/yum.repos.d/\n\n- name: Copy the EPEL repository definition\n copy: src=../files/epel.repo dest=/etc/yum.repos.d/\n\n- name: Copy the REMI repository definition\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
karimfadl/Wordpress-Ansbile
8f2e0c07b0eb993486a4e6b436a0649663040890
0
roles/newrelic
7,451
[ "no_license" ]
[ { "path": "roles/newrelic/templates/newrelic-infra.yml", "content": "license_key: {{ License_Key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/newrelic/tasks/main.yml", "content": "---\n# Install New Relic APM for Redhat Linux Dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 910, "all_permissive": false }
ansible_role
karimfadl/Wordpress-Ansbile
8f2e0c07b0eb993486a4e6b436a0649663040890
0
roles/nginx
7,451
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Copy nginx configuration for wordpress\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n\n- name: nginx service state\n service: name=nginx s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
karimfadl/Wordpress-Ansbile
8f2e0c07b0eb993486a4e6b436a0649663040890
0
roles/secure_db
7,451
[ "no_license" ]
[ { "path": "roles/secure_db/tasks/main.yml", "content": "--- # Secure The Database Server.\n\n- name: Remove anonymous users\n command: 'mysql -ne \"{{ item }}\"'\n with_items:\n - DELETE FROM mysql.user WHERE User=''\n changed_when: False\n\n- name: Disallow root login remotely\n command: 'mysql -ne ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
karimfadl/Wordpress-Ansbile
8f2e0c07b0eb993486a4e6b436a0649663040890
0
roles/wordpress
7,451
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/home/{{ sys_user }}/pub_html/wordpress-{{ wp_version }}.tar.gz\n\n- name: Extract archive\n command: chdir=/home/{{ sys_user }}/pub_html/ /bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
julietteO/infra101-ansible
fb0125a4588b61f5e2d81cda2e723cbad8e11425
0
roles/appserver
7,451
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n - name: Create node_exporter user\n user:\n name: node_exporter\n shell: /bin/false\n system: yes\n create_home: no\n\n - name: Download node exporter\n get_url:\n url: https://github.com/prometheus/node_exporter/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
julietteO/infra101-ansible
fb0125a4588b61f5e2d81cda2e723cbad8e11425
0
roles/grafanaserver
7,451
[ "no_license" ]
[ { "path": "roles/grafanaserver/tasks/main.yml", "content": "---\n- name: Install gpg\n apt:\n name: gnupg,software-properties-common\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Add gpg hey\n apt_key:\n url: \"https://packages.grafana.com/gpg.key\"\n validate_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1268, "all_permissive": false }
ansible_role
julietteO/infra101-ansible
fb0125a4588b61f5e2d81cda2e723cbad8e11425
0
roles/prometheusserver
7,451
[ "no_license" ]
[ { "path": "roles/prometheusserver/tasks/main.yml", "content": "---\n- name: Install prometheus\n apt:\n name: prometheus\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n- name: Set prometheus configuration file\n template:\n src: prometheus.yml.j2\n dest: \"{{ prometheus_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1415, "all_permissive": false }
ansible_role
keilevv/autoexpress-infrastructure
ad75555f8c91cb2f3f9cee8c0456460755ef84d7
0
ansible/roles/backend
7,451
[ "no_license" ]
[ { "path": "ansible/roles/backend/templates/docker-compose.yml.j2", "content": "version: '3.8'\nservices:\n backend:\n build: .\n container_name: backend\n restart: always\n environment:\n - NODE_ENV=production\n - PORT=5000\n - MONGODB_URI=mongodb://admin:admin123@{{ mongodb_priv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3508, "all_permissive": false }
ansible_role
keilevv/autoexpress-infrastructure
ad75555f8c91cb2f3f9cee8c0456460755ef84d7
0
ansible/roles/common
7,451
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Kill any stuck package manager processes\n command: pkill -9 -f 'apt|dpkg|apt-get|apt-cache|unattended-upgrade'\n register: kill_result\n ignore_errors: yes\n changed_when: false\n async: 30\n poll: 0\n\n- name: Remove package m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6494, "all_permissive": false }