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
evertonaulian/full-rke-infra-deployment-aws
900f92916cdb40245e27705d6d03bd8bcdfbdd5b
0
roles/workers
6,776
[ "no_license" ]
[ { "path": "roles/workers/tasks/main.yml", "content": "---\n- name: Creating Workers\n ec2_instance:\n filters: \n tag:Name: \"{{ item.server }} - {{ item.description }}\"\n region: \"{{region}}\"\n key_name: \"{{key}}\"\n instance_type: \"{{ node_instance_flavor }}\"\n image_id: \"{{ ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1717, "all_permissive": false }
ansible_role
seansackowitz/cisco-things
55d3d2e3078c28105fdb46815d2a376b089b878e
1
roles/cisco_acl
6,776
[ "no_license" ]
[ { "path": "roles/cisco_acl/templates/acl.j2", "content": "ip access-list extended MYLIST<-AL\nremark --- ICMP RESPONSE ---\npermit icmp 10.0.0.0 0.255.255.255 any echo-reply\nremark --- DHCP ---\npermit udp any host 255.255.255.255 eq bootps\npermit tcp 10.0.0.0 0.255.255.255 host 10.0.0.1 established\n\nde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1066, "all_permissive": false }
ansible_role
seansackowitz/cisco-things
55d3d2e3078c28105fdb46815d2a376b089b878e
1
roles/netflow_cache
6,776
[ "no_license" ]
[ { "path": "roles/netflow_cache/tasks/nxos.yml", "content": "- name: Gather facts\n cisco.nxos.nxos_facts:\n gather_subset: all\n\n- name: Check current cache size\n cisco.nxos.nxos_command:\n commands: show flow monitor {{ interface_monitor_name }} statistics | in Cache size\n register: flow_cache_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2239, "all_permissive": false }
ansible_role
i-tyutyunov/momo-store
63796f4978024acac03dd7cafaf09f412b2ef3d6
0
infrastructure/ansible/roles/backend
6,776
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/backend/vars/main.yml", "content": "backend_image_tag: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "infrastructure/ansible/roles/backend/tasks/main.yml", "content": "---\n\n- name: Update web im...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
i-tyutyunov/momo-store
63796f4978024acac03dd7cafaf09f412b2ef3d6
0
infrastructure/ansible/roles/common
6,776
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/tasks/main.yml", "content": "- name: Create cron job for certbot renewal\n become: true\n ansible.builtin.cron:\n name: \"Certbot renewal\"\n job: \"0 0 * * 0 /usr/bin/certbot renew\"\n\n- name: Ensure group \"docker\" exists\n ansible.builtin.group:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1254, "all_permissive": false }
ansible_role
i-tyutyunov/momo-store
63796f4978024acac03dd7cafaf09f412b2ef3d6
0
infrastructure/ansible/roles/dependencies
6,776
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/dependencies/tasks/main.yml", "content": "- name: Add Docker's official GPG key\n become: true\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker's official apt repository\n become: true\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
i-tyutyunov/momo-store
63796f4978024acac03dd7cafaf09f412b2ef3d6
0
infrastructure/ansible/roles/frontend
6,776
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/frontend/vars/main.yml", "content": "frontend_image_tag: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "infrastructure/ansible/roles/frontend/templates/nginx-frontend.conf.j2", "content": "server ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2187, "all_permissive": false }
ansible_role
kokakerze/Django1
1c65a3015e3e928bf21e187d228b907d17e88c2f
2
roles/nginx_config_deploy
6,776
[ "no_license" ]
[ { "path": "roles/nginx_config_deploy/templates/default.j2", "content": "upstream django {\n\tserver {{ back_server_adress }}:{{ back_server_port }};\n}\nserver {\n\tlisten 80;\n\tlisten [::]:80;\n\tserver_name _;\n\n\tlocation = /favicon.ico { access_log off; log_not_found off; }\n\n\tlocation /static/ {\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 734, "all_permissive": false }
ansible_role
snownguyen1011/CD_ANSIBLE
8bd57c54bb5f43d677f5c5e3b7492f832e69a78c
0
project/roles/instance
6,776
[ "no_license" ]
[ { "path": "project/roles/instance/tasks/main.yml", "content": "---\n- name: Launching an EC2 Instance\n local_action: ec2\n instance_type=t2.micro\n image=ami-55ef662f\n region=us-east-1\n keypair=raviansible\n count=1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/addons
6,776
[ "no_license" ]
[ { "path": "roles/addons/templates/coredns.yml.j2", "content": "---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: coredns\n namespace: kube-system\n labels:\n kubernetes.io/cluster-service: \"true\"\n addonmanager.kubernetes.io/mode: Reconcile\n---\napiVersion: rbac.authorization.k8s....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 15300, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/common
6,776
[ "no_license" ]
[ { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n{% for host in groups['k8s'] %}\n{{ hostvars[host].inventory_hostname }} {{ hostvars[host]....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5161, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/containerd
6,776
[ "no_license" ]
[ { "path": "roles/containerd/templates/hosts.toml.j2", "content": "server = \"https://docker.io\"\n{% for repo in DOCKER_REPO %}\n[host.\"https://{{ repo }}\"]\n capabilities = [\"pull\", \"resolve\"]\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1794, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/etcd
6,776
[ "no_license" ]
[ { "path": "roles/etcd/templates/config-etcd.yml.j2", "content": "{% set local_ip = inventory_hostname %}\nname: \"{{ etcd_name }}\"\ndata-dir: \"{{ etcd_data_dir }}\"\nwal-dir: \"{{ etcd_data_dir }}/wal\"\nsnapshot-count: 5000\nheartbeat-interval: 100\nelection-timeout: 1000\nquota-backend-bytes: 0\nlisten-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3996, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/ha
6,776
[ "no_license" ]
[ { "path": "roles/ha/meta/main.yml", "content": "dependencies:\n - role: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/ha/templates/nginx.conf.j2", "content": "load_module {{ install_dir }}{{nginx_ver}}/modules/ngx_stream_module...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2801, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/master
6,776
[ "no_license" ]
[ { "path": "roles/master/templates/config.j2", "content": "{% set local_ip = inventory_hostname + ':' + '6443' %}\napiVersion: v1\nclusters:\n- cluster:\n certificate-authority: {{ k8s_work_dir }}/ssl/ca.pem\n server: https://{{ local_ip }}\n name: kubernetes\ncontexts:\n- context:\n cluster: kuber...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7814, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/nginx
6,776
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.service.j2", "content": "[Unit]\nDescription=nginx service\nAfter=network.target \n \n[Service] \nType=forking \nPIDFile={{ install_dir }}/{{ nginx_ver }}/logs/nginx.pid\nExecStart={{ sbin_path }}\nExecReload={{ sbin_path }} -s reload\nExecStop={{ sbin_path }} -s sto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5657, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/node
6,776
[ "no_license" ]
[ { "path": "roles/node/templates/bootstrap.kubeconfig.j2", "content": "{#如果只有一个Master则说明是单Master架构#}\n{% if groups['master'] | length == 1 %}\n {% set apiserver = groups['master'][0] + ':' + '6443' %}\n{% elif groups['master'] | length > 1 %}\n {% set apiserver = vip + ':' + listen %}\n{% endif %}\n\na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5953, "all_permissive": false }
ansible_role
5279314/ansible-k8s
cabca9e94275806a173b64c5bfded3ff7fe9c763
9
roles/tls
6,776
[ "no_license" ]
[ { "path": "roles/tls/files/generate_etcd_cert.sh", "content": "cfssl gencert -initca ca-csr.json | cfssljson -bare ca -\ncfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -profile=www server-csr.json | cfssljson -bare server\n\n# 拷贝到使用证书的roles下\nroot_dir=$(pwd |sed 's#ssl/etcd##')\napiserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2253, "all_permissive": false }
ansible_role
manderson-it/ansible-win-ad
423353b4923b187cd2c2e54d49f7c01d4e69b424
1
roles/win_ad_install
6,776
[ "no_license" ]
[ { "path": "roles/win_ad_install/tasks/main.yml", "content": "---\n- name: Sanity Check\n assert:\n that:\n - win_ad_install_ad_domain_name is defined\n - win_ad_install_ad_domain_name | length >= 4\n - win_ad_install_ad_netbios_name is defined\n - win_ad_install_ad_domain_name | length >= 3\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1928, "all_permissive": false }
ansible_role
manderson-it/ansible-win-ad
423353b4923b187cd2c2e54d49f7c01d4e69b424
1
roles/win_ad_user
6,776
[ "no_license" ]
[ { "path": "roles/win_ad_user/defaults/main.yml", "content": "---\npassword_for_all: \"\" # will be used for all users below\nuser_info:\n groups:\n - group_name: dev\n group_scope: domainlocal\n - group_name: qa\n group_scope: domainlocal\n users:\n - user_name: james\n firstname: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1656, "all_permissive": false }
ansible_role
manderson-it/ansible-win-ad
423353b4923b187cd2c2e54d49f7c01d4e69b424
1
roles/win_service_config
6,776
[ "no_license" ]
[ { "path": "roles/win_service_config/tasks/main.yml", "content": "---\n- name: Sanity checks\n assert:\n that:\n - package_name is defined\n - parameters is defined\n - service_name is defined\n - local_port is defined\n - protocol_name is defined\n fail_msg: \"One or more variables are...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
mcsrainbow/ansible-playbook-zabbix3.0-centos6
925455fd0e7cfee0371ff4fd255b307223239ac4
1
roles/common
6,776
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: restart sshd\n service: name=sshd state=restarted\n tags:\n - common\n - common-etc\n - common-etc-sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/common/tasks/...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5006, "all_permissive": false }
ansible_role
mcsrainbow/ansible-playbook-zabbix3.0-centos6
925455fd0e7cfee0371ff4fd255b307223239ac4
1
roles/percona-server
6,776
[ "no_license" ]
[ { "path": "roles/percona-server/tasks/main.yml", "content": "---\n- name: install Percona server packages\n yum: name={{ item }} state=present\n with_items:\n - Percona-Server-shared-56\n - Percona-Server-client-56\n - Percona-Server-server-56\n - percona-xtrabackup\n - qpress\n tags:\n - percona-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1650, "all_permissive": false }
ansible_role
mcsrainbow/ansible-playbook-zabbix3.0-centos6
925455fd0e7cfee0371ff4fd255b307223239ac4
1
roles/zabbix-agent
6,776
[ "no_license" ]
[ { "path": "roles/zabbix-agent/handlers/main.yml", "content": "- name: reload zabbix-agent\n service: name=zabbix-agent state=reloaded\n tags:\n - zabbix\n - zabbix-agent\n\n- name: restart zabbix-agent\n service: name=zabbix-agent state=restarted\n tags:\n - zabbix\n - zabbix-agent\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 13784, "all_permissive": false }
ansible_role
mcsrainbow/ansible-playbook-zabbix3.0-centos6
925455fd0e7cfee0371ff4fd255b307223239ac4
1
roles/zabbix-grafana
6,776
[ "no_license" ]
[ { "path": "roles/zabbix-grafana/handlers/main.yml", "content": "- name: reload grafana-server\n service: name=grafana-server state=reloaded\n tags:\n - zabbix-grafana\n\n- name: restart grafana-server\n service: name=grafana-server state=restarted\n tags:\n - zabbix-grafana\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1659, "all_permissive": false }
ansible_role
mcsrainbow/ansible-playbook-zabbix3.0-centos6
925455fd0e7cfee0371ff4fd255b307223239ac4
1
roles/zabbix-server
6,776
[ "no_license" ]
[ { "path": "roles/zabbix-server/tasks/main.yml", "content": "---\n- name: install required php5.6 and new libcurl packages\n yum: name={{ item }} state=latest\n with_items:\n - php56w\n - php56w-gd\n - php56w-mysql\n - php56w-bcmath\n - php56w-mbstring\n - php56w-xml\n - php56w-ldap\n - curl\n - c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6348, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.env
6,776
[ "no_license" ]
[ { "path": "roles/linux.env/tasks/main.yml", "content": "- name: get keymap\n command: localectl\n register: locale\n changed_when: False\n- name: set keymap\n command: localectl set-keymap ch-de_mac\n when: \"'ch-de_mac' not in locale.stdout\"\n- name: set http_proxy environment variables\n lineinfile...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2413, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.graphical
6,776
[ "no_license" ]
[ { "path": "roles/linux.graphical/vars/main.yml", "content": "---\npackage_list:\n - '@^Server with GUI'\n# - 'gnome-classic-session'\n# - 'gnome-terminal'\n# - 'nautilus-open-terminal'\n# - 'control-center'\n# - 'liberation-mono-fonts'\n - 'perl-XML-Twig'\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3358, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.jdeveloper
6,776
[ "no_license" ]
[ { "path": "roles/linux.jdeveloper/tasks/main.yml", "content": "#- name: prepare filesystem\n# file:\n# path: '/soa/tools/eclipse'\n# owner: '{{ installation_os_user }}'\n# group: '{{ installation_os_group }}'\n# state: directory\n\n## because archive does not honor existing extracted files\n- s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2531, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.odi
6,776
[ "no_license" ]
[ { "path": "roles/linux.odi/defaults/main.yml", "content": "oracle_os_user: oracle\noracle_os_group: oracle\n\n\noracle_fs_base: '/opt/oracle'\noracle_download_dir: '{{ oracle_fs_base }}/download'\nodi_install_dir: '{{ oracle_fs_base }}/middleware'\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2169, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.oracle-db
6,776
[ "no_license" ]
[ { "path": "roles/linux.oracle-db/vars/main.yml", "content": "---\noracle_src_location: '/media/sf_DPF_Upgrade/12.2.1/'\n\noracle_archive: 'linuxx64_12201_database.zip'\n\npackage_list:\n - 'oracle-database-server-12cR2-preinstall'\n# - 'compat_libcap1' # patch tool\n# - 'ksh' # helsna root CA\n# - 'liba...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6678, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.springtoolsuite
6,776
[ "no_license" ]
[ { "path": "roles/linux.springtoolsuite/defaults/main.yml", "content": "springtools_version: '3.9.1.RELEASE'\nspringtools_archive: 'spring-tool-suite-{{ springtools_version }}-e4.7.1a-linux-gtk-x86_64.tar.gz'\nspringtools_install_dir: '/soa/tools/eclipse/'\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1063, "all_permissive": false }
ansible_role
Bassinator/odiDevEnv
89563281a905fa7d2098addec442fbdaa3c5afde
0
roles/linux.sqldeveloper
6,776
[ "no_license" ]
[ { "path": "roles/linux.sqldeveloper/meta/main.yml", "content": "dependencies:\n - { role: linux.graphical }\n - { role: helsana.java }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/linux.sqldeveloper/tasks/main.yml", "content": "- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1011, "all_permissive": false }
ansible_role
roniepaolo/real-time-generative-ai
14c266edf1f4bcf3c20515f4f65d996bfd059314
0
ansible/roles/deploy-kafka
6,776
[ "no_license" ]
[ { "path": "ansible/roles/deploy-kafka/tasks/main.yml", "content": "- name: Create a directory if it does not exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: 1001\n group: 1001\n mode: \"777\"\n loop:\n - \"{{ app_dir }}\"\n - \"{{ storage_dir }}\"\n - \"{{ kafka_da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
roniepaolo/real-time-generative-ai
14c266edf1f4bcf3c20515f4f65d996bfd059314
0
ansible/roles/deploy-sr
6,776
[ "no_license" ]
[ { "path": "ansible/roles/deploy-sr/tasks/main.yml", "content": "- name: Create a directory if it does not exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: 1001\n group: 1001\n loop:\n - \"{{ app_dir }}\"\n - \"{{ storage_dir }}\"\n - \"{{ log_dir }}\"\n\n- name: Push S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
fex01/ansible-gitserver
8b1d2dc7f685ca14622db765f0f203c29c7ca556
4
roles/gitserver-config
6,836
[ "no_license" ]
[ { "path": "roles/gitserver-config/templates/no-interactive-login.j2", "content": "# {{ ansible_managed }}\n#!/bin/sh\nprintf '%s\\n' \"Hi $USER! You've successfully authenticated, but you are not\"\nprintf '%s\\n' \"provided with interactive shell access.\"\nexit 128\nEOF", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8299, "all_permissive": false }
ansible_role
fex01/ansible-gitserver
8b1d2dc7f685ca14622db765f0f203c29c7ca556
4
roles/provision-root
6,836
[ "no_license" ]
[ { "path": "roles/provision-root/tasks/main.yml", "content": "---\n# tasks file for provision-root\n\n- name: fail if root_key is undefined\n fail:\n msg: Variable root_key is undefined!\n when: root_key is undefined\n\n- name: provision root with ssh key\n authorized_key:\n user: root\n key: '{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3078, "all_permissive": false }
ansible_role
fex01/ansible-gitserver
8b1d2dc7f685ca14622db765f0f203c29c7ca556
4
roles/rename-host
6,836
[ "no_license" ]
[ { "path": "roles/rename-host/README.md", "content": "rename-host\n=========\n\nThis role will change the hostname of a Raspbian installation.\n\n### It will:\n * change the hostname to *host_name*\n * update `/etc/hosts`\n * reboot the host if *host_reboot* is set to *true*\n\n\nRequirements\n-----------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1480, "all_permissive": false }
ansible_role
fex01/ansible-gitserver
8b1d2dc7f685ca14622db765f0f203c29c7ca556
4
roles/rename-user
6,836
[ "no_license" ]
[ { "path": "roles/rename-user/defaults/main.yml", "content": "---\n# defaults file for rename-user\n\n# Name that should be changed\nuser_name_old: pi\n# Username of your choice\nuser_name_new: link\n# Password for your user - if you leave this empty the password will not be changed\nuser_password_hash:\n# I...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6029, "all_permissive": false }
ansible_role
fex01/ansible-gitserver
8b1d2dc7f685ca14622db765f0f203c29c7ca556
4
roles/set-connection-parameters
6,836
[ "no_license" ]
[ { "path": "roles/set-connection-parameters/tasks/main.yml", "content": "---\n# tasks file for set-connection-parameters\n\n# From localhost, check if we're able to reach {{ inventory_hostname }} on\n# port 22\n- name: Check if we're using the default SSH port\n become: false\n wait_for:\n port: \"22\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5754, "all_permissive": false }
ansible_role
fex01/ansible-gitserver
8b1d2dc7f685ca14622db765f0f203c29c7ca556
4
roles/ssh-server-config
6,836
[ "no_license" ]
[ { "path": "roles/ssh-server-config/defaults/main.yml", "content": "---\n# defaults file for ssh-server-config\n\n# grant SSH access only for\nssh_users: \n - pi\n# path to SSH server config file\nssh_sshd_config: \"/etc/ssh/sshd_config\"\n# Change to a port of your choice\nssh_port: 22\n# String to present...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 8106, "all_permissive": false }
ansible_role
envelabs/enve-labs-ansible-training
47c1ec314bf3a2c95064f66e1b56787c49b09477
0
roles/apache2
6,836
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n- name: algo para apache httpd (state=present is optional)\n apt:\n name: apache2\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
envelabs/enve-labs-ansible-training
47c1ec314bf3a2c95064f66e1b56787c49b09477
0
roles/common
6,836
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: ensure ntpd is at the latest version\n apt: pkg=ntp state=latest\n\n- name: ensure that ntpd is running\n service:\n name: ntp\n state: started\n\n- name: ensure curl is at the latest version\n apt:\n pk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
envelabs/enve-labs-ansible-training
47c1ec314bf3a2c95064f66e1b56787c49b09477
0
roles/mongodb
6,836
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n# tasks file for mongodb\n- name: algo para mongodb \n apt:\n name: mongodb\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
envelabs/enve-labs-ansible-training
47c1ec314bf3a2c95064f66e1b56787c49b09477
0
roles/mysql
6,836
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: install mysql server\n apt:\n name: mysql-server\n state: latest\n\n- name: copy mysql conf server file\n copy:\n src: mysqld.cnf\n dest: /etc/mysql/mysql.conf.d/mysqld.cnf\n \n\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
envelabs/enve-labs-ansible-training
47c1ec314bf3a2c95064f66e1b56787c49b09477
0
roles/postgres
6,836
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n- name: instalando postgres\n apt:\n name: postgresql\n state: present\n\n- name: copy hba conf file\n copy:\n src: pg_hba.conf\n dest: /etc/postgresql/10/main\n owner: postgres\n group: postgres\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
envelabs/enve-labs-ansible-training
47c1ec314bf3a2c95064f66e1b56787c49b09477
0
roles/test
6,836
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n- name: probamos un script en la target\n shell: echo \"hola desde ansible en\" `hostname`\n args:\n executable: /bin/bash\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
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/7to8upgrade
6,836
[ "no_license" ]
[ { "path": "roles/7to8upgrade/tasks/main.yml", "content": "---\n- name: Fail if pve7to8 is missing\n fail:\n msg: /usr/bin/pve7to8 is not present\n when: pve7to8 is not defined\n\n- name: Update kexec to switch back to 5.x kernel if on 6.1\n include_role:\n name: kexec\n vars:\n forcekernelvers:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/apt-sources
6,836
[ "no_license" ]
[ { "path": "roles/apt-sources/handlers/main.yml", "content": "---\n- name: apt-update\n apt:\n update_cache: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/apt-sources/tasks/main.yml", "content": "---\n- name: Force apt to on...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/dpkg-python3
6,836
[ "no_license" ]
[ { "path": "roles/dpkg-python3/tasks/main.yml", "content": "---\n- name: Make sure python-is-python3 is installed\n raw: \"dpkg -s python-is-python3\"\n register: python3\n failed_when: false\n changed_when: false\n tags:\n - python3\n - packages\n\n- name: Purge needrestart if it's hanging around...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 712, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/filehandles
6,836
[ "no_license" ]
[ { "path": "roles/filehandles/tasks/main.yml", "content": "---\n- name: Put sysctl fd limits in place\n copy: src=91-filehandles.conf dest=/etc/sysctl.d\n notify: sysctl-reload\n tags:\n - fh\n\n- meta: flush_handlers\n tags:\n - fh\n\n- name: Replace limits.conf\n copy: src=20-nproc.conf dest=/et...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/fixbash
6,836
[ "no_license" ]
[ { "path": "roles/fixbash/tasks/main.yml", "content": "---\n- name: Fix default editor\n alternatives:\n name: editor\n path: /usr/bin/vim.basic\n tags:\n - editor\n\n- name: Turn off paste blocking in bash\n lineinfile:\n path: /etc/bash.bashrc\n line: bind 'set enable-bracketed-paste off'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/kexec
6,836
[ "no_license" ]
[ { "path": "roles/kexec/handlers/main.yml", "content": "---\n- name: systemctl-reload\n command: systemctl daemon-reload\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/kexec/tasks/main.yml", "content": "---\n- name: Install kexec pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1888, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/motd
6,836
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "---\n- name: Make sure ipmitool is installed\n package:\n name:\n - ipmitool\n tags:\n - ipmi\n - motd\n\n- name: Get IPMI Address\n shell:\n cmd: ipmitool lan print | awk '/^IP Address / { print $4 }'\n register: ipmi\n changed_when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/proxmox-base
6,836
[ "no_license" ]
[ { "path": "roles/proxmox-base/files/sshconfig", "content": "# This file was created by ansible. It will not be updated\n# if modified. However, if it is deleted, it will be replaced\n# with a default of \"Host *, ForwardAgent yes\"\n\nHost *\n ForwardAgent yes\n\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6819, "all_permissive": false }
ansible_role
xrobau/ansible-proxmox-host
7ee9e7d650bb04ab49cd0954199dd20631942b12
11
roles/sshkeys
6,836
[ "no_license" ]
[ { "path": "roles/sshkeys/tasks/main.yml", "content": "---\n- name: Check that /etc/pve/priv/authorized_keys exists\n stat:\n path: /etc/pve/priv/authorized_keys\n register: pauthkey\n\n- name: Fail if it's not there\n fail:\n msg: \"/etc/pve/priv/authorized_keys does not exist - Proxmox is not setu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1084, "all_permissive": false }
ansible_role
mudzi42/pynet_class
8fdcbbfc3454f93b8ff56d6e22277b1f6787377c
0
class5/ex1/roles/access_switch
6,836
[ "permissive" ]
[ { "path": "class5/ex1/roles/access_switch/tasks/main.yml", "content": "---\n- name: Generate configuration files\n template: src=access_switch.j2 dest=//myStuff/Dropbox/Projects/PyNet_class/pynet_class/class5/ex1/CFG/{{item.hostname}}_access_switch.txt\n with_items: \"{{ routers }}\"\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": true }
ansible_role
mudzi42/pynet_class
8fdcbbfc3454f93b8ff56d6e22277b1f6787377c
0
class5/ex2/roles/access_switch
6,836
[ "permissive" ]
[ { "path": "class5/ex2/roles/access_switch/tasks/main.yml", "content": "---\n- name: Generate configuration files\n template: src=access_switch.j2 dest=//myStuff/Dropbox/Projects/PyNet_class/pynet_class/class5/ex2/CFG/{{item.hostname}}_access_switch.txt\n with_items: \"{{ routers }}\"\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": true }
ansible_role
mudzi42/pynet_class
8fdcbbfc3454f93b8ff56d6e22277b1f6787377c
0
class5/ex3/roles/access_switch
6,836
[ "permissive" ]
[ { "path": "class5/ex3/roles/access_switch/tasks/main.yml", "content": "---\n- name: Generate configuration files\n template: src=access_switch.j2 dest=//myStuff/Dropbox/Projects/PyNet_class/pynet_class/class5/ex3/CFG/{{item.hostname}}_access_switch.txt\n with_items: \"{{ routers }}\"\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": true }
ansible_role
kube-cloud/ansible-collection-haproxy
5548f58eb0a046304daa3325a71e88a7f2b94940
0
roles/haproxy
6,836
[ "permissive" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n\n# Ensure HA Proxy Installed\n- name: \"({{ ansible_distribution }}) HAPROXY::INSTALL - Ensure HAProxy is installed\"\n package:\n name: haproxy\n state: present\n\n# Ensure HA Proxy is Enabled\n- name: \"({{ ansible_distribution }}) HAPROXY...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2849, "all_permissive": true }
ansible_role
kenmoini/ansible-aws-jfrog
6eb0b9b70b78c12dd56a8415ffb5a1ef486a988e
1
roles/scope-rhoe-aws
6,836
[ "no_license" ]
[ { "path": "roles/scope-rhoe-aws/tasks/get_route53_info.yaml", "content": "---\n\n- name: List all hosted zones\n community.aws.route53_info:\n query: hosted_zone\n register: hosted_zones\n\n- name: Set internal GUID private zone\n set_fact:\n aws_guid_private_zone_id: \"{{ r53_item.Id | replace('/h...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2300, "all_permissive": false }
ansible_role
alikms07/Kms
14ce58cb1e913bd6b89ce4e1dcd6c76d417ed9cc
0
roles/authorized_keys
6,836
[ "no_license" ]
[ { "path": "roles/authorized_keys/README.md", "content": "# authorized_keys\nDeploy ssh pub keys to hosts\n\n# variables:\n\n* `authorized_keys_base_list` contains the users which should be added to all systems.\n* `authorized_keys_additional` can used to add additional users by the playbook\n* `authorized_k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 795, "all_permissive": false }
ansible_role
alikms07/Kms
14ce58cb1e913bd6b89ce4e1dcd6c76d417ed9cc
0
roles/common
6,836
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install common packages\n apt: \n pkg:\n - ripgrep\n - vim\n - less\n - tmux\n - screen\n - tcpdump\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
alikms07/Kms
14ce58cb1e913bd6b89ce4e1dcd6c76d417ed9cc
0
roles/epc
6,836
[ "no_license" ]
[ { "path": "roles/epc/defaults/main.yml", "content": "---\n\nepc_hss_bind_ip: 10.74.0.21\nepc_pcrf_bind_ip: 10.74.0.22\nepc_smf_bind_ip: 10.74.0.23\nepc_upf_bind_ip: 10.74.0.24\nepc_ue_network: 10.45.0.0/16\nepc_ue_dns: 8.8.4.4\nepc_pcscf_bind_ip_v4: 10.74.0.31\n", "license_type": "no_license", "dete...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2910, "all_permissive": false }
ansible_role
alikms07/Kms
14ce58cb1e913bd6b89ce4e1dcd6c76d417ed9cc
0
roles/epdg
6,836
[ "no_license" ]
[ { "path": "roles/epdg/defaults/main.yml", "content": "---\nepdg_checkout_path: \"/srv/osmo-epdg\"\nepdg_config_file: \"{{ epdg_checkout_path }}/config/local.config\"\nepdg_ipsec_traffic_fwmark: 2\nepdg_gtp_traffic_fwmark: 4\n\n# traffic from ipsec towards pgw\nepdg_ipsec_traffic_rtable_name: epdg\nepdg_ipse...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8168, "all_permissive": false }
ansible_role
alikms07/Kms
14ce58cb1e913bd6b89ce4e1dcd6c76d417ed9cc
0
roles/ims
6,836
[ "no_license" ]
[ { "path": "roles/ims/defaults/main.yml", "content": "---\n\nims_mcc: \"901\"\nims_mnc: \"070\"\n\n# create pcscf\n## wether db should be initialized (any idea if we can check this?)\nims_pcscf_db_init: false\nims_pcscf_db: pcscf\nims_pcscf_user: pcscf\nims_pcscf_pass: <PASSWORD>\nims_pcscf_sip_bind: \"0.0.0...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5711, "all_permissive": false }
ansible_role
alikms07/Kms
14ce58cb1e913bd6b89ce4e1dcd6c76d417ed9cc
0
roles/network
6,836
[ "no_license" ]
[ { "path": "roles/network/tasks/networkd.yml", "content": "---\n\n- name: configure networkd\n template:\n src: networkd.network.j2\n dest: /etc/systemd/network/ansible.network\n notify: reload networkd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1075, "all_permissive": false }
ansible_role
sventec/sys-255-finalproj
21de3762554af0cc5dba778456a8273804d731af
0
roles/common
6,836
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# - name: Run the Debian tasks if host is Debian\n# become: true\n# import_tasks: debian.yml\n# when: ansible_distribution == \"Debian\"\n\n- name: Run the CentOS tasks if host is CentOS\n become: true\n import_tasks: centos.yml\n when: ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5035, "all_permissive": false }
ansible_role
Tinker-Ware/infra-web
eac80eed0a4a13fe47d4b4dbcea05490f111757a
0
roles/web
6,876
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- name: Folder in opt for repos\n become: yes\n file:\n path={{ repo_path }}\n owner={{ server_user }}\n group={{ server_group }}\n mode=0755\n state=directory\n\n- name: Clone git repo\n git:\n repo=\"{{ github_repo }}\"\n dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
ozktmdad/ansible-challenge
b4b00358bae6e02480fcce55b39cc84cd90429a3
0
roles/aws
6,876
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n- include: create_vpc.yml\n- include: create_gateways.yml\n- include: create_ec2_instances.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/aws/vars/main.yml", "content": "---\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6737, "all_permissive": false }
ansible_role
ozktmdad/ansible-challenge
b4b00358bae6e02480fcce55b39cc84cd90429a3
0
roles/common
6,876
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: Restart chronyd\n service:\n name: chronyd\n state: restarted\n\n- name: Enable and start chrony\n service:\n name: chronyd\n enabled: yes\n state: started\n\n- name: Enable and start sshd\n service:\n name: sshd\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7029, "all_permissive": false }
ansible_role
ozktmdad/ansible-challenge
b4b00358bae6e02480fcce55b39cc84cd90429a3
0
roles/webserver
6,876
[ "no_license" ]
[ { "path": "roles/webserver/tasks/install_certs.yml", "content": "---\n# For whatever reason key_path creation is not idempotent\n# it always creates/changes key_path\n# This is dirty workaround\n- name: check directory\n stat:\n path: \"{{ key_path }}\"\n register: dir_data\n\n\n- name: Creates directo...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3147, "all_permissive": false }
ansible_role
KhuongPham1110/ansible-learning
018ff94e5c48d82a0f21076345a5e51e9aa148c6
0
ansible-role/roles/test2
6,876
[ "no_license" ]
[ { "path": "ansible-role/roles/test2/tasks/main.yml", "content": "---\n- name: This is message from role 2\n ansible.builtin.debug:\n", "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
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/brown
6,876
[ "no_license" ]
[ { "path": "roles/brown/tasks/main.yml", "content": "- name: Ensure that root SSH key exists\n user:\n name: root\n generate_ssh_key: yes\n\n- name: Send JDK RPM\n copy:\n src: jdk.rpm\n dest: /tmp/jdk.rpm\n\n- name: Install JDK\n yum:\n name: /tmp/jdk.rpm\n disable_gpg_check: yes\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2271, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/cao
6,876
[ "no_license" ]
[ { "path": "roles/cao/files/addCaoSAML.py", "content": "from argparse import ArgumentParser\nfrom selenium import webdriver\nfrom selenium.webdriver.common.by import By\nfrom selenium.webdriver.support.ui import WebDriverWait, Select\nfrom selenium.webdriver.support import expected_conditions as EC\nfrom sel...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 12687, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/dupin
6,876
[ "no_license" ]
[ { "path": "roles/dupin/README.md", "content": "This role requires that the splunk RPM be downloaded in advance and transferred to the \"files\" directory. Name the file splunk.rpm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/dupin/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 955, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/gateway
6,876
[ "no_license" ]
[ { "path": "roles/gateway/tasks/main.yml", "content": "- name: Try to reach PAN\n panos_check:\n ip_address: \"172.16.1.{{ team_number }}\"\n password: \"<PASSWORD>\"\n register: auth_check\n ignore_errors: yes\n\n- name: Copy config to /tmp\n template:\n src: ../templates/config.xml\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 17329, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/gently
6,876
[ "no_license" ]
[ { "path": "roles/gently/templates/config.xml", "content": "<?xml version=\"1.0\"?>\n<config version=\"8.1.0\" urldb=\"paloaltonetworks\">\n <mgt-config>\n <users>\n <entry name=\"admin\">\n <phash>$1$nbqsqypb$SgoPtT1a0MLbQx0RrqNng.</phash>\n <permissions>\n <role-based>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 20557, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/hammer
6,876
[ "no_license" ]
[ { "path": "roles/hammer/vars/main.yml", "content": "sites:\n - { fqdn: \"cao.team{{ team_number }}.wildeagle.net\", host: cao }\n - { fqdn: \"mason.team{{ team_number }}.wildeagle.net\", host: mason}\n - { fqdn: \"spade.team{{ team_number }}.wildeagle.net\", host: spade}\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1581, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/holmes
6,876
[ "no_license" ]
[ { "path": "roles/holmes/tasks/main.yml", "content": "- name: Install IIS and File and iSCSI Services (SMB)\n win_feature:\n name: Web-Server, File-Services\n include_management_tools: yes\n state: present\n\n- name: Deploy website\n win_copy:\n src: ../files/web/\n dest: C:\\inetpub\\wwwroo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/keyboxManaged
6,876
[ "no_license" ]
[ { "path": "roles/keyboxManaged/tasks/main.yml", "content": "- name: Fetch the key for Keybox\n fetch:\n src: /root/.ssh/id_rsa.pub\n dest: /tmp/sshkeybox.pub\n flat: yes\n delegate_to: brown\n\n- name: Add the Keybox key to all hosts\n authorized_key:\n user: root\n key: \"{{ lookup('file'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3564, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/linuxCommon
6,876
[ "no_license" ]
[ { "path": "roles/linuxCommon/tasks/main.yml", "content": "- name: Set the hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Transfer hosts file\n template:\n src: hosts\n dest: /etc/hosts\n\n- name: Disable SELinux\n selinux:\n state: disabled\n notify: \n - Reboot\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/marple
6,876
[ "no_license" ]
[ { "path": "roles/marple/tasks/main.yml", "content": "- name: Install Apache\n package:\n name: apache2\n state: present\n\n- name: Start and enable Apache\n service:\n name: apache2\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/mason
6,876
[ "no_license" ]
[ { "path": "roles/mason/tasks/main.yml", "content": "- name: Check if iRedMail is installed\n uri:\n url: \"https://mason.team{{ team_number }}.wildeagle.net/mail/index.php\"\n validate_certs: no\n delegate_to: localhost\n register: return\n ignore_errors: yes\n\n- name: Download iRedMail package\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1693, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/poirot
6,876
[ "no_license" ]
[ { "path": "roles/poirot/tasks/main.yml", "content": "- name: Enable IPv4 forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n\n- name: Add Docker repo\n copy:\n src: docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install Docker CE\n yum:\n pkg: docker-ce\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/route53
6,876
[ "no_license" ]
[ { "path": "roles/route53/tasks/main.yml", "content": "- name: Install bind\n package:\n name: bind\n state: present\n\n- name: Template configuration file\n template:\n src: ../templates/named.conf\n dest: /etc/named.conf\n owner: root\n group: named\n mode: 0640\n\n- name: Template c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/spade
6,876
[ "no_license" ]
[ { "path": "roles/spade/files/cache_refresh.py", "content": "from selenium import webdriver\nfrom selenium.webdriver.common.by import By\nfrom selenium.webdriver.common.action_chains import ActionChains\nfrom selenium.webdriver.common.keys import Keys\nfrom selenium.webdriver.support.ui import WebDriverWait,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 19585, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/tintin
6,876
[ "no_license" ]
[ { "path": "roles/tintin/files/Add-Users.ps1", "content": "Param(\n [Parameter(Mandatory=$True)][string]$TeamNumber\n)\n\n$Users = Import-Csv -Path \"C:\\users.csv\"\n\nforeach ($User in $Users)\n{\n $OriginalErrorActionPreference = $ErrorActionPreference\n $ErrorActionPreference = 'SilentlyContin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4004, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/tracy
6,876
[ "no_license" ]
[ { "path": "roles/tracy/tasks/main.yml", "content": "- name: Install FTP server\n package:\n name: vsftpd\n state: present\n\n- name: Start and enable FTP server\n service:\n name: vsftpd\n state: started\n enabled: yes\n\n- name: Remove default for anonymous login\n lineinfile:\n line: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1204, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/windowsCommon
6,876
[ "no_license" ]
[ { "path": "roles/windowsCommon/tasks/main.yml", "content": "- name: Point DNS at domain controller\n win_dns_client:\n adapter_names: \"*\"\n ipv4_addresses:\n - 10.1.{{ team_number }}.10\n\n- name: Rename hostname\n win_hostname:\n name: \"{{ inventory_hostname }}\"\n register: hostname_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
RITCCDC/regionals2018
6b2c1fab3a4f8911aed6785515e21f2aff41f89a
7
roles/windowsSplunkMonitored
6,876
[ "no_license" ]
[ { "path": "roles/windowsSplunkMonitored/README.md", "content": "This role requires the Splunk Universal forwarder to be added to the files directory as splunk_forwarder.msi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/windowsSplunkMonitor...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 733, "all_permissive": false }
ansible_role
leshevi/Intensive-DevOps
d4b56790676a052ff20cec79b815b457643c4bcb
0
roles/role_docker
6,876
[ "no_license" ]
[ { "path": "roles/role_docker/tasks/main.yml", "content": "---\n- name: Docker | uninstall old versions\n ansible.builtin.apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n update_cache: true\n\n- name: Docker | update the apt ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1884, "all_permissive": false }
ansible_role
leshevi/Intensive-DevOps
d4b56790676a052ff20cec79b815b457643c4bcb
0
roles/role_docker_compose
6,876
[ "no_license" ]
[ { "path": "roles/role_docker_compose/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: instance\n image: debian:11\n pre_build_image: true\nprovisioner:\n name: ansible\nverifier:\n name: testinfra\nlint: |\n yamllint .\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3815, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-base
6,876
[ "no_license" ]
[ { "path": "roles/app-base/tasks/main.yml", "content": "---\n- name: install git\n apt: name=git\n\n- name: create deploy user\n user: name={{ deploy.username }} state=present shell=/bin/bash\n\n- name: install deploy ssh keys\n authorized_key: user={{ deploy.username }} key=\"{{lookup('file',item)}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-checkout-finalize
6,876
[ "no_license" ]
[ { "path": "roles/app-checkout-finalize/tasks/main.yml", "content": "---\n- name: find current revision directory\n command: readlink {{app_dir}}/{{application.name}}/releases/pending\n register: release_pending\n\n- name: install current symlink\n file:\n state=link\n force=yes\n src={{release_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-checkout-pending
6,876
[ "no_license" ]
[ { "path": "roles/app-checkout-pending/defaults/main.yml", "content": "---\napp_dir: /data/apps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/app-checkout-pending/files/git-ssh.sh", "content": "#!/bin/sh\n\nkeyfile=`dirname $0`/deploy....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2399, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-configure
6,876
[ "no_license" ]
[ { "path": "roles/app-configure/tasks/main.yml", "content": "---\n- name: generate yml configuration\n template: src=yaml.j2 dest={{ app_dir }}/{{ application.name }}/releases/pending/config/{{ item.name }}\n with_items: application.config\n when: item.format == \"yml\"\n\n- name: generate json configurat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 481, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-nginx
6,876
[ "no_license" ]
[ { "path": "roles/app-nginx/templates/nginx-site.conf.j2", "content": "upstream {{ application.name }} {\n server localhost:{{application.web.port}};\n}\n\n{% for vhost in application.vhosts %}\n server {\n listen {{ nginx_public_port }};\n\n server_name {{ ' '.join(vhost.hosts) }};\n\n root {{app...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2370, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-nodejs-base
6,876
[ "no_license" ]
[ { "path": "roles/app-nodejs-base/tasks/main.yml", "content": "---\n- name: install nodejs ppa\n apt_repository: repo=ppa:chris-lea/node.js\n\n- name: install nodejs\n apt: name=nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
boz/ansible-deploy
308b2680f62fdc1a89616ddf28db3bfb6d1b91cd
0
roles/app-nodejs-finalize
6,876
[ "no_license" ]
[ { "path": "roles/app-nodejs-finalize/templates/supervisor.conf.j2", "content": "[program:{{ application.name }}]\ncommand = {{ application.commands.start }}\nuser = {{ deploy.username }}\nprocess_name = %(program_name)s\nstderr_syslog = true\nstdout_syslog = true\ndirectory = {{ app_dir ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }