This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ============================================================================== | |
# Script NÃO INTERATIVO para configurar o SELinux para o HAProxy. | |
# Ideal para uso em ambientes de automação e CI/CD. | |
# | |
# USO: | |
# - Sem argumentos: Aplica apenas a regra booleana padrão. | |
# sudo ./setup_haproxy_selinux.sh | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"info":{"_postman_id":"44959d90-e6a4-4ebe-1f81-a87573c26cbd","name":"GoAws","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"ListQueues","id":"502bded6-da7f-958e-551d-e0306ab4671e","request":{"method":"POST","header":[{"key":"Authorization","value":"AL03THI20QLMNG01QOPU5EDS/ftg7tCesw0Yr%Xr%3jV2KOyKaoLzZXre3sIAWOI8"}],"body":{"mode":"formdata","formdata":[{"key":"Action","value":"ListQueues","type":"text"},{"key":"Version","value":"2012-11-05","type":"text"}]},"url":"{{URL}}"},"response":[]},{"name":"CreateQueue","id":"1fc8abbb-880b-6b86-afdc-bf65103a94bc","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"Action","value":"CreateQueue","type":"text"},{"key":"QueueName","value":"queue1","type":"text"},{"key":"Version","value":"2012-11-05","type":"text"}]},"url":"{{URL}}"},"response":[]},{"name":"GetQueueUrl","id":"b5640b88-fed6-3120-8903-7e13f94be1a8","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# configure installation settings | |
install | |
cdrom | |
lang en_US.UTF-8 | |
keyboard us | |
timezone UTC | |
unsupported_hardware | |
text |