Questions tagged [operations-orchestration]

18 questions
7
votes
4 answers

Ansible adhoc command execute with sudo

I need execute ansible adhoc command. $ ansible somehost -m command -a "cat /etc/passwd"-u someuser --ask-sudo-pass I have an user account (someuser) with sudo privilege. Usually I became root sudo su -. How to use adhoc command with sudo su -…
5
votes
1 answer

What are the pros/cons of running Chef/Puppet at regular intervals?

I always worked where they used to run Puppet at regular intervals. So, distributing changes was easy and on the fly. In the new team, they frown upon running the Chef agent at regular intervals. They only use it to bootstrap the OS and then kill…
deppfx
  • 429
  • 3
  • 13
4
votes
1 answer

Orchestrator 2012 vs 2016

I'm still trying to improve my skills. Right now I'm testing Microsoft Orchestrator 2012 and it looks like a nice feature. I was reading about Microsoft Orchestrator 2016 here…
moni9
  • 313
  • 1
  • 5
3
votes
2 answers

Possible to determine who launches a Runbook in SC Orchestrator 2012 R2?

is it possible to determine what Windows account executes a Runbook? I'm using SC Orchestrator 2012 R2. ideally, I want to determine what account (for auditing, and sending emails) launches a run book. Thanks in advance.
Paul S.
  • 203
  • 3
  • 9
2
votes
0 answers

Multi-Tenancy (Multi-user) GPU Container Infrastructure Solution

What we need: Several teams from different companies want to share our GPUs for deep learning tasks (three computers with several GPUs each). So manage multiple GPUs for multiple users. Different teams should not have access to the data of other…
2
votes
0 answers

Managing many separate docker hosts at remote sites

I'm looking for Docker orchestration software to manage containers running on a variety of remote hosts. These hosts are at the other end of a high latency and bandwidth restricted link, and are (and must remain) independent in operation from each…
Kirby
  • 21
  • 2
1
vote
1 answer

How to distribure sudoers files with REX Configuration Management

When trying to push a sudoers file to other machines, the rexcm task/command gets stuck. The Problem is (so it seems to me), that the sudoers file is owned by the rex-user when writing and "other" permission is set, what leads to 'sudo' failing…
1
vote
1 answer

How to create a directory with rex

I want to create a directory with rex if it doesn't exist. I read this but I can't find how to do it. If I send the file without the directory I get this error: ERROR - upload: /usr/local/path/file.ext is not writable Any hints?
1
vote
2 answers

Migrate docker microservices from OVH to AWS with Rancher?

I've got a bunch of microservices (docker) which I need to transfer/migrate from OVH to AWS. They're orchestrated by Rancher. What's the best/easiest way to accomplish that? Also, I planned to use Kubernetes in the future. Should I somehow use it…
1
vote
1 answer

How to use Ansible's homebrew module to assert a list of packages are installed

I'm a relatively new user of Ansible. I use it to orchestrate a few groups of Linux servers. I'm now expanding that use to use Ansible's homebrew module. Using the homebrew module, I want to assert that a list of packages are installed on my macOS…
James T Snell
  • 463
  • 2
  • 11
1
vote
1 answer

Ansible's idempotency with command and file modules

I'm pretty new in ansible and by now can't figure out how to make an idempotent task. E.g. file. It simply doesn't have creates or removes. In command module it does have creates, but whenever I run the provisioner and the file (symbolic link) does…
nkamm
  • 113
  • 7
1
vote
1 answer

Executing a Runbook via SC Orchestrator web service

Is it possible to launch a Orchestrator Runbook via the web service only? I know you can access the web service via, http://server01.contoso.com:81/Orchestrator2012/Orchestrator.svc, but is it possible to execute a runbook? If so what would be the…
Paul S.
  • 203
  • 3
  • 9
0
votes
0 answers

Using runit instead of rc.d on Debian with Rex

I have systems that ensures that their services are running by runit instead of rc.d or systemd on Debian, and I am trying to use Rex to start building a coherent setup across my systems. I would like to know how I can: keep the package as…
0
votes
1 answer

Orchestrating multiple databases

We have a project where our hosting clients are offered a database (MySql) as part of their plan and I was curious how would one orchestrate this. We want to run the databases on different machines to where the web servers run. I was thinking on…
Romeo Mihalcea
  • 502
  • 1
  • 6
  • 24
0
votes
2 answers

Puppet Ochestration: get results of puppet run

How can i get results of puppet apply -t --noop in some script readable way? Are there any resources to apply? I suppose there should be something better then GREP :) Making some modification to the underling puppet infrastructure and i would like…
1
2