Bläddra i källkod

initial import

Grega Bremec 3 år sedan
incheckning
97a353b62b
3 ändrade filer med 25 tillägg och 0 borttagningar
  1. 4 0
      .gitignore
  2. 9 0
      ansible.cfg
  3. 12 0
      inventory

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+.DS_Store
+.*.sw?
+*.vim
+tmp*

+ 9 - 0
ansible.cfg

@@ -0,0 +1,9 @@
+[defaults]
+inventory = ./inventory
+remote_user = student
+ask_pass = no
+
+[privilege_escalation]
+become = no
+become_method = sudo
+become_askpass = no

+ 12 - 0
inventory

@@ -0,0 +1,12 @@
+workstation.lab.example.com
+utility.lab.example.com ansible_user=lab
+bastion.lab.example.com ansible_user=root
+
+# Example: override variables here.
+[all:vars]
+ocp_maj = 4.9
+ocp_z = 4.9.11
+rhcos_ver = 4.9.0
+cinst_ver = latest
+butane_ver = latest
+