Skip to content

Commit d5145b9

Browse files
committed
Change the default parameter 'autologin' in the add_super_user role, since it is currently the exception rather than the rule.
1 parent 38bde5a commit d5145b9

7 files changed

+7
-7
lines changed

jobs/provision_virtualmicromagnetics_fidimag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
- fidimag
1111
- xserver
1212
- rst_to_html
13-
- { role: add_super_user, AUTOLOGIN: true }
13+
- add_super_user
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-fidimag }

jobs/provision_virtualmicromagnetics_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
- fidimag
1818
- xserver
1919
- rst_to_html
20-
- { role: add_super_user, AUTOLOGIN: true }
20+
- add_super_user
2121
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-full }

jobs/provision_virtualmicromagnetics_lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
- fidimag
1616
- xserver
1717
- rst_to_html
18-
- { role: add_super_user, AUTOLOGIN: true }
18+
- add_super_user
1919
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-lite }

jobs/provision_virtualmicromagnetics_magpar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
- magpar_examples
1111
- xserver
1212
- rst_to_html
13-
- { role: add_super_user, AUTOLOGIN: true }
13+
- add_super_user
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-magpar }

jobs/provision_virtualmicromagnetics_nmag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
- nmag_examples
1111
- xserver
1212
- rst_to_html
13-
- { role: add_super_user, AUTOLOGIN: true }
13+
- add_super_user
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-nmag }

jobs/provision_virtualmicromagnetics_oommf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
- oommf_examples
1111
- xserver
1212
- rst_to_html
13-
- { role: add_super_user, AUTOLOGIN: true }
13+
- add_super_user
1414
- { role: set_hostname, HOSTNAME: virtualmicromagnetics-oommf }

roles/add_super_user/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The username and password are identical. A hash is used because Ansible
22
# insists.
33

4-
AUTOLOGIN: false
4+
AUTOLOGIN: true
55
USERNAME: virtualmicromagnetics
66
PASSWORD: "$6$rounds=100000$dr/Vf0wbqMeouaUR$JUsil5KNXdoBJutbVI8r8utnhfUctGyMjEa2to3WZepK/Q//OY1F2DH8jVxLOoLt1BcWJKfYLhw8EHjOw4bE/0"

0 commit comments

Comments
 (0)