-
The macro should enable how many times a process can be restarted.
```rust
#[fort::root(max_retries=4)]
fn main {
panic!("Killed");
}
```
## Process output
```
Killed
Killed
Killed
…
-
[`/admin/README.md`](https://github.com/CodeForPhilly/civic-cluster/blob/master/admin/README.md) covers the main ansible commands, including to deploy a single application, but it assumes the user is …
-
Something else that may be worth considering especially as we're creating a new DB is setting
loc_x, loc_y, loc_z, loc_world [here](https://github.com/Civcraft/Bastion/blob/master/Bastion/src/isaac/b…
-
I can't even ping my bastion host using its public IP. It seems perhaps the security group is wrong? Couldn't also connect from the console with ec2 connect.
-
##### SUMMARY
HTTP/HTTPS proxies are supported with uri, but not SOCKS.
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
uri
##### ANSIBLE VERSION
```
ansible 2.6.2
co…
-
I am using paramiko to ssh into a private ec2 machine via a bastion host. The bastion host is a managed instance by AWS system manager.
While creating ssh session using paramiko with ProxyCommand "aw…
-
**NOTE:**
This problem has already been stated in at least 3 issues in the old repo:
https://github.com/ansible/ansible/issues/69621
https://github.com/ansible/ansible/issues/33193
https://githu…
-
Once we get a range or single tunnel proxy or bastion/IAP access going we can flip back to deny
- https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/solutions/landing-zone/…
-
There are some customers who would prefer to mirror the OpenShift image once into their enterprise registry, and then re-use that registry for installation of multiple disconnected clusters.
For th…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
```
# for existing infrastructure
% terraform refresh
...
╷
│ Erro…