Added Ansible Tower host to inventory + added step to ensure SUDO group exists for the prestage_users playbook

This commit is contained in:
Vlad R
2023-08-02 07:56:40 +00:00
parent da543234a1
commit e9dc88f33d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -10,6 +10,9 @@ all:
gitlab:
hosts:
gitlab.dnaclab.net:
ansibletower:
hosts:
ansibletower.dnaclab.net:
kubernetes:
hosts:
10.221.0.130:
@@ -20,7 +23,7 @@ all:
10.221.0.105:
developer2:
hosts:
10.221.0.125:
developer2.dnaclab.net:
kubernetes_dev:
hosts:
172.16.1.130:
+1 -1
View File
@@ -1,6 +1,6 @@
---
- name: Prestage server(s) with the NCA Automation team users
hosts: staging
hosts: ansibletower
roles:
- ncafsa-users
become: yes