Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops
Commits
7b30b78d
Commit
7b30b78d
authored
Feb 24, 2022
by
nono
💻
Browse files
Merge branch 'master' of git.laquadrature.net:lqdn-interne/piops
parents
6d75be12
b98cc8b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
host_vars/instance.yml
0 → 100644
View file @
7b30b78d
sysadmin_email
:
root@localhost
molecule/default/converge.yml
View file @
7b30b78d
---
-
name
:
Converge
hosts
:
all
hosts
:
instance
-
import_playbook
:
../../test.yml
molecule/default/molecule.yml
View file @
7b30b78d
...
...
@@ -3,8 +3,13 @@ dependency:
name
:
galaxy
driver
:
name
:
vagrant
provider
:
name
:
virtualbox
platforms
:
-
name
:
instance
box
:
debian/bullseye64
memory
:
512
cpus
:
1
provisioner
:
name
:
ansible
verifier
:
...
...
test.yml
View file @
7b30b78d
...
...
@@ -14,8 +14,9 @@
# Cette configuration de base va se charger de mettre en place sur tout les serveurs :
# - La configuration du shell
-
name
:
Configuration de base
hosts
:
test
remote_user
:
root
hosts
:
test, instance
become
:
yes
become_user
:
root
roles
:
-
shell-lqdn
-
updates-lqdn
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment